Skip to content

thenativeweb/codingcircle

Repository files navigation

codingcircle

codingcircle contains the examples from the YouTube Coding Cirle.

Quick start

So far, the following exercises have been covered:

  • Autocomplete – implements an autocomplete feature using a trie
  • Busfactor – calculates the the maximum load of a bus based on events
  • Clever max – calculates the maximum of two numbers
  • Cons, Car, Cdr & co. – implements a cons cell and the corresponding functions
  • Continous maximum – calculates the maximum of a sliding window
  • Floyd – implements Floyd's cycle-finding "Tortoise and Hare" algorithm
  • Heap – implements a heap from scratch, without using the built-in container/heap package
  • Markov count – figures out how often states are reached by a Markov chain
  • Radix sort – implements radix sort
  • Remove k-th last element – removes the k-th last element from a single-linked list
  • Run-length encoding – encodes and decodes strings using run-length encoding
  • Running median – calculates the running median of a sequence of numbers
  • Tic tac toe – detects winnning states in a tic tac toe game

Running quality assurance

To execute the tests run the following command:

$ make

About

codingcircle contains the examples from the YouTube Coding Circle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published