Skip to content

Welcome to the Technical Mentorship 2025 repository! This is your space to learn, practice, and grow your programming skills through hands-on problem solving.

Notifications You must be signed in to change notification settings

aadisudo/Aaditya_S

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Technical Mentorship 2025

Welcome to the Technical Mentorship 2025 repository! This is your space to learn, practice, and grow your programming skills through hands-on problem solving.

Problem Statements

You need to solve the following 4 programming challenges:

  1. Armstrong Number - Check if a number is an Armstrong number (sum of cubes of digits equals the number itself)
  2. Bubble Sort - Implement the bubble sort algorithm to sort an array
  3. Binary Search - Implement binary search to find an element in a sorted array
  4. Matrix Multiplication - Multiply two matrices and display the result

Repository Structure

Please follow this file structure when submitting your solutions:

Technical-Mentorship-2025/
│
├── Your_Name/
│   ├── armstrong_number.c
│   ├── bubble_sort.c
│   ├── binary_search.c
│   └── matrix_multiplication.c
│
├── Another_Person/
│   ├── armstrong_number.c
│   └── ...
│
└── README.md

Example:

Mayank_Kumar/
├── armstrong_number.c
├── bubble_sort.c
├── binary_search.c
└── matrix_multiplication.c

Submission Guidelines

  1. Create a folder with your name (use underscores for spaces)
  2. Add your C programs with the exact naming convention shown above
  3. DO NOT push .exe files or any compiled binaries
  4. Commit your changes with meaningful commit messages
  5. Push to the repository

Remember: This mentorship is about learning and growth, not competition. Take your time, understand the concepts, and enjoy the coding journey!

Happy Coding!

About

Welcome to the Technical Mentorship 2025 repository! This is your space to learn, practice, and grow your programming skills through hands-on problem solving.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%