This repository is for all of us (BCA Semester 3, Data Structures subject). We will push all the programs we learn in class here.
- Each student has a folder with their name.
Example:
/Rishabh
/Aryan
/Anish - Inside your folder, add all your programs.
Example for array code:
/Rishabh/array.c
/Rishabh/linkedlist.c
3. Push your code after class or when assignment is given.
- Do not touch other student’s folder.
- Keep filenames simple and meaningful (array.c, stack.c).
- Always write your name in comments inside the code.
- Learn Git basics: git add ., git commit -m "message", git push.
- Be respectful — this repo is for learning together.
Every push you do = more learning for you