awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesAdvanced Data Structures

Instructional content covering complex data types and nested structures.

Distinguishing note: No existing candidates provided; minting under Education root to house advanced data structure lessons.

Explore 3 awesome GitHub repositories matching education & learning resources · Advanced Data Structures. Refine with filters or upvote what's useful.

Awesome Advanced Data Structures GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • asabeneh/30-days-of-javascriptAvatar Asabeneh

    Asabeneh/30-Days-Of-JavaScript

    46,479Vezi pe GitHub↗

    This project is a structured educational resource designed to guide developers through the mastery of the JavaScript programming language. It utilizes a progressive curriculum that organizes technical concepts into a daily learning path, allowing students to build foundational knowledge before advancing to complex application development. The resource distinguishes itself through a hands-on training model that combines detailed explanations with practical code challenges. By focusing on an interactive learning experience, it reinforces core language principles—such as data types, functional p

    Array can store different data types including an array itself. Let us create an array of arrays ```js const firstNums = 1, 2, 3 const secondNums = 1, 4, 9 const arrayOfArray = [1, 2, 3, 1, 2, 3] console.log(arra

    JavaScript30daysofjavascriptangularchallenge
    Vezi pe GitHub↗46,479
  • doocs/leetcodeAvatar doocs

    doocs/leetcode

    36,161Vezi pe GitHub↗

    This project is a comprehensive algorithmic learning repository and competitive programming archive designed to support technical interview preparation and software engineering skill development. It provides a structured collection of verified solutions and implementation patterns, enabling developers to master fundamental computer science concepts through systematic practice and study. The repository distinguishes itself through a solution-centric structure that organizes source code by problem category, algorithm type, and data structure. By mapping specific coding challenges to recurring a

    Covers advanced data structures such as Union-Find and their application in complex graph problems.

    Javaalgorithmscppcsharp
    Vezi pe GitHub↗36,161
  • loiane/javascript-datastructures-algorithmsAvatar loiane

    loiane/javascript-datastructures-algorithms

    4,862Vezi pe GitHub↗

    Acest proiect este o bibliotecă și o resursă educațională care oferă implementări ale structurilor de date și algoritmilor fundamentali din informatică, scrise în JavaScript și TypeScript. Servește drept referință pentru executarea modelelor standard de sortare, căutare și recursivitate folosind tehnologii web moderne. Colecția include implementări tipizate atât pentru containere de bază, cum ar fi stive, cozi și liste înlănțuite, cât și pentru modele organizaționale avansate, inclusiv arbori, heap-uri, trie-uri și grafuri. Materialul acoperă analiza algoritmică și rezolvarea problemelor prin utilizarea notației Big O pentru a evalua complexitatea temporală și spațială. Implementările utilizează modelarea bazată pe clase și parametrizarea generică a tipurilor pentru a menține siguranța tipurilor (type safety) pentru diverse tipuri de date.

    Provides instructional content and implementations of complex nested data structures.

    JavaScriptalgorithmavl-treebinary-tree
    Vezi pe GitHub↗4,862
  1. Home
  2. Education & Learning Resources
  3. Advanced Data Structures