Breadth-First Search (BFS) - Graph Traversal PatternBreadth-First Search (BFS) & Depth-first Search are traversal techniques for navigating all types of Graphs. Highly recommend reading the post on graph data structure patterns, which builds a foundation of how Graph representations appear in most cod...Oct 27, 2022·5 min read
Basics of Linked ListLinked Lists are one of the most fundamental data structures in computer science and are represented mainly by these two types: Singly Linked List Doubly Linked List Node - the Building block The smallest unit of a Linked List is defined by a Nod...Jan 25, 2021·3 min read
Top 4 Stock and Options Market Data APIsI decided to write on this topic as I feel I have done my fair share of research and experiments to identify and recommend the top stock market data API. These market data APIs can be useful for anyone who is planning to get started experimenting wit...Jan 2, 2021·6 min read
Java CollectionsJava has been my primary programming language for almost 7+ years now. Out of which I spent 4 years building college projects and 3+ years building Enterprise-grade applications at my full-time job. Java might be a verbose language but it is one of t...May 17, 2020·6 min read