{"id":18418125,"url":"https://github.com/ishaansathaye/datastructalgorithms","last_synced_at":"2025-04-13T05:54:02.473Z","repository":{"id":141544802,"uuid":"413676319","full_name":"ishaansathaye/DataStructAlgorithms","owner":"ishaansathaye","description":"Data Structures and Sorting Algorithms Prep and Repo before CPE 202 Course","archived":false,"fork":false,"pushed_at":"2021-12-26T02:48:33.000Z","size":19303,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T05:53:58.634Z","etag":null,"topics":["algorithms","data-structures","python3","sorting-algorithms"],"latest_commit_sha":null,"homepage":"","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/ishaansathaye.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":"2021-10-05T04:45:06.000Z","updated_at":"2022-03-12T06:31:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"f923576d-1321-4c2b-9c25-37caf071629a","html_url":"https://github.com/ishaansathaye/DataStructAlgorithms","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/ishaansathaye%2FDataStructAlgorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishaansathaye%2FDataStructAlgorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishaansathaye%2FDataStructAlgorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishaansathaye%2FDataStructAlgorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishaansathaye","download_url":"https://codeload.github.com/ishaansathaye/DataStructAlgorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670502,"owners_count":21142901,"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":["algorithms","data-structures","python3","sorting-algorithms"],"created_at":"2024-11-06T04:12:37.963Z","updated_at":"2025-04-13T05:54:02.451Z","avatar_url":"https://github.com/ishaansathaye.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures and Algorithms in Python\n\n## Why need Data Structures?\n- Raw building blocks\n    - array, linked lists, trees...\n- Definition: Building blocks or raw materials for any software programs\n- **Use right data structure for a problem**\n- Data Structures - containers storing data in a specific memory layout\n- **Array vs Dictionary (Hash Map) Memory Visual:** \u003cp align=\"center\"\u003e\u003cimg src=\"Images/memory_visual.png\" width=\"450\"\u003e\u003c/p\u003e\n    - Dictionary uses Hash Map\n        - There is a key that gives and address of a bucket, which gives access to an element\n- **Data Structures in different languages:** \u003cp align=\"center\"\u003e\u003cimg src=\"Images/data_languages.png\" width=\"450\"\u003e\u003c/p\u003e\n## Data Structures and Algorithms Topics Covered:\n### - Time Complexity\n### - Arrays\n### - Linked List\n### - Hash Table\n### - Collision Handling in Hash Table\n### - Stack\n### - Queue\n### - Tree (General Tree)\n### - Binary Search Tree\n### - Graph\n### - Binary Search\n### - Bubble Sort\n### - Quick Sort\n### - Insertion Sort\n### - Merge Sort\n### - Shell Sort\n### - Selection Sort\n### - Recursion","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishaansathaye%2Fdatastructalgorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishaansathaye%2Fdatastructalgorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishaansathaye%2Fdatastructalgorithms/lists"}