Welcome to my repository of problem-solving solutions written in C. This collection is designed to help reinforce basic algorithms and core programming concepts through hands-on practice. The focus is on building a strong foundation in programming by exploring key concepts through simple, understandable solutions.
This repository also contains my solutions to various problems from online coding platforms, mainly solved in:
- C
- C++
- JavaScript
- SQL
Razu Molla
Dept. of CSE, EUB
- Basic Algorithms
- Control Structures (if-else, loops)
- Functions and Recursion
- Arrays and Strings
- Sorting and Searching Algorithms
- Pointers and Memory Management
- Data Structures (Linked Lists, Stacks, Queues)
The purpose of this repository is to:
- Provide easy-to-understand solutions that help grasp the fundamentals of C programming.
- Improve problem-solving skills through regular practice.
- Strengthen understanding of algorithms and data structures by working through real-world problems.
To get started, follow these steps:
- Clone the repository:
git clone https://github.com/razumolla/Problem-Solving.git