Skip to content

Commit f6e425f

Browse files
djeadaCopilot
andauthored
Update notes/brain_teasers.md
Co-authored-by: Copilot <[email protected]>
1 parent 6f00b4a commit f6e425f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/brain_teasers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Hash tables store key-value pairs for efficient lookup, insertion, and deletion.
178178

179179
Mastering algorithms is helpful for solving programming problems more efficiently by understanding patterns and techniques that reduce time and space usage.
180180

181-
#### Two-Pointer Technique (no code)
181+
#### Two-Pointer Technique
182182

183183
Use two pointers when:
184184

0 commit comments

Comments
 (0)