{"id":19879514,"url":"https://github.com/pvlbzn/algorithms","last_synced_at":"2025-03-01T02:41:25.312Z","repository":{"id":260192356,"uuid":"83816611","full_name":"pvlbzn/algorithms","owner":"pvlbzn","description":"Algorithms and data structure implementations","archived":false,"fork":false,"pushed_at":"2018-03-26T10:29:23.000Z","size":150,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T17:51:31.996Z","etag":null,"topics":["algorithms","clrs","data-structures"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/pvlbzn.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":"2017-03-03T16:08:07.000Z","updated_at":"2018-03-26T10:29:24.000Z","dependencies_parsed_at":"2024-10-30T03:52:26.942Z","dependency_job_id":null,"html_url":"https://github.com/pvlbzn/algorithms","commit_stats":null,"previous_names":["pvlbzn/algorithms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvlbzn%2Falgorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvlbzn%2Falgorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvlbzn%2Falgorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvlbzn%2Falgorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pvlbzn","download_url":"https://codeload.github.com/pvlbzn/algorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241309105,"owners_count":19941724,"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","clrs","data-structures"],"created_at":"2024-11-12T17:08:44.616Z","updated_at":"2025-03-01T02:41:25.282Z","avatar_url":"https://github.com/pvlbzn.png","language":"C++","readme":"# Algorithms and Data Structures\n\nVarious algorithms and data strucures implementation.\n\n\n## List\n\n**Data Structures**\n\nGraph `c++14`, `generic` [`data_structure/graph/`](https://github.com/pvlbzn/algorithms/tree/master/data_structure/graph)\n\nSingly Linked List `c++` [`data_structure/singly_linked_list/`](https://github.com/pvlbzn/algorithms/tree/master/data_structure/singly_linked_list)\n\nDoubly Linked List `c++` [`data_structure/doubly_linked_list/`](https://github.com/pvlbzn/algorithms/tree/master/data_structure/doubly_linked_list)\n\nBinary Search Tree `java` [`data_structure/binary_search_tree/`](https://github.com/pvlbzn/algorithms/tree/master/data_structure/binary_search_tree)\n\nHeap `c++` [`data_structure/heap/`](https://github.com/pvlbzn/algorithms/tree/master/data_structure/heap)\n\nStack `c++` [`data_structure/stack`](https://github.com/pvlbzn/algorithms/tree/master/data_structure/stack)\n\nList `scala` `functional` [`data_structure/list`](https://github.com/pvlbzn/algorithms/tree/master/data_structure/list)\n\nStack `scala` `functional` [`data_structure/functional_stack`](https://github.com/pvlbzn/algorithms/tree/master/data_structure/functional_stack)\n\nNatural Numbers `scala` `functional` [`data_structure/natural_numbers`](https://github.com/pvlbzn/algorithms/tree/master/data_structure/natural_numbers)\n\n\n\u003cbr\u003e\n\n**Search**\n\nBinary Search `c++` [`search/binary_search/`](https://github.com/pvlbzn/algorithms/tree/master/search/binary_search)\n\n\u003cbr\u003e\n\n**Sort**\n\nInsertion Sort `c++` [`sort/insertion_sort/`](https://github.com/pvlbzn/algorithms/tree/master/sort/insertion_sort)\n\nCounting Sort `c++14` [`sort/counting_sort`](https://github.com/pvlbzn/algorithms/tree/master/sort/counting_sort)\n\nMerge Sort `java` [`sort/merge_sort`](https://github.com/pvlbzn/algorithms/tree/master/sort/merge_sort)\n\nBinary Search Tree `java` [`data_structure/binary_search_tree/`](https://github.com/pvlbzn/algorithms/tree/master/data_structure/binary_search_tree)\n\n\u003cbr\u003e\n\n**Machine Learning**\n\nLinear Regression `python3` [`machine_learning/linear_regression/`](https://github.com/pvlbzn/algorithms/tree/master/machine_learning/linear_regression)\n\n\u003cbr\u003e\n\n**Encoding**\n\nRLE `c++` [`encoding/rle`](https://github.com/pvlbzn/algorithms/tree/master/encoding/rle)\n\n\u003cbr\u003e\n\n**Validation**\n\nBracket Balancing `c++14` [`validation/bracket_balancing`](https://github.com/pvlbzn/algorithms/tree/master/validation/bracket_balancing)\n\nSequence Recovery `python3` [`valudation/bracket_balancing`](https://github.com/pvlbzn/algorithms/tree/master/validation/sequence_recovery)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpvlbzn%2Falgorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpvlbzn%2Falgorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpvlbzn%2Falgorithms/lists"}