3 repos
Technical Interview Preparation — Educational Resources
We curate 3 GitHub repositories matching educational resources · Technical Interview Preparation. Refine with filters or upvote what's useful.
Technical Interview Preparation — Educational Resources
- lydiahallie/javascript-questions
lydiahallie/javascript-questions
65,277This project is a community-driven knowledge base and diagnostic suite designed to evaluate and improve a developer's grasp of JavaScript. It functions as an interactive learning repository, providing a structured collection of technical questions and detailed explanations that target core language mechanics, runtime nuances, and common edge cases. The repository distinguishes itself through a collaborative approach to technical education, offering a wide array of challenging problems that serve as both a skill assessment tool and a resource for interview preparation. By organizing complex concepts into a hierarchical structure, it allows users to engage in active recall and self-testing to deepen their mastery of programming principles. The content is maintained as a series of static markdown files, enabling version-controlled iteration as language standards evolve. The project also supports global accessibility through community-contributed translations, ensuring that these educational materials remain available to a broad audience of developers seeking continuous professional development.
- kdn251/interviews
kdn251/interviews
64,945This project serves as a centralized knowledge base and study guide for mastering computer science fundamentals and technical interview preparation. It provides a structured collection of algorithmic implementations, data structure guides, and theoretical references designed to support professional development and problem-solving skills. The repository distinguishes itself through a taxonomy-based organization that maps complex concepts into a hierarchical structure. It standardizes the expression of abstract data structures and algorithms using a consistent programming language, with implementations organized into a file system hierarchy that mirrors their logical classification. This approach enables users to navigate between specific coding challenges and the underlying theoretical principles. Beyond its core implementations, the project aggregates a wide range of educational assets, including links to external practice platforms, academic video lecture series, and foundational textbooks. It incorporates asymptotic complexity modeling to define performance bounds, allowing for objective comparisons of computational efficiency across various sorting, searching, and graph-based algorithms.
Javaalgorithmalgorithm-challengesalgorithm-competitions - youngyangyang04/leetcode-master
youngyangyang04/leetcode-master
60,353This project is a comprehensive algorithmic interview resource and coding practice repository. It provides a structured curriculum of programming challenges and source code implementations designed to help software engineers master efficient problem-solving techniques and prepare for technical assessments. The repository functions as a curated roadmap, organizing computer science fundamentals by data structure and algorithm topic to facilitate systematic skill development. By moving away from random practice, it supports career advancement training for those seeking to improve their professional programming skills for competitive technology roles. The content is maintained through a community-managed model, utilizing markdown-based authoring to allow for collaborative updates and version control. These structured text files are processed into a navigable interface, ensuring that the educational materials remain accessible and up-to-date through a repository-driven distribution system.
Shellalgorithmcppgo