Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.62 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.62 KB

DSA-Clinics24

DSA Clinics Entry Challenge

ℹ The program assumes you already know how to write code and use Git. The program is not meant to teach you how to write code but rather up-skill you on your data structures and algorithms as you prepare for Technical Interviews.

✅ How to Submit

  • Go to issues tab , select the challenge you want to solve
  • Fork this repo to your account.
  • Clone the repo to your local machine
  • In the root folder/directory, create a directory/folder that is named after your Github username, e.g. hum-dev for my case.
  • Add a file in the created folder/directory above, with the following naming convention: .<lang_file_ext> e.g. count_zeros.js (if doing with JavaScript), count_zeros.py (if Python), CountZeros.cs (C#) etc.
  • Write your code, test, stage, commit, push.
  • Now create a PR against our main branch with the PR title: github_username - first_name e.g. hum-dev - Humphrey

❓ Any questions?

DSA Clinics

Week 1 - Linked Lists -Date 15/10/2024 Time: 7:00PM - 8:30PM - Thursday - 17/10/2024(Office hours)  Week 2: Stacks and Queues II - Date 22/10/2024 Time: 7:00PM - 8:30PM - Thursday - 24/10/2024 (Office hour) Week 3: Dictionaries/Hashmaps and Sets/Hashsets – Date 29/10/2024 Time: 7:00PM - 8:30PM - Thursday - 31/10/2024 (Office hour) Week 4:  Recursion and Sorting – Date 5/11/2024 Time: 7:00PM - 8:30PM -  Thursday - 7/11/2024 (Office hour) Week 5:  Trees – Date 12/11/2024 Time: 7:00PM - 8:30PM -  Thursday - 14/11/2024 (Office hour) Week 6:  Graphs – Date 1/911/2024 Time: 7:00PM - 8:30PM -  Thursday - 21/11/2024 (Office hour)