Skip to content

amankitsingh/Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming

Directions
up, down, left, right
[(1,0), (-1,0), (0,1), (0,-1)] - > [0,1,0,-1,0]

Diagonal Directions
bottom left, bottom right, up left, up right
[(-1,-1), (-1,1), (1,1), (1,-1) ] - >[-1,-1,1,1,-1]

LeetCode Topics

Linked List

0023-merge-k-sorted-lists

Divide and Conquer

0023-merge-k-sorted-lists

Heap (Priority Queue)

0023-merge-k-sorted-lists

Merge Sort

0023-merge-k-sorted-lists

Dynamic Programming

0124-binary-tree-maximum-path-sum

Tree

0124-binary-tree-maximum-path-sum
0572-subtree-of-another-tree

Depth-First Search

0124-binary-tree-maximum-path-sum
0572-subtree-of-another-tree

Binary Tree

0124-binary-tree-maximum-path-sum
0572-subtree-of-another-tree

String Matching

0572-subtree-of-another-tree

Hash Function

0572-subtree-of-another-tree

About

This repro contain all the code, which I have solved over different platforms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published