Skip to content

voltvirtuoso/30-days-of-Leetcode-with-GDSC-CUI-Phase-II

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

30 Days of LeetCode with GDSC-CUI Phase II 🚀

Welcome to the 30 Days of LeetCode challenge repository! This project is part of the GDSC-CUI initiative to help aspiring developers sharpen their problem-solving and coding skills. Here, you'll find solutions to various LeetCode problems solved in C++.


📂 Repository Structure

This repository contains solutions organized by problem names. Each solution is implemented in C++. Below is a list of all the problems covered:

  • 3sum.cpp
  • best_time_to_buy_and_sell_stock.cpp
  • container_with_most_water.cpp
  • contains_duplicate.cpp
  • counting_bits.cpp
  • insert_interval.cpp
  • linked_list_cycle.cpp
  • maximum_product_sub_array.cpp
  • maximum_subarray.cpp
  • merge_intervals.cpp
  • merge_two_sorted_lists.cpp
  • minimum_in_rotated_sorted_array.cpp
  • missing_number.cpp
  • number_of_1_bits.cpp
  • product_of_array_except_self.cpp
  • reverse_bits.cpp
  • reverse_linked_list.cpp
  • search_in_rotated_sorted_array.cpp
  • sum_of_two_integers.cpp
  • two_sum.cpp

🛠️ Tools and Technologies

  • Programming Language: C++
  • Platform: LeetCode
  • Version Control: Git and GitHub

📈 Challenge Breakdown

This repository demonstrates problem-solving strategies for various algorithmic categories:

  • Array Manipulation
  • Dynamic Programming
  • Linked Lists
  • Sorting and Searching
  • Bit Manipulation

🤝 Contribution Guidelines

We welcome contributions to this repository! Here's how you can get started:

  1. Fork the repository.
  2. Solve a new LeetCode problem.
  3. Submit your solution via a pull request.

Make sure to follow clean coding practices and include a brief description of your solution in the comments.


🌟 Highlights

  • Language Focused: All solutions are in C++.
  • Real-world Challenges: Problems reflect scenarios commonly encountered in technical interviews.
  • Organized and Scalable: Clear file structure for easy navigation.

📫 Contact

Feel free to reach out with questions or suggestions:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages