Skip to content

A Repo to Practice Coding Interview Questions πŸ€“πŸ’»πŸ•ΉοΈ

License

Notifications You must be signed in to change notification settings

vale-c/CodingInterviewProblems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

60 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ 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! πŸ€πŸ’ͺ