Skip to content

Latest commit

 

History

History
137 lines (74 loc) · 10.5 KB

README.md

File metadata and controls

137 lines (74 loc) · 10.5 KB

License: WTFPL

Solutions for leetcode problem that I solve. Language used is typescript

Arrays

Data Structures

Binary trees

Graph

Hashmap

Binary Search Tree

Graph

  • Graph using adjacency list implementation | bfs | dfs Solution

  • Graph using node class Solution

Heap

Linked List

Queue

Stack

Trie

Dynamic Programming

Native Js

Two Pointer

Recursion

2d array