{"id":20912791,"url":"https://github.com/anverbogatov/java-algorithms","last_synced_at":"2025-10-31T13:30:41.560Z","repository":{"id":213036465,"uuid":"467813224","full_name":"anverbogatov/java-algorithms","owner":"anverbogatov","description":"This repository contains implementation of widely known and commonly used algorithms written using Java programming language.","archived":false,"fork":false,"pushed_at":"2022-07-08T04:14:59.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T15:49:54.305Z","etag":null,"topics":["algorithms","java","java-18","java-algorithms","java-tutorials"],"latest_commit_sha":null,"homepage":"","language":"Java","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/anverbogatov.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}},"created_at":"2022-03-09T06:59:41.000Z","updated_at":"2022-11-09T08:30:23.000Z","dependencies_parsed_at":"2023-12-18T04:25:44.187Z","dependency_job_id":"e42b46b0-802a-4673-a2a4-2f262a5d64d0","html_url":"https://github.com/anverbogatov/java-algorithms","commit_stats":null,"previous_names":["anverbogatov/java-algorithms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anverbogatov%2Fjava-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anverbogatov%2Fjava-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anverbogatov%2Fjava-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anverbogatov%2Fjava-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anverbogatov","download_url":"https://codeload.github.com/anverbogatov/java-algorithms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243307334,"owners_count":20270256,"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","java","java-18","java-algorithms","java-tutorials"],"created_at":"2024-11-18T14:33:20.456Z","updated_at":"2025-10-31T13:30:41.508Z","avatar_url":"https://github.com/anverbogatov.png","language":"Java","readme":"![project build status](https://github.com/anverbogatov/java-algorithms/actions/workflows/maven.yml/badge.svg)\n\n# java-algorithms\n\n## 🦅 Overview\nThis repository contains implementation of widely known and commonly used algorithms written using Java programming language.\n\n## 📒 Algorithms\n\n### 🔎 Search\n| Name | Variation| Complexity | Link |\n|------|----------|------------|------|\n| Binary Search | loop-based | O(log n) | [Show](https://github.com/anverbogatov/java-algorithms/blob/3cdac6ad6f99c53ec0e109dacce00eecb51fc66f/src/main/java/com/anverbogatov/algorithms/search/BinarySearch.java#L19) |\n| Linear Search | loop-based | O(n) | [Show](https://github.com/anverbogatov/java-algorithms/blob/96c7bb928b065db346888ac8096cebf6b9067844/src/main/java/com/anverbogatov/algorithms/search/LinearSearch.java#L18) |\n\n### 📚 Sorting\n| Name | Variation| Complexity | Link |\n|------|----------|------------|------|\n| Selection Sort | loop-based | O(n^2) | [Show](https://github.com/anverbogatov/java-algorithms/blob/c6cd455f493a1d85b63994d59b68d0e824cc903b/src/main/java/com/anverbogatov/algorithms/sorting/SelectionSort.java#L11) |\n| Bubble Sort | loop-based | O(n^2) | [Show](https://github.com/anverbogatov/java-algorithms/blob/ce01819093c429f28a9822f38b7c2a41d8bfea64/src/main/java/com/anverbogatov/algorithms/sorting/BubbleSort.java#L11) |\n| Quick Sort | recursion-based | O(n * log n) | [Show](https://github.com/anverbogatov/java-algorithms/blob/2d7858dca2edb4692698c60e79f72690591784fb/src/main/java/com/anverbogatov/algorithms/sorting/QuickSort.java#L10) |\n\n### 🧮 Calculations\n| Name | Variation| Complexity | Link |\n|------|----------|------------|------|\n| Fibonacci numbers | recursion-based | O(2^n) | [Show](https://github.com/anverbogatov/java-algorithms/blob/04a46c302c9c49bfdeb4572c5623651ae88059a8/src/main/java/com/anverbogatov/algorithms/calculations/FibonacciNumbers.java#L13) |\n\n## 📚 Coding Problems\n[List of coding problems with their solution](https://github.com/anverbogatov/java-algorithms/tree/main/src/main/java/com/anverbogatov/algorithms/tasks)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanverbogatov%2Fjava-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanverbogatov%2Fjava-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanverbogatov%2Fjava-algorithms/lists"}