2019-Think in Math. Write in Code.: Programming languages are implementation tools, not thinking tools. They are strict formal languages invented to instruct machines in a human-friendly way. In contrast, thoughts are best expressed through a medium which is free and flexible.
Visually
VisuAlgo: visualising data structures and algorithms through animation
Algorithm → AST → CSS: Inspired by Grokking Algorithms and python-execution-trace, this project aims to reveal the mechanics behind algorithms via interactive visualizations of their execution.
2017-Competitive Programmer's Handbook #Book#: The purpose of this book is to give the reader a thorough introduction to competitive programming. The book is especially intended for students who want to learn algorithms and possibly participate in the International Olympiad in Informatics (IOI) or in the International Collegiate Programming Contest (ICPC).
2018-The Algorithms #Book#: Open Source Book for Newbies to Learn Algorithms and Implement them in any Programming Language.
2018-Algorithms #Book#: This textbook grew out of a collection of lecture notes that I wrote for various algorithms classes at the University of Illinois at Urbana-Champaign, which I have been teaching about once a year since January 1999.
algorithmist #Project#: The Algorithmist is a resource dedicated to anything algorithms - from the practical realm, to the theoretical realm. There are also links and explanation to problemsets.
2017-AlgoDS #Project#: Implementation of Algorithms and Data Structures, Interview Questions and Answers.
2017-Java 101: Datastructures and algorithms in Java: Datastructures and algorithms are essential to computer science, which is the study of data, its representation in memory, and its transformation from one form to another
2017-10 Common Data Structures Explained with Videos + Exercises: Data structures are a critical part of software development, and one of the most common topics for developer job interview questions. The good news is that they’re basically just specialized formats for organizing and storing data. I’m going to teach you 10 of the most common data structures — right here in this short article.
2018-javascript-datastructures-algorithms #Project#: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book.
2019-dsa.js #Project#: Data Structures and Algorithms explained and implemented in JavaScript
Slim #Project#: Slim is collection of surprisingly space efficient data types, with corresponding serialization APIs to persisting them on-disk or for transport.