Skip to content

Latest commit

Β 

History

History
85 lines (55 loc) Β· 3.66 KB

README.md

File metadata and controls

85 lines (55 loc) Β· 3.66 KB

πŸš€ LeetCode Interview Questions Practice

Welcome to our collaborative repository for practicing LeetCode interview questions!

This repo is designed to help software engineers prepare for technical interviews by providing solutions to popular LeetCode problems. πŸ’»πŸ‘¨β€πŸ’»

πŸ“‹ Problem List

Below is a curated list of LeetCode problems we're working on. Each problem is linked to its original LeetCode page and marked with its completion status.

πŸ“Š Array and String

πŸ”— Linked List

🌳 Tree

🧠 Dynamic Programming

πŸ•ΈοΈ Graph

πŸ”„ Backtracking

πŸ—ƒοΈ Hash Table

🎨 Design

πŸ”€ String

🀝 How to Contribute

  1. Fork this repository
  2. Choose an uncompleted problem from the list
  3. Solve the problem and add your solution in the appropriate folder
  4. Update the README to mark the problem as completed
  5. Create a pull request with your changes

πŸ“ Code Style

Please follow these guidelines when submitting solutions:

  • Use meaningful variable and function names
  • Include comments to explain your thought process
  • Provide time and space complexity analysis for your solution

πŸ“š Resources

Happy coding and good luck with your interview preparation! πŸ€πŸ’ͺ