Skip to content

A collection of my solved LeetCode problems with clean and well-commented code. Covers a variety of topics including arrays, strings, recursion, dynamic programming, and more.

Notifications You must be signed in to change notification settings

Ramya592/leetcode_solved_problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode_solved_problems

A collection of my solved LeetCode problems with clean and well-commented code. Covers a variety of topics including arrays, strings, recursion, dynamic programming, and more.

LeetCode Topics

Array

0001-two-sum
0014-longest-common-prefix
0026-remove-duplicates-from-sorted-array
0027-remove-element
0035-search-insert-position
0059-spiral-matrix-ii
0066-plus-one
0088-merge-sorted-array
0108-convert-sorted-array-to-binary-search-tree
0121-best-time-to-buy-and-sell-stock

Hash Table

0001-two-sum

Two Pointers

0026-remove-duplicates-from-sorted-array
0027-remove-element
0088-merge-sorted-array

Math

0009-palindrome-number
0066-plus-one
0172-factorial-trailing-zeroes
0231-power-of-two
0326-power-of-three
0342-power-of-four
1013-fibonacci-number
1236-n-th-tribonacci-number

Matrix

0059-spiral-matrix-ii

Simulation

0059-spiral-matrix-ii

Dynamic Programming

0121-best-time-to-buy-and-sell-stock
1013-fibonacci-number
1236-n-th-tribonacci-number

Recursion

0231-power-of-two
0326-power-of-three
0342-power-of-four
1013-fibonacci-number

Memoization

1013-fibonacci-number
1236-n-th-tribonacci-number

Bit Manipulation

0231-power-of-two
0342-power-of-four

String

0014-longest-common-prefix

Trie

0014-longest-common-prefix

Binary Search

0035-search-insert-position

Sorting

0088-merge-sorted-array

Divide and Conquer

0108-convert-sorted-array-to-binary-search-tree

Tree

0108-convert-sorted-array-to-binary-search-tree

Binary Search Tree

0108-convert-sorted-array-to-binary-search-tree

Binary Tree

0108-convert-sorted-array-to-binary-search-tree

About

A collection of my solved LeetCode problems with clean and well-commented code. Covers a variety of topics including arrays, strings, recursion, dynamic programming, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages