{"id":16417224,"url":"https://github.com/ju-c/basic-data-structures-python","last_synced_at":"2025-02-24T11:22:46.633Z","repository":{"id":103245116,"uuid":"475065718","full_name":"ju-c/basic-data-structures-python","owner":"ju-c","description":"Basic data structures using Python.","archived":false,"fork":false,"pushed_at":"2023-12-15T02:50:13.000Z","size":9,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T17:18:33.296Z","etag":null,"topics":["binary-tree","breadth-first-search","depth-first-search","graph","graph-algorithms","hash-table","hashtable","linked-list","python","python-data-structures","queue","stack"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ju-c.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-03-28T15:33:24.000Z","updated_at":"2022-10-13T08:04:50.000Z","dependencies_parsed_at":"2023-12-15T03:42:40.400Z","dependency_job_id":"0e951ead-2ee6-4146-84ff-fcf999eb5641","html_url":"https://github.com/ju-c/basic-data-structures-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ju-c%2Fbasic-data-structures-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ju-c%2Fbasic-data-structures-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ju-c%2Fbasic-data-structures-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ju-c%2Fbasic-data-structures-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ju-c","download_url":"https://codeload.github.com/ju-c/basic-data-structures-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240467085,"owners_count":19805924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binary-tree","breadth-first-search","depth-first-search","graph","graph-algorithms","hash-table","hashtable","linked-list","python","python-data-structures","queue","stack"],"created_at":"2024-10-11T07:11:21.115Z","updated_at":"2025-02-24T11:22:46.602Z","avatar_url":"https://github.com/ju-c.png","language":"Python","readme":"# Basic data structures using Python\n\nBasic data structures:\n\n- [Binary Tree](binary-tree/binary-tree.py)\n- [Graph : Breadth-first search](graphs/graph-breadth-first-search.py)\n- [Graph : Depth-first search](graphs/graph-depth-first-search.py)\n- [Graph Algorithms](graphs/graph-algorithms.py)\n- [Linked List](linked-list/linked-list.py)\n- [Hash Table](hash-table/hash-table.py)\n- [Stack](stack-and-queue/stack.py)\n- [Queue](stack-and-queue/queue.py)\n\n## Resources\n\n**Books:**  \n[Cracking the Coding Interview](https://www.crackingthecodinginterview.com/)  \n**Binary Tree:**  \n[Binarytree](https://github.com/joowani/binarytree)  \n[Writing a Binary Search Tree in Python with Examples](https://qvault.io/python/binary-search-tree-in-python/)  \n[Binary Search Trees (from Practical Algorithms and Data Structures](https://bradfieldcs.com/algos/trees/binary-search-trees/)  \n**Graph:**  \n[Depth-First Search](https://en.wikipedia.org/wiki/Depth-first_search)  \n[Breadth-First Search](https://en.wikipedia.org/wiki/Breadth-first_search)  \n[Depth- and Breadth-First Search](https://jeremykun.com/2013/01/22/depth-and-breadth-first-search/)  \n[Depth-First Search and Breadth-First Search in Python](https://eddmann.com/posts/depth-first-search-and-breadth-first-search-in-python/)  \n[Dfs and Bfs Graph Traversal (Python recipe)](https://code.activestate.com/recipes/576723-dfs-and-bfs-graph-traversal/)  \n[Graphs in Python: Depth-First Search (DFS) Algorithm](https://stackabuse.com/depth-first-search-dfs-in-python-theory-and-implementation/)  \n[Graphs 101 - Implementation in Python](https://levelup.gitconnected.com/graphs-101-67581c17178d)  \n[Python Patterns - Implementing Graphs](https://www.python.org/doc/essays/graphs/)  \n[Collections - Deque Objects](https://docs.python.org/3/library/collections.html#collections.deque)  \n**Linked List:**  \n[Linked Lists in Python: An Introduction](https://realpython.com/linked-lists-python/)  \n**Hash Table:**  \n[Build a Hash Table in Python With Test-Driven Development(TDD)](https://realpython.com/python-hash-table/)  \n**Stack \u0026 Queue:**  \n[Using lists as queues](https://docs.python.org/3/tutorial/datastructures.html#using-lists-as-queues)  \n[Using lists as stacks](https://docs.python.org/3/tutorial/datastructures.html#using-lists-as-stacks)\n\n## License\n\nDistributed under the MIT License. See `LICENSE.txt` for more information.\n\n## Contact\n\nJulien Cortesi - [@serializers](https://twitter.com/serializers) - [julienc.net](https://www.julienc.net) - julien.cortesi@protonmail.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fju-c%2Fbasic-data-structures-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fju-c%2Fbasic-data-structures-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fju-c%2Fbasic-data-structures-python/lists"}