{"id":21723154,"url":"https://github.com/theiskaa/algoc","last_synced_at":"2025-03-20T22:17:34.151Z","repository":{"id":211771437,"uuid":"683369256","full_name":"theiskaa/algoc","owner":"theiskaa","description":"A list of problems and their solutions","archived":false,"fork":false,"pushed_at":"2024-03-22T23:35:09.000Z","size":131,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-25T19:08:57.133Z","etag":null,"topics":["advent-of-code","leetcode"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/theiskaa.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}},"created_at":"2023-08-26T10:51:05.000Z","updated_at":"2024-12-28T13:37:17.000Z","dependencies_parsed_at":"2024-02-27T21:52:31.816Z","dependency_job_id":null,"html_url":"https://github.com/theiskaa/algoc","commit_stats":null,"previous_names":["theiskaa/algoc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theiskaa%2Falgoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theiskaa%2Falgoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theiskaa%2Falgoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theiskaa%2Falgoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theiskaa","download_url":"https://codeload.github.com/theiskaa/algoc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244700611,"owners_count":20495574,"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":["advent-of-code","leetcode"],"created_at":"2024-11-26T02:37:22.411Z","updated_at":"2025-03-20T22:17:34.130Z","avatar_url":"https://github.com/theiskaa.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# algoc\n\nA list of problems and their solutions from various sources such as LeetCode, HackerNews, AoC, etc.\n\nImplementations in this repository may change depending on my mood for selection.\nHere are the possible languages that I'll use: C/C++, Rust, Go, Zig, Python.\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cb\u003eLeetCode\u003c/b\u003e\u003c/summary\u003e\n\n- [X] https://leetcode.com/problems/two-sum\n- [X] https://leetcode.com/problems/valid-parentheses\n- [X] https://leetcode.com/problems/merge-two-sorted-lists\n- [X] https://leetcode.com/problems/best-time-to-buy-and-sell-stock\n- [X] https://leetcode.com/problems/valid-palindrome\n- [ ] https://leetcode.com/problems/invert-binary-tree\n- [X] https://leetcode.com/problems/valid-anagram\n- [X] https://leetcode.com/problems/binary-search\n- [ ] https://leetcode.com/problems/flood-fill\n- [ ] https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree\n- [ ] https://leetcode.com/problems/balanced-binary-tree\n- [ ] https://leetcode.com/problems/linked-list-cycle\n- [ ] https://leetcode.com/problems/implement-queue-using-stacks\n\n---\n\n- [ ] https://leetcode.com/problems/first-bad-version\n- [ ] https://leetcode.com/problems/ransom-note\n- [ ] https://leetcode.com/problems/climbing-stairs\n- [ ] https://leetcode.com/problems/longest-palindrome\n- [ ] https://leetcode.com/problems/reverse-linked-list\n- [ ] https://leetcode.com/problems/majority-element\n- [ ] https://leetcode.com/problems/add-binary\n- [ ] https://leetcode.com/problems/diameter-of-binary-tree\n- [ ] https://leetcode.com/problems/maximum-depth-of-binary-tree\n- [ ] https://leetcode.com/problems/contains-duplicate\n\n---\n\n- [ ] https://leetcode.com/problems/roman-to-integer\n- [ ] https://leetcode.com/problems/backspace-string-compare\n- [ ] https://leetcode.com/problems/counting-bits\n- [ ] https://leetcode.com/problems/same-tree\n- [ ] https://leetcode.com/problems/number-of-1-bits\n- [ ] https://leetcode.com/problems/longest-common-prefix\n- [ ] https://leetcode.com/problems/single-number\n- [ ] https://leetcode.com/problems/palindrome-linked-list\n- [ ] https://leetcode.com/problems/move-zeroes\n- [ ] https://leetcode.com/problems/symmetric-tree\n- [ ] https://leetcode.com/problems/missing-number\n- [ ] https://leetcode.com/problems/palindrome-number\n- [ ] https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree\n\n---\n\n- [ ] https://leetcode.com/problems/reverse-bits\n- [ ] https://leetcode.com/problems/subtree-of-another-tree\n- [ ] https://leetcode.com/problems/squares-of-a-sorted-array\n- [ ] https://leetcode.com/problems/maximum-subarray\n- [ ] https://leetcode.com/problems/insert-interval\n- [ ] https://leetcode.com/problems/01-matrix\n- [ ] https://leetcode.com/problems/k-closest-points-to-origin\n- [ ] https://leetcode.com/problems/longest-substring-without-repeating-characters\n- [ ] https://leetcode.com/problems/3sum\n- [ ] https://leetcode.com/problems/binary-tree-level-order-traversal\n\n---\n\n- [ ] https://leetcode.com/problems/clone-graph\n- [ ] https://leetcode.com/problems/evaluate-reverse-polish-notation\n- [ ] https://leetcode.com/problems/course-schedule\n- [ ] https://leetcode.com/problems/implement-trie-prefix-tree\n- [ ] https://leetcode.com/problems/coin-change\n- [ ] https://leetcode.com/problems/product-of-array-except-self\n- [ ] https://leetcode.com/problems/min-stack\n- [ ] https://leetcode.com/problems/validate-binary-search-tree\n- [ ] https://leetcode.com/problems/number-of-islands\n\n---\n\n- [ ] https://leetcode.com/problems/rotting-oranges\n- [ ] https://leetcode.com/problems/search-in-rotated-sorted-array\n- [ ] https://leetcode.com/problems/combination-sum\n- [ ] https://leetcode.com/problems/permutations\n- [ ] https://leetcode.com/problems/merge-intervals\n- [ ] https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree\n- [ ] https://leetcode.com/problems/time-based-key-value-store\n- [ ] https://leetcode.com/problems/accounts-merge\n\n---\n\n- [ ] https://leetcode.com/problems/sort-colors\n- [ ] https://leetcode.com/problems/word-break\n- [ ] https://leetcode.com/problems/partition-equal-subset-sum\n- [ ] https://leetcode.com/problems/string-to-integer-atoi\n- [ ] https://leetcode.com/problems/subsets\n- [ ] https://leetcode.com/problems/spiral-matrix\n- [ ] https://leetcode.com/problems/binary-tree-right-side-view\n- [ ] https://leetcode.com/problems/longest-palindromic-substring\n- [ ] https://leetcode.com/problems/unique-paths\n\n---\n\n- [ ] https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal\n- [ ] https://leetcode.com/problems/container-with-most-water\n- [ ] https://leetcode.com/problems/letter-combinations-of-a-phone-number\n- [ ] https://leetcode.com/problems/word-search\n- [ ] https://leetcode.com/problems/find-all-anagrams-in-a-string\n- [ ] https://leetcode.com/problems/minimum-height-trees\n- [ ] https://leetcode.com/problems/task-scheduler\n\n---\n\n- [ ] https://leetcode.com/problems/lru-cache\n- [ ] https://leetcode.com/problems/kth-smallest-element-in-a-bst\n- [ ] https://leetcode.com/problems/daily-temperatures\n- [ ] https://leetcode.com/problems/house-robber\n- [ ] https://leetcode.com/problems/gas-station\n- [ ] https://leetcode.com/problems/next-permutation\n- [ ] https://leetcode.com/problems/valid-sudoku\n- [ ] https://leetcode.com/problems/group-anagrams\n\n---\n\n- [ ] https://leetcode.com/problems/maximum-product-subarray\n- [ ] https://leetcode.com/problems/design-add-and-search-words-data-structure\n- [ ] https://leetcode.com/problems/pacific-atlantic-water-flow\n- [ ] https://leetcode.com/problems/remove-nth-node-from-end-of-list\n- [ ] https://leetcode.com/problems/find-the-duplicate-number\n- [ ] https://leetcode.com/problems/top-k-frequent-words\n- [ ] https://leetcode.com/problems/longest-increasing-subsequence\n\n---\n\n- [ ] https://leetcode.com/problems/course-schedule-ii\n- [ ] https://leetcode.com/problems/swap-nodes-in-pairs\n- [ ] https://leetcode.com/problems/path-sum-ii\n- [ ] https://leetcode.com/problems/longest-consecutive-sequence\n- [ ] https://leetcode.com/problems/rotate-array\n- [ ] https://leetcode.com/problems/odd-even-linked-list\n- [ ] https://leetcode.com/problems/decode-string\n\n---\n\n- [ ] https://leetcode.com/problems/contiguous-array\n- [ ] https://leetcode.com/problems/maximum-width-of-binary-tree\n- [ ] https://leetcode.com/problems/find-k-closest-elements\n- [ ] https://leetcode.com/problems/longest-repeating-character-replacement\n- [ ] https://leetcode.com/problems/jump-game\n- [ ] https://leetcode.com/problems/add-two-numbers\n- [ ] https://leetcode.com/problems/generate-parentheses\n- [ ] https://leetcode.com/problems/sort-list\n\n---\n\n- [ ] https://leetcode.com/problems/subarray-sum-equals-k\n- [ ] https://leetcode.com/problems/asteroid-collision\n- [ ] https://leetcode.com/problems/random-pick-with-weight\n- [ ] https://leetcode.com/problems/kth-largest-element-in-an-array\n- [ ] https://leetcode.com/problems/maximal-square\n- [ ] https://leetcode.com/problems/rotate-image\n\n---\n\n- [ ] https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal\n- [ ] https://leetcode.com/problems/path-sum-iii\n- [ ] https://leetcode.com/problems/powx-n\n- [ ] https://leetcode.com/problems/search-a-2d-matrix\n- [ ] https://leetcode.com/problems/largest-number\n- [ ] https://leetcode.com/problems/decode-ways\n- [ ] https://leetcode.com/problems/reverse-integer\n\n---\n\n- [ ] https://leetcode.com/problems/set-matrix-zeroes\n- [ ] https://leetcode.com/problems/reorder-list\n- [ ] https://leetcode.com/problems/cheapest-flights-within-k-stops\n- [ ] https://leetcode.com/problems/all-nodes-distance-k-in-binary-tree\n- [ ] https://leetcode.com/problems/3sum-closest\n- [ ] https://leetcode.com/problems/rotate-list\n- [ ] https://leetcode.com/problems/find-minimum-in-rotated-sorted-array\n\n---\n\n- [ ] https://leetcode.com/problems/basic-calculator-ii\n- [ ] https://leetcode.com/problems/combination-sum-iv\n- [ ] https://leetcode.com/problems/insert-delete-getrandom-o1\n- [ ] https://leetcode.com/problems/non-overlapping-intervals\n- [ ] https://leetcode.com/problems/minimum-window-substring\n- [ ] https://leetcode.com/problems/serialize-and-deserialize-binary-tree\n- [ ] https://leetcode.com/problems/trapping-rain-water\n- [ ] https://leetcode.com/problems/find-median-from-data-stream\n\n---\n\n- [ ] https://leetcode.com/problems/word-ladder\n- [ ] https://leetcode.com/problems/basic-calculator\n- [ ] https://leetcode.com/problems/maximum-profit-in-job-scheduling\n- [ ] https://leetcode.com/problems/merge-k-sorted-lists\n- [ ] https://leetcode.com/problems/largest-rectangle-in-histogram\n- [ ] https://leetcode.com/problems/binary-tree-maximum-path-sum\n\n---\n\n- [ ] https://leetcode.com/problems/maximum-frequency-stack\n- [ ] https://leetcode.com/problems/median-of-two-sorted-arrays\n- [ ] https://leetcode.com/problems/longest-increasing-path-in-a-matrix\n- [ ] https://leetcode.com/problems/longest-valid-parentheses\n\n---\n\n- [ ] https://leetcode.com/problems/word-search-ii\n- [ ] https://leetcode.com/problems/bus-routes\n- [ ] https://leetcode.com/problems/sliding-window-maximum\n- [ ] https://leetcode.com/problems/palindrome-pairs\n- [ ] https://leetcode.com/problems/reverse-nodes-in-k-group\n\n---\n\n- [ ] https://leetcode.com/problems/sudoku-solver\n- [ ] https://leetcode.com/problems/first-missing-positive\n- [ ] https://leetcode.com/problems/n-queens\n- [ ] https://leetcode.com/problems/smallest-range-covering-elements-from-k-lists\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheiskaa%2Falgoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheiskaa%2Falgoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheiskaa%2Falgoc/lists"}