Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

36 lines (18 loc) · 1.15 KB

🎲 PUZZLES 🎲

🎯 Longest string

In an 2D array of integers, find the longest string of consecutive integers without backtracking (only lateral movements allowed, diagonals not allowed).

🎯 Sudoku

Find a solution to a Sudoku board. More on Sudoku.

🎯 Add two numbers

Add two numbers (leetcode).

🎯 Longest substring without repeating characters

Longest substring without repeating characters (leetcode)

🎯 Merge without extra space

Merge without extra space (GeeksForGeeks)

🎯 Zigzag conversion

Zigzag conversion (leetcode)

🎯 Remove duplicates

Remove duplicates (leetcode)

🎯 Longest palindromic substring

Longest palindromic substring (leetcode)