Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Calmly practice DSA here...

NotificationsYou must be signed in to change notification settings

khemssharma/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two Pointers

In this approach two pointers move towards or opposite to each other. It does not divide the search space logarithmicaly.

Binary Search

In this approach we continuosly divide search space into two halves. It divides the search space logarithmicaly.

Dynamic Programming

In this approach, we store the results of overlapping subproblems to avoid redundant calculations. It optimizes recursive solutions by using memoization (top-down) or tabulation (bottom-up).

See myLeetcode Profile

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp