Transpose Graph
|
|
0
|
265
|
November 3, 2020
|
Number of ways to reach number using increments of 1 and 2 (consecutive 1s are not allowed)
|
|
0
|
132
|
October 29, 2020
|
Sum of multiples of 3 and 5
|
|
1
|
486
|
October 20, 2020
|
Largest palindrome made from product of two 3-digit numbers
|
|
1
|
357
|
October 20, 2020
|
Count Min Sketch
|
|
0
|
195
|
October 19, 2020
|
Radix Tree [Compact version of Trie]
|
|
0
|
190
|
October 19, 2020
|
Two Stack Model / Split Buffer for Text Editors
|
|
0
|
200
|
October 19, 2020
|
Data Structures used in Text Editors
|
|
0
|
194
|
October 19, 2020
|
Find if there exists a path between two nodes in a directed graph
|
|
0
|
171
|
October 12, 2020
|
Push Relabel Algorithm
|
|
0
|
177
|
October 11, 2020
|
Number of substrings divisible by 8 but not 3
|
|
0
|
177
|
May 24, 2020
|
Reverse a doubly linked list in C++
|
|
0
|
236
|
September 24, 2020
|
Solving Vertex Cover Problem from O(2^n) to O(n^2)
|
|
1
|
760
|
September 7, 2020
|
Travelling Salesman Problem (Bitmasking and Dynamic Programming)
|
|
0
|
203
|
September 5, 2020
|
Travelling Salesman Problem (Basics + Brute force approach)
|
|
0
|
173
|
September 5, 2020
|
Minimum Bitwise OR operations to make any two array elements equal
|
|
0
|
221
|
August 28, 2020
|
MiniMax Algorithm: How Machine thinks?
|
|
0
|
285
|
August 26, 2020
|
Pancake Sort Algorithm (in-place, not stable)
|
|
0
|
268
|
August 26, 2020
|
Number of times characters of a string is present in another string
|
|
0
|
256
|
August 11, 2020
|
Transitive Closure Of A Graph using Graph Powering
|
|
0
|
234
|
August 11, 2020
|
Implementing a Binary Search Tree (BST) in C++
|
|
0
|
303
|
August 2, 2020
|
Sort a stack using another stack
|
|
0
|
287
|
August 2, 2020
|
Idea behind Load Balancer
|
|
0
|
287
|
July 5, 2020
|
Transitive Closure Of A Graph using Floyd Warshall Algorithm
|
|
0
|
251
|
June 25, 2020
|
Gale Shapely Algorithm for Stable Matching problem
|
|
0
|
223
|
June 22, 2020
|
Minimum Increment and Decrement operations to make array elements equal
|
|
0
|
231
|
June 22, 2020
|
Minimum number of increment (by 1) operations to make elements of an array unique
|
|
0
|
240
|
June 22, 2020
|
First Unique Character in a String
|
|
0
|
222
|
June 16, 2020
|
Reverse alternate groups of K nodes in a Singly Linked List
|
|
0
|
234
|
June 16, 2020
|
Ternary Search Algorithm
|
|
1
|
351
|
June 12, 2020
|