Skip to content

shaikrasheed99/data-structures-and-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DSA Problems in Java

Arrays:

  • Easy:
    • 1. Two Sum - code
    • 1672. Richest Customer Wealth - code
    • 1337. The K Weakest Rows in a Matrix - code
    • 496. Next Greater Element I - code
    • 1475. Final Prices With a Special Discount in a Shop - code
    • 1979. Find Greatest Common Divisor of Array - code
    • 485. Max Consecutive Ones - code
    • 905. Sort Array By Parity - code
    • Gfg. Segregate 0s and 1s - code
  • Medium:
  • Hard:
    • 41. First Missing Positive - code

Math:

Bit Manipulation:

Strings:

  • Easy:
    • 557. Reverse Words in a String III - code

Trees:

  • Easy:
    • 94. Binary Tree Inorder Traversal - code
    • 144. Binary Tree Preorder Traversal - code

Pattens: