Skip to content

Repository files navigation

Problem Solving

In this project I have solved a variety of problems (in no particular order) either from mock interviews, from Leetcode.com, from the book Elements of Programming Interviews in Python (EPI), or from those specifically listed in the LeetCode Blind 75.

List of Problems

  1. Spiral Matrix and this code is solved at spiral_matrix.py

  2. Valid Palindrome code is solved at valid_palindrome_str.py

  3. Valid Anagram code is solved at valid_anagram_1.py

  4. Valid Parentheses code is solved at valid_parentheses.py

  5. Set Matrix Zeroes code is solved at set_matrix_zeroes_optimized

  6. Contains Duplicates code is solved at contains_duplicates.py

  7. Reverse Linked List solved at reverse_linked_list.py

About

Practice programming in python based on Leetcode and other problems

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages