Big O
A visual introduction to big O notation.
6 posts
A visual introduction to big O notation.
How to lovingly handcraft your own git repositories
VisuAlgo was conceptualised in 2011 by Dr Steven Halim as a tool to help his students better understand data structures and algorithms, by allowing them to learn the basics on their own and at their own pace. Together with his students from the National University of Singapore, a series of visualisations were developed and consolidated, from simple sorting algorithms to complex graph data structures. Though specifically designed for the use of NUS students taking various data structure and algorithm classes (CS1010, CS1020, CS2010, CS2020, and CS3233), as advocators of online learning, we h...
Posted in r/compsci by u/adriansky • 125 points and 3 comments
Inter3sting variations on tries
Really really interesting use case for REDIS, and a great scalability pattern