elhacker.INFO Downloads
Copyright issues contact webmaster@elhacker.info
Name Last modified Size
Parent Directory -
01 - Length of Last Word/ 2024-07-09 17:16 -
02 - Reverse String/ 2024-07-09 17:16 -
03 - Longest Common Prefix/ 2024-07-09 17:16 -
04 - String class/ 2024-07-09 17:16 -
05 - Vectors/ 2024-07-09 17:16 -
06 - Fizz Buzz/ 2024-07-09 17:16 -
07 - Evaluate Reverse Polish Notation/ 2024-07-09 17:16 -
08 - Excel Sheet Column Number/ 2024-07-09 17:16 -
09 - Palindrome String/ 2024-07-09 17:16 -
10 - Valid Palindrome/ 2024-07-09 17:15 -
11 - Remove All Adjacent Duplicates/ 2024-07-09 17:15 -
12 - Remove All Adjacent Duplicates - 2/ 2024-07-09 17:15 -
13 - Recursion Basics/ 2024-07-09 17:15 -
14 - Recursion Intermediate/ 2024-07-09 17:15 -
15 - Recursion Advanced/ 2024-07-09 17:15 -
16 - Algorithm Selection Sort/ 2024-07-09 17:15 -
17 - Algorithms Bubble Sort/ 2024-07-09 17:15 -
18 - Algorithm Merge Sort/ 2024-07-09 17:15 -
19 - Algorithm Quick Sort/ 2024-07-09 17:15 -
20 - Algorithm Moore Voting Majority Element/ 2024-07-09 17:15 -
21 - Algorithms Binary Search/ 2024-07-09 17:15 -
22 - Advanced Binary Search Find First & Last Occurence/ 2024-07-09 17:14 -
23 - Advanced Binary Search Search in Rotated Sorted Array/ 2024-07-09 17:14 -
24 - Advanced Binary Search Implement Square root/ 2024-07-09 17:14 -
25 - Advanced Binary Search Find Minimum Element in Sorted Rotated Array/ 2024-07-09 17:14 -
26 - ZigZag Conversion/ 2024-07-09 17:14 -
27 - Single Number/ 2024-07-09 17:14 -
28 - Jump Game/ 2024-07-09 17:14 -
29 - Jump Game - 2/ 2024-07-09 17:14 -
30 - Reverse Words in a String/ 2024-07-09 17:14 -
31 - Find Permutation/ 2024-07-09 17:14 -
32 - Rotate Image/ 2024-07-09 17:14 -
33 - Spiral Order Matrix/ 2024-07-09 17:14 -
34 - Set Matrix Zero/ 2024-07-09 17:14 -
35 - Search in Row-wise and Column-wise Matrix/ 2024-07-09 17:14 -
36 - Intersection of List/ 2024-07-09 17:14 -
37 - Reverse a List/ 2024-07-09 17:14 -
38 - Middle Node of List - Slow and Fast Pointer Approach/ 2024-07-09 17:14 -
39 - Remove nth Node from end of list/ 2024-07-09 17:14 -
40 - Add 2 number as list/ 2024-07-09 17:14 -
41 - Partition List/ 2024-07-09 17:14 -
42 - Cycle Detection in Linked List/ 2024-07-09 17:14 -
43 - Cycle - Find starting point of Cycle/ 2024-07-09 17:14 -
44 - Valid Parenthesis/ 2024-07-09 17:14 -
45 - Inorder Traversal/ 2024-07-09 17:14 -
46 - PreOrder Traversal/ 2024-07-09 17:14 -
47 - PostOrder Traversal/ 2024-07-09 17:14 -
48 - Same Tree/ 2024-07-09 17:14 -
49 - Symmetric Binary Tree/ 2024-07-09 17:14 -
50 - Count Nodes/ 2024-07-09 17:13 -
51 - Maximum Depth of Binary Tree/ 2024-07-09 17:13 -
52 - Level Order Traversal/ 2024-07-09 17:13 -
53 - Reverse Level Order Traversal/ 2024-07-09 17:13 -
54 - ZigZag Level Order Traversal/ 2024-07-09 17:13 -
55 - Vertical Order Traversal/ 2024-07-09 17:13 -
56 - Minimum Depth of Binary Tree/ 2024-07-09 17:13 -
57 - Lowest Common Ancestor - BST/ 2024-07-09 17:13 -
58 - Lowest Common Ancestor Binary Tree/ 2024-07-09 17:13 -
59 - Invert Binary Tree/ 2024-07-09 17:13 -
60 - Validate Binary Search Tree/ 2024-07-09 17:13 -
61 - Construct Tree from PreOrder and Inorder Traversal/ 2024-07-09 17:13 -
62 - Construct Tree from PostOrder and Inorder Traversal/ 2024-07-09 17:13 -
63 - Construct Cartesian Tree/ 2024-07-09 17:13 -
64 - Diameter of Binary Tree/ 2024-07-09 17:13 -
65 - Convert Sorted Array to BST/ 2024-07-09 17:13 -
66 - Kth Smallest Element in a BST/ 2024-07-09 17:13 -
67 - Two Sum/ 2024-07-09 17:13 -
68 - Two Sum II/ 2024-07-09 17:13 -
69 - Data Structure Priority Queues/ 2024-07-09 17:13 -
70 - Data Structure HashMap/ 2024-07-09 17:12 -
71 - Fibonacci/ 2024-07-09 17:12 -
72 - Minimum Steps in Infinite Grid/ 2024-07-09 17:12 -
73 - Grid Unique Path/ 2024-07-09 17:12 -
74 - Longest Common Subsequence/ 2024-07-09 17:12 -
75 - Minimum Distance/ 2024-07-09 17:12 -
76 - Climbing Stairs/ 2024-07-09 17:12 -
77 - 0-1 Knapsack/ 2024-07-09 17:12 -
78 - Data Structure Trie/ 2024-07-09 17:12 -
79 - Hotel Reviews/ 2024-07-09 17:12 -
80 - Shortest Unique Prefix/ 2024-07-09 17:12 -
81 - Paragraph Words Replacement/ 2024-07-09 17:12 -
82 - Number of islands/ 2024-07-09 17:12 -
83 - MaxArea of islands/ 2024-07-09 17:12 -
84 - Algorithms Topological Sort/ 2024-07-09 17:12 -
85 - Course Schedule/ 2024-07-09 17:12 -
86 - Algorithms Kruskal/ 2024-07-09 17:12 -
87 - Algorithms Prims/ 2024-07-09 17:11 -
88 - Commutable Islands/ 2024-07-09 17:11 -
89 - Shortest Path in Binary Matrix/ 2024-07-09 17:11 -
90 - Knight on chess Board/ 2024-07-09 17:11 -
91 - Word Ladder/ 2024-07-09 17:11 -
92 - Rotten Oranges/ 2024-07-09 17:11 -
93 - Algorithm Dijikstra/ 2024-07-09 17:11 -
94 - Merge K sorted List/ 2024-07-09 17:11 -
95 - LRU Cache/ 2024-07-09 17:11 -
96 - Repeat and Missing Number/ 2024-07-09 17:11 -
97 - Maximum Sum Subarray - Kadane's Algorithm/ 2024-07-09 17:11 -
98 - Flip the array/ 2024-07-09 17:11 -
99 - Distinct Number in Windows/ 2024-07-09 17:11 -
100 - Mock Interview - Very Important/ 2024-07-09 17:15 -
101 - Bonus/ 2024-07-09 17:15 -