Repository History
6 repositories tagged with data-structures

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.

bidict: The Bidirectional Mapping Library for Python
bidict is a mature and lightweight Python library designed for creating bidirectional mappings. It provides familiar, Pythonic APIs for safe, simple, and flexible data handling, making it a reliable choice for projects requiring efficient two-way lookups. Trusted by major organizations since 2009, bidict ensures robust and well-tested functionality.
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.