Repository History
6 repositories tagged with algorithms

Coding Interview University: Your Comprehensive Plan to Become a Software Engineer
The "Coding Interview University" repository is a highly popular GitHub resource offering a complete computer science study plan designed to help aspiring software engineers. It covers essential topics from data structures and algorithms to system design, preparing users for technical interviews at top tech companies. This extensive guide, created by a former Amazon SDE, provides a structured path to mastering the fundamentals required for a successful career in software engineering.

Leetcode Patterns: A Pattern-Based Approach to Technical Interview Prep
Leetcode Patterns is a highly-starred GitHub repository offering a structured, pattern-based approach to mastering technical interview questions. It helps individuals improve problem-solving skills by grouping LeetCode problems under specific subtopics, allowing for focused practice and application of common algorithms and data structures.
ACM-ICPC-Algorithms: A Comprehensive Collection for Competitive Programming
ACM-ICPC-Algorithms is a highly starred GitHub repository offering a vast collection of algorithms and data structures essential for competitive programming. It provides solutions in multiple languages, including C++, Java, and Python, making it an invaluable resource for participants of the ACM-ICPC and similar contests. With over 2200 stars and 1200 forks, this repository is a proven asset for mastering algorithmic challenges.
Awesome Competitive Programming: Curated Resources for Algorithms & Data Structures
Awesome Competitive Programming is a comprehensive GitHub repository offering a curated list of resources for competitive programming, algorithms, and data structures. It serves as an invaluable guide for anyone looking to excel in coding contests, providing links to tutorials, practice sites, books, and community insights. This extensive collection, built over 11 years, aims to connect aspiring programmers with essential learning materials.
ML-From-Scratch: Machine Learning Models and Algorithms in NumPy
ML-From-Scratch is a comprehensive GitHub repository offering bare-bones NumPy implementations of fundamental machine learning models and algorithms. It emphasizes accessibility, making complex concepts easier to understand for learners and practitioners. This project covers a wide range of topics, from linear regression to deep learning and reinforcement learning, all implemented from scratch.
javascript-algorithms: A Comprehensive Guide to Data Structures and Algorithms
The `javascript-algorithms` repository by trekhleb offers a vast collection of algorithms and data structures implemented in JavaScript. Each example comes with clear explanations and links for further reading, making it an invaluable resource for learning and interview preparation. It covers a wide range of topics, from fundamental data structures to advanced algorithmic paradigms.