This repository contains Python solutions to various data structure challenges.
- Add Two Numbers.py: Solution to the "Add Two Numbers" problem.
- Array of Doubled Pairs.py: Solution to the "Array of Doubled Pairs" problem.
- Depth-First Search (DFS) and Breadth-First Search (BFS).py: Solution to the "Depth-First Search (DFS) and Breadth-First Search (BFS)" problem.
- LRU Cache.py: Solution to the "LRU Cache" problem.
- Longest Palindrome by Concatenating Two Letter Words.py: Solution to the "Longest Palindrome by Concatenating Two Letter Words" problem.
- N-Queens.py: Solution to the "N-Queens" problem.
- Pairs of Songs With Total Durations Divisible by 60.py: Solution to the "Pairs of Songs With Total Durations Divisible by 60" problem.
- Stack Min.Py: Solution to the "Stack Min" problem.
- Stack of Plates.py: Solution to the "Stack of Plates" problem.
- URLify.py: Solution to the "URLify" problem.
Each Python file contains the solution to a specific problem. You can view the code and use it as needed.
Feel free to contribute by adding more solutions or improving existing ones!