Posts ✏️


Basics of feed forward neural nets

Cool story bro.



AVL- Bringing balance to the force tree

Been away from a while.



Binary Search Trees

If you’re someone with a serious case of OCD then you’re all too familiar with how difficult it is to keep things perfectly organized.



Why some things are best kept private: Encapsulation in OOP

Whenever we come across an introductory or somewhat intermediate text on object oriented programming there’s always someone there to remind us of the importance of encapsulating an object’s member variables.



A peek inside JavaScript: First-class functions and Closures

One of the best ways to learn a new programming language is to ask yourself two important questions-