{"id":21285054,"url":"https://github.com/beling/algorithms_python","last_synced_at":"2025-03-15T15:11:57.822Z","repository":{"id":166326851,"uuid":"162413590","full_name":"beling/algorithms_python","owner":"beling","description":"Python implementation of some algorithms and data structures.","archived":false,"fork":false,"pushed_at":"2024-08-21T20:02:36.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T05:14:40.694Z","etag":null,"topics":["algorithm","algorithms","data-structures","data-structures-algorithms","data-structures-and-algorithms"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beling.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-19T09:24:09.000Z","updated_at":"2024-08-21T20:02:40.000Z","dependencies_parsed_at":"2024-08-21T22:03:19.001Z","dependency_job_id":null,"html_url":"https://github.com/beling/algorithms_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/beling%2Falgorithms_python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beling%2Falgorithms_python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beling%2Falgorithms_python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beling%2Falgorithms_python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beling","download_url":"https://codeload.github.com/beling/algorithms_python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243746200,"owners_count":20341203,"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":["algorithm","algorithms","data-structures","data-structures-algorithms","data-structures-and-algorithms"],"created_at":"2024-11-21T11:18:05.043Z","updated_at":"2025-03-15T15:11:57.803Z","avatar_url":"https://github.com/beling.png","language":"Python","readme":"# Content\nThe files include python implementation of some algorithms and data structures:\n- *find_union_tree.py* includes tree implementation of find-union sets. The structure is described in [1];\n- *eratosthenes_sieve.py* contains prime number generator which uses [Sieve of Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes);\n- *list_based_dict.py* implements a dictionary that stores a list of key-value pairs and mimics the interface of the built-in `dict` type,\n- *diff.py* is a file comparison program based on a generalized algorithm finding the [longest common subsequence](https://en.wikipedia.org/wiki/Longest_common_subsequence),\n- *hanoi_tower.py* solves [Tower of Hanoi](https://en.wikipedia.org/wiki/Tower_of_Hanoi) (using a recursive algorithm) and visualizes the solution (using [pyglet](https://pyglet.org/)),\n- *word2word.py* solves [Doublets (A Word Puzzle By Lewis Carroll)](https://lewiscarrollresources.net/doublets/index.html) using [BFS](https://en.wikipedia.org/wiki/Breadth-first_search).\n\n# Bibliography/references\n[1] Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest and Clifford Stein *Introduction to Algorithms*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeling%2Falgorithms_python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeling%2Falgorithms_python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeling%2Falgorithms_python/lists"}