{"id":26095248,"url":"https://github.com/thenativeweb/codingcircle","last_synced_at":"2025-04-12T10:07:19.898Z","repository":{"id":199911622,"uuid":"698330119","full_name":"thenativeweb/codingcircle","owner":"thenativeweb","description":"codingcircle contains the examples from the YouTube Coding Circle.","archived":false,"fork":false,"pushed_at":"2025-03-02T07:37:31.000Z","size":50,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-12T10:06:51.414Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.youtube.com/@thenativeweb","language":"Go","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/thenativeweb.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-29T17:07:51.000Z","updated_at":"2025-03-02T07:37:34.000Z","dependencies_parsed_at":"2023-10-13T12:01:04.764Z","dependency_job_id":"2cf53856-a748-4671-9508-ee49146913b3","html_url":"https://github.com/thenativeweb/codingcircle","commit_stats":null,"previous_names":["thenativeweb/codingcircle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenativeweb%2Fcodingcircle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenativeweb%2Fcodingcircle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenativeweb%2Fcodingcircle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenativeweb%2Fcodingcircle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thenativeweb","download_url":"https://codeload.github.com/thenativeweb/codingcircle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550636,"owners_count":21122933,"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":[],"created_at":"2025-03-09T13:15:12.888Z","updated_at":"2025-04-12T10:07:19.876Z","avatar_url":"https://github.com/thenativeweb.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codingcircle\n\ncodingcircle contains the examples from the YouTube Coding Cirle.\n\n## Quick start\n\nSo far, the following exercises have been covered:\n\n- [Autocomplete](./autocomplete/) – implements an autocomplete feature using a trie\n- [Bloom filter](./bloomfilter/) – implements a bloom filter\n- [Busfactor](./busfactor/) – calculates the the maximum load of a bus based on events\n- [Clever max](./clevermax/) – calculates the maximum of two numbers\n- [Cons, Car, Cdr \u0026 co.](./cons) – implements a cons cell and the corresponding functions\n- [Continous maximum](./continuousmax/) – calculates the maximum of a sliding window\n- [Egyptian fractions](./egyptianfractions/) – calculates the \"Egyptian Fractions\" version of a given fraction\n- [Fair coin toss](./faircointoss/) – simulates a fair coin toss based on an unfair random function\n- [Fibonacci](./fibonacci/) – calculates the n-th Fibonacci number\n- [Floyd](./floyd/) – implements Floyd's cycle-finding \"Tortoise and Hare\" algorithm\n- [Heap](./heap/) – implements a heap from scratch, without using the built-in `container/heap` package\n- [Markov count](./markovcount/) – figures out how often states are reached by a Markov chain\n- [Parentheses](./parentheses/) – checks if a string has balanced parentheses\n- [Radix sort](./radixsort/) – implements radix sort\n- [Remove k-th last element](./removekthlastelement/) – removes the k-th last element from a single-linked list\n- [Run-length encoding](./runlengthencoding/) – encodes and decodes strings using run-length encoding\n- [Running median](./runningmedian/) – calculates the running median of a sequence of numbers\n- [Tic tac toe](./tictactoe/) – detects winnning states in a tic tac toe game\n\n## Running quality assurance\n\nTo execute the tests run the following command:\n\n```shell\n$ make\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenativeweb%2Fcodingcircle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenativeweb%2Fcodingcircle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenativeweb%2Fcodingcircle/lists"}