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

Commit 6f72b25

Browse files
Add problem description for "Find Sum of 2 Numbers in sorted List" with brute force and two pointers approaches
1 parent 3058fe2 commit 6f72b25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,7 @@
8787
where each key is translated by a hash function into a distinct index in an array.
8888
The index functions as a storage location for the matching value.
8989
In simple words, it maps the keys with the value.
90+
91+
- Find Sum of 2 Numbers in sorted List
92+
1. Brute Force (Bad)
93+
2. 2 Pointers

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /