Posts tagged optimization

6 posts

Animated GIF optimizer and compressor

Free online tool for optimizing animated GIF images to reduce file size. Compress GIFs with LZW compression, reduce colors or frame rate, remove duplicate frames.

Big O

A visual introduction to big O notation.

Everything I know about good system design

I see a lot of bad system design advice. One classic is the LinkedIn-optimized “bet you never heard of queues” style of post, presumably aimed at people who are…

VisuAlgo - visualising data structures and algorithms through animation

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...