15 November 201620 November 2023Tree Data Structures Compressed Trie Tree Hello, people! In this post, we will discuss a commonly used data structure to store strings, the Compress Trie Tree, also known […]
1 February 201517 November 2023Tree Data Structures Binary Heaps and Heapsort Algorithm Hello people…! In this post I will talk about the Binary Heaps and Heapsort Algorithm implemented using structures and not arrays. This […]
27 January 201517 November 2023Tree Data Structures Segment Trees Hello people…! In this post I will talk about one of the most versatile data structure in competitive programming, the Segment Tree. […]
19 January 201513 November 2023Graph Theory Bellman Ford Algorithm Hello people…! In this post I will talk about another single source shortest path algorithm, the Bellman Ford Algorithm. Unlike Dijkstra’s Algorithm, […]
16 January 201511 November 2023Tree Data Structures Trie Tree Implementation Note – Theory of Coding is also on YouTube! This post has a video. Watch it at – https://www.youtube.com/watch?v=EbamlevPlxY Hoping you’ll support […]
11 January 201512 December 2023Graph Theory Dijkstra’s Algorithm Hello, people…! In this post, I will talk about one of the fastest single source shortest path algorithms, which is, the Dijkstra’s Algorithm. […]
28 December 201412 December 2023Heaps Binary Heaps Hello people…! In this post I will talk about Binary Heaps, or, more casually called as Heaps. Binary Heaps are used to […]
26 December 201411 November 2023Graph Theory Depth First Search Algorithm Hello people…! In this post I will talk about the other Graph Search Algorithm, the Depth First Search Algorithm. Depth First Search […]
25 December 201411 November 2023Graph Theory Snakes and Ladders Game Code Note – Theory of Coding is also on YouTube! This post has a video. Watch it at – https://www.youtube.com/watch?v=a3_QGPthIDU Hoping you’ll support […]
25 December 201410 November 2023Graph Theory Breadth First Search Algorithm Note – Theory of Coding is also on YouTube! This post has a video. Watch it at – https://www.youtube.com/watch?v=5mG-qBRhvKQ Hoping you’ll support […]