{"id":23278713,"url":"https://github.com/kavindu-mane/algorithms_implementation","last_synced_at":"2025-04-06T12:42:49.957Z","repository":{"id":99724638,"uuid":"606676061","full_name":"kavindu-mane/Algorithms_implementation","owner":"kavindu-mane","description":"Algorithms implementation using python.","archived":false,"fork":false,"pushed_at":"2023-10-01T18:27:04.000Z","size":284,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T18:36:06.368Z","etag":null,"topics":["algorithm","algorithms","data-structures"],"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/kavindu-mane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-02-26T08:00:17.000Z","updated_at":"2023-04-11T16:15:22.000Z","dependencies_parsed_at":"2025-02-14T11:01:37.882Z","dependency_job_id":null,"html_url":"https://github.com/kavindu-mane/Algorithms_implementation","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/kavindu-mane%2FAlgorithms_implementation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kavindu-mane%2FAlgorithms_implementation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kavindu-mane%2FAlgorithms_implementation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kavindu-mane%2FAlgorithms_implementation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kavindu-mane","download_url":"https://codeload.github.com/kavindu-mane/Algorithms_implementation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485286,"owners_count":20946397,"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"],"created_at":"2024-12-19T22:33:56.306Z","updated_at":"2025-04-06T12:42:49.933Z","avatar_url":"https://github.com/kavindu-mane.png","language":"Python","readme":"# Algorithms Implementation and Data Structures Design\n\n### Algorithms implementation using python\n\n\u003cul\u003e\n    \u003cli\u003e\u003ch4\u003eTraversing Algorithms\u003c/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/traversing%20algorithms/bfs.py\" alt = \"kavindu-mane\"\u003eBreadth Fist Search Algorithm - BFS\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/traversing%20algorithms/dfs.py\" alt = \"kavindu-mane\"\u003eDepth Fist Search Algorithm - DFS\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/traversing%20algorithms/prims_algorithm.py\" alt = \"kavindu-mane\"\u003ePrim's Algorithm\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/traversing%20algorithms/kruskals_algorithm.py\" alt = \"kavindu-mane\"\u003eKruskal's Algorithm\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/traversing%20algorithms/dijkstra_algorithm.py\" alt = \"kavindu-mane\"\u003eDijkstra Algorithm\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/traversing%20algorithms/bellman_ford_algorithm.py\" alt = \"kavindu-mane\"\u003eBellman Ford Algorithm\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/traversing%20algorithms/floyed_warshall_algorithm.py\" alt = \"kavindu-mane\"\u003eFloyed Warshall Algorithm\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003c/li\u003e   \n    \u003cli\u003e\u003ch4\u003eSort Algorithms\u003c/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/sort%20algorithms/bubble_sort.py\" alt = \"kavindu-mane\"\u003eBubble Sort Algorithm\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/sort%20algorithms/quick_sort.py\" alt = \"kavindu-mane\"\u003eQuick Sort Algorithm\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/sort%20algorithms/selection_sort.py\" alt = \"kavindu-mane\"\u003eSelection Sort Algorithm\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/sort%20algorithms/insertion_sort.py\" alt = \"kavindu-mane\"\u003eInsertion Sort Algorithm\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/sort%20algorithms/merge_sort.py\" alt = \"kavindu-mane\"\u003eMerge Sort Algorithm\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ch4\u003eSearch Algorithms\u003c/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/search%20algorithms/linear_search.py\" alt = \"kavindu-mane\"\u003eLinear Search Algorithm\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/search%20algorithms/binary_search.py\" alt = \"kavindu-mane\"\u003eBinary Search Algorithm\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ch4\u003eGraphs Represent\u003c/h4\u003e\n    \u003cul\u003e\n       \u003cli\u003e\u003ch4\u003eAdjacency Matrix\u003c/h4\u003e\n       \u003cul\u003e\n          \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacecny%20matrix/directed_unweighted_adjacency_matrix.py\" alt = \"kavindu-mane\"\u003eDirected Unweighted Adjacency Matrix\u003c/a\u003e\n          \u0026ensp;( \u003ca href =\"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacecny%20matrix/directed_unweighted_adjacency_matrix.jpg\"\u003eShow Used Graph\u003c/a\u003e )\u003c/i\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacecny%20matrix/undirected_unweighted_adjacency_matrix.py\" alt = \"kavindu-mane\"\u003eUndirected Unweighted Adjacency Matrix\u003c/a\u003e\n          \u0026ensp;( \u003ca href =\"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacecny%20matrix/undirected_unweighted_adjacency_matrix.jpg\"\u003eShow Used Graph\u003c/a\u003e )\u003c/i\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacecny%20matrix/directed_weighted_adjacency_matrix.py\" alt = \"kavindu-mane\"\u003eDirected Weighted Adjacency Matrix\u003c/a\u003e\n          \u0026ensp;( \u003ca href =\"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacecny%20matrix/directed_weighted_adjacency_matrix.jpg\"\u003eShow Used Graph\u003c/a\u003e )\u003c/i\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacecny%20matrix/undirected_weighted_adjacency_matrix.py\" alt = \"kavindu-mane\"\u003eUndirected Weighted Adjacency Matrix\u003c/a\u003e\n          \u0026ensp;( \u003ca href =\"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacecny%20matrix/undirected_weighted_adjacency_matrix.jpg\"\u003eShow Used Graph\u003c/a\u003e )\u003c/i\u003e\u003c/li\u003e\n       \u003c/ul\u003e\n       \u003c/li\u003e\n       \u003cli\u003e\u003ch4\u003eAdjacency List\u003c/h4\u003e\n       \u003cul\u003e\n          \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacency%20list/directed_unweighted_adjacency_list.py\" alt = \"kavindu-mane\"\u003eDirected Unweighted Adjacency List\u003c/a\u003e\n          \u0026ensp;( \u003ca href =\"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacency%20list/directed_unweighted_adjacency_list.jpg\"\u003eShow Used Graph\u003c/a\u003e )\u003c/i\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacency%20list/undirected_unweighted_adjacency_list.py\" alt = \"kavindu-mane\"\u003eUndirected Unweighted Adjacency List\u003c/a\u003e\n          \u0026ensp;( \u003ca href =\"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacency%20list/undirected_unweighted_adjacency_list.jpg\"\u003eShow Used Graph\u003c/a\u003e )\u003c/i\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacency%20list/directed_weighted_adjacency_list.py\" alt = \"kavindu-mane\"\u003eDirected Weighted Adjacency List\u003c/a\u003e\n          \u0026ensp;( \u003ca href =\"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacency%20list/directed_weighted_adjacency_list.jpg\"\u003eShow Used Graph\u003c/a\u003e )\u003c/i\u003e\u003c/li\u003e\n          \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacency%20list/undirected_weighted_adjacency_list.py\" alt = \"kavindu-mane\"\u003eUndirected Weighted Adjacency List\u003c/a\u003e\n          \u0026ensp;( \u003ca href =\"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/graphs%20represent/adjacency%20list/undirected_weighted_adjacency_list.jpg\"\u003eShow Used Graph\u003c/a\u003e )\u003c/i\u003e\u003c/li\u003e\n       \u003c/ul\u003e\n       \u003c/li\u003e\n    \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ch4\u003eOther Algorithms\u003c/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/other%20algorithms/miller_rabin_primality.py\" alt = \"kavindu-mane\"\u003eMiller-Rabin Primality Test Algorithm\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/other%20algorithms/stable_marriage_problem_algorithm.py\" alt = \"kavindu-mane\"\u003eStable Marriage Problem Algorithm\u003c/a\u003e\u003c/i\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003c/li\u003e\n\u003c/ul\u003e\n   \n### Data structures design using python\n\n\u003cul\u003e\n    \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/data%20structures/linked_list.py\" alt = \"kavindu-mane\"\u003eLinked List\u003c/a\u003e \u0026ensp;( Using Singly Linked List )\u003c/i\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ci\u003e\u003ca href = \"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/data%20structures/binary_search_tree.py\" alt = \"kavindu-mane\"\u003eBinary Search Tree\u003c/a\u003e \u0026ensp;( \u003ca href =\"https://github.com/kavindu-mane/Algorithms_implementation/blob/main/tree.png\"\u003eShow Used Tree\u003c/a\u003e )\u003c/i\u003e\u003c/li\u003e\n\u003c/ul\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkavindu-mane%2Falgorithms_implementation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkavindu-mane%2Falgorithms_implementation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkavindu-mane%2Falgorithms_implementation/lists"}