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?

Open an issue 👉 here