{"id":39478360,"url":"https://github.com/danielbas33/algoexpert","last_synced_at":"2026-01-18T05:00:54.523Z","repository":{"id":215140422,"uuid":"486206813","full_name":"DanielBas33/algoExpert","owner":"DanielBas33","description":"My solutions to algoExpert.io coding questions","archived":false,"fork":false,"pushed_at":"2022-06-10T14:21:34.000Z","size":65,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-02T18:57:11.073Z","etag":null,"topics":["algorithms","data-structures"],"latest_commit_sha":null,"homepage":"","language":null,"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/DanielBas33.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-04-27T13:36:14.000Z","updated_at":"2024-01-02T18:57:13.009Z","dependencies_parsed_at":"2024-01-02T18:57:12.909Z","dependency_job_id":"523728ab-d00f-4b41-ab87-6af47dcef5a0","html_url":"https://github.com/DanielBas33/algoExpert","commit_stats":null,"previous_names":["danielbas33/algoexpert"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/DanielBas33/algoExpert","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielBas33%2FalgoExpert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielBas33%2FalgoExpert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielBas33%2FalgoExpert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielBas33%2FalgoExpert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielBas33","download_url":"https://codeload.github.com/DanielBas33/algoExpert/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielBas33%2FalgoExpert/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28530619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"],"created_at":"2026-01-18T05:00:36.000Z","updated_at":"2026-01-18T05:00:54.507Z","avatar_url":"https://github.com/DanielBas33.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# AlgoExpert\nAll of my learning from [algoExpert.io](https://algoexpert.io). Including my answers to the coding questions and summaries from the data structures crash curse. \n\n## Coding Questions\n\nThese questions are grouped by Difficulty: [Easy](#easy), [Medium](#medium), [Hard](#hard) and [Very Hard](#very-hard)\n\n### Easy:\n\n|                Question               | Completed | Uploaded to Github |\n|:----------------------------------:|:---------:|:------------------:|\n|           [Two Number Sum](https://github.com/DanielBas33/algoExpert/blob/main/Easy/TwoNumberSum.md)           |     🟢     |          🔵          |\n|        [Validate Subsequence](https://github.com/DanielBas33/algoExpert/blob/main/Easy/ValidateSubsequence.md)        |     🟢     |          🔵          |\n|        [Sorted Squared Array](https://github.com/DanielBas33/algoExpert/blob/main/Easy/SortedSquaredArray.md)        |     🟢     |          🔵          |\n|          [Tournament Winner](https://github.com/DanielBas33/algoExpert/blob/main/Easy/TournamentWinner.md)         |     🟢     |          🔵          |\n|      [Non-Constructible Change](https://github.com/DanielBas33/algoExpert/blob/main/Easy/Non-ConstructubleChange.md)      |     🟢     |          🔵          |\n|      [Closest Value In BST](https://github.com/DanielBas33/algoExpert/blob/main/Easy/ClosestValueBST.md)     |     🟢     |          🔵          |\n|             [Branch Sums](https://github.com/DanielBas33/algoExpert/blob/main/Easy/BranchSums.md)            |     🟢     |          🔵          |\n|             [Node Depths](https://github.com/DanielBas33/algoExpert/blob/main/Easy/NodeDepths.md)            |     🟢     |          🔵          |\n|         [Depth-first Search](https://github.com/DanielBas33/algoExpert/blob/main/Easy/Depth-FirstSearch.md)         |     🟢     |          🔵          |\n|        [Minimum Waiting Time](https://github.com/DanielBas33/algoExpert/blob/main/Easy/MinimumWaitingTime.md)        |     🟢     |          🔵          |\n|            [Class Photos](https://github.com/DanielBas33/algoExpert/blob/main/Easy/ClassPhotos.md)            |     🟢     |          🔵          |\n|           [Tandem Bicycle](https://github.com/DanielBas33/algoExpert/blob/main/Easy/TandemBicycle.md)           |     🟢     |          🔵          |\n| [Remove Duplicates From Linked List](https://github.com/DanielBas33/algoExpert/blob/main/Easy/RemoveDuplicatesLinkedList.md) |     🟢     |          🔵          |\n|            [Nth Fibonacci](https://github.com/DanielBas33/algoExpert/blob/main/Easy/NthFibonacci.md)           |     🟢     |          🔵          |\n|             [Product Sum](https://github.com/DanielBas33/algoExpert/blob/main/Easy/ProductSum.md)            |     🟢     |          🔵          |\n|            [Binary Search](https://github.com/DanielBas33/algoExpert/blob/main/Easy/BinarySearch.md)           |     🟢     |          🔵          |\n|     [Find Three Largest Numbers](https://github.com/DanielBas33/algoExpert/blob/main/Easy/FindThreeLargestNumbers.md)     |     🟢     |          🔵          |\n|             [Bubble Sort](https://github.com/DanielBas33/algoExpert/blob/main/Easy/BubbleSort.md)            |     🟢     |          🔵         |\n|           [Insertion Sort](https://github.com/DanielBas33/algoExpert/blob/main/Easy/InsertionSort.md)           |     🟢     |          🔵         |\n|           [Selection Sort](https://github.com/DanielBas33/algoExpert/blob/main/Easy/SelectionSort.md)           |     🟢     |          🔵         |\n|          [Palindrome Check](https://github.com/DanielBas33/algoExpert/blob/main/Easy/Palindrome.md)          |     🟢     |          🔵         |\n|       [Caesar Cipher Encryptor](https://github.com/DanielBas33/algoExpert/blob/main/Easy/CaesarCipherEncryptor.md)      |     🟢     |          🔵         |\n|         [Run-Length Encoding](https://github.com/DanielBas33/algoExpert/blob/main/Easy/RunLengthEncoding.md)        |     🟢     |          🔵         |\n|          [Generate Document](https://github.com/DanielBas33/algoExpert/blob/main/Easy/GenerateDocument.md)         |     🟢     |          🔵         |\n|    [First Non-Repeating Character](https://github.com/DanielBas33/algoExpert/blob/main/Easy/FirstNonRepeatingCharacter.md)   |     🟢     |          🔵         |\n\n### Medium:\n\n|                Question               | Completed | Uploaded to Github |\n|:----------------------------------:|:---------:|:------------------:|\n|    [Three Number Sum](https://github.com/DanielBas33/algoExpert/blob/main/Medium/ThreeNumSum.md)   |     🟢     |          🔵         |\n\n### Hard:\n\n|                Question               | Completed | Uploaded to Github |\n|:----------------------------------:|:---------:|:------------------:|\n\n### Very Hard:\n\n|                Question               | Completed | Uploaded to Github |\n|:----------------------------------:|:---------:|:------------------:|\n\n\n## Data structures\n\n- [Complexity analysis, Memory and Big O Notation](https://github.com/DanielBas33/algoExpert/blob/main/Data%20structures/ComplexityAnalysisMemoryBigO.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielbas33%2Falgoexpert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielbas33%2Falgoexpert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielbas33%2Falgoexpert/lists"}