Skip to content

atishhamte/Data-Structure-Algorithm-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structure-Algorithm-Practice

DSA

Practice

  • Prime Number (JavaScript)
  • Fibonacci Series (JavaScript)
  • Factorial of Number (JavaScript)
  • Search
  • Sorting
  • Greedy Algorithms
    • Greedy Algorithm
    • Ford-Fulkerson Algorithm
    • Dijkstra's Algorithm
    • Kruskal's Algorithm
    • Prim's Algorithm
    • Huffman Coding
  • Dynamic Programming
    • Floyd-Warshall Algorithm
    • Longest Common Sequence
  • Other Algorithms
    • Backtracking Algorithm
    • Rabin-Karp Algorithm

Blind 75 neetcode

  • Arrays & Hashing
    • Contains Duplicate
    • Valid Anagram
    • Two Sum
    • Group Anagrams
    • Top K Frequent Elements
    • Product of Array Except Self
    • Encode And Decode Strings
    • Longest Consecutive Sequence
  • Two Pointers
    • Valid Palindrome
    • 3Sum
    • Container With Most Water
  • Sliding Window
    • Best Time to Buy And Sell Stock
    • Longest Substring Without Repeating Characters
    • Longest Repeating Character Replacement
    • Minimum Window Substring
  • Stack
    • Valid Parentheses
  • Binary Search
    • Search In Rotated Sorted Array
    • Find Minimum In Rotated Sorted Array
  • Linked List
    • Reverse Linked List
    • Merge Two Sorted Lists
    • Reorder List
    • Remove Nth Node From End of List
    • Linked List Cycle
    • Merge K Sorted Lists
  • Trees
    • Invert Binary Tree
    • Maximum Depth of Binary Tree
    • Same Tree
    • Subtree of Another Tree
    • Lowest Common Ancestor of a Binary Search Tree
    • Binary Tree Level Order Traversal
    • Validate Binary Search Tree
    • Kth Smallest Element In a Bst
    • Construct Binary Tree From Preorder And Inorder Traversal
    • Binary Tree Maximum Path Sum
    • Serialize And Deserialize Binary Tree
  • Tries
    • Implement Trie Prefix Tree
    • Design Add And Search Words Data Structure
    • Word Search II
  • Heap/Priority Queue
    • Find Median From Data Stream
  • Backtracking
    • Combination Sum
    • Word Search
  • Graphs
    • Number of Islands
    • Clone Graph
    • Pacific Atlantic Water Flow
    • Course Schedule
    • Number of Connected Components In An Undirected Graph
    • Graph Valid Tree
  • Advanced Graphs
    • Alien Dictionary
  • 1-D Dynamic Programming
    • Climbing Stairs
    • House Robber
    • House Robber II
    • Longest Palindromic Substring
    • Palindromic Substrings
    • Decode Ways
    • Coin Change
    • Maximum Product Subarray
    • Word Break
    • Longest Increasing Subsequence
  • 2-D Dynamic Programming
    • Unique Paths
    • Longest Common Subsequence
  • Greedy
    • Maximum Subarray
    • Jump Game
  • Intervals
    • Insert Interval
    • Merge Intervals
    • Non Overlapping Intervals
    • Meeting Rooms
    • Meeting Rooms II
  • Math & Geometry
    • Rotate Image
    • Spiral Matrix
    • Set Matrix Zeroes
  • Bit Manipulation
    • Number of 1 Bits
    • Counting Bits
    • Reverse Bits
    • Missing Number
    • Sum of Two Integers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published