Welcome to the CS Committee LeetCode Workshop repository! π This repository contains all the materials, solutions, and resources for our LeetCode practice sessions. Our goal is to improve problem-solving skills, data structures, and algorithmic knowledge in a fun and collaborative way.
| Session | Topic | Date | Problems Covered | 
|---|---|---|---|
| Session 1 | Variables & Strings | 09/18/2024 | Problem 1 | 
| Session 2 | Basic Recursion - Hash Sets | 09/25/2024 | Problem 2 | 
| Session 3 | Looping Logic - Stacks | 10/02/2024 | Problem 3 | 
| Session 4 | ______________ | 10/09/2024 | Problem 4 | 
| Session 5 | ______________ | MM/DD/YYYY | Problem 5 | 
To participate in this workshop, you should have:
- Basic understanding of at least one programming language (e.g., Python, Java, C++)
- Familiarity with fundamental data structures (arrays, lists, stacks, queues, trees)
- A LeetCode account for practicing problems (Sign up here)
- Follow these steps
Each session's folder contains the following:
- Problem Descriptions: The LeetCode problem links or PDFs. (This will be found in the problem links above)
- Solution Code: The solutions for each week will be located in the Solutions Branch in this Repository