This page includes my solved leetcode problems categorized based on subject. For premium problems (which I mentioned them in the last column called note), because the link for the problem is restricted to the premium leetcode users, I have included the description of the problem at the end of the embedded file. Also before each table, I have included a link to the handwritings of my notes for analyzing problems of that section.
Arrays 101
My handwritings for analyzing problems of this section: Here
Linked List
My handwritings for analyzing problems of this section: Here
Hash Table
My handwritings for analyzing problems of this section: Here
Queue & Stack
My handwritings for analyzing problems of this section: Here
Heap
My handwritings for analyzing problems of this section: Here
Binary Search
My handwritings for analyzing problems of this section: Here
Array & String
My handwritings for analyzing problems of this section: Here
Recursion I
My handwritings for analyzing problems of this section: Here
Binary Tree
My handwritings for analyzing problems of this section: Here
Trie
My handwritings for analyzing problems of this section: Here
N-ary Tree
My handwritings for analyzing problems of this section: Here
Binary Search Tree
My handwritings for analyzing problems of this section: Here
Recursion II
My handwritings for analyzing problems of this section: Here
Dynamic Programming
My handwritings for analyzing problems of this section: Here
Graph
My handwritings for analyzing problems of this section: Here
Sorting
My handwritings for analyzing problems of this section: Here
Bit Manipulation
My handwritings for analyzing problems of this section: Here