An open API service indexing awesome lists of open source software.

https://github.com/razumolla/problem-solving

Showcases my solutions to various coding problems from multiple online judges
https://github.com/razumolla/problem-solving

c cpp javascript

Last synced: 5 months ago
JSON representation

Showcases my solutions to various coding problems from multiple online judges

Awesome Lists containing this project

README

          

# C Problem-Solving Solutions

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.

## 🌍 OJ Solutions

This repository also contains my solutions to various problems from online coding platforms, mainly solved in:
- **C**
- **C++**
- **JavaScript**
- **SQL**

### Online Judges:
- [HackerRank Profile](https://www.hackerrank.com/profile/razumolla75)

## 👨‍💻 Author
[Razu Molla](https://www.linkedin.com/in/razu-molla/)
`Dept. of CSE, EUB`

## 📚 Topics Covered

- **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)

## 💡 Purpose

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.

## 🛠️ Getting Started

To get started, follow these steps:

1. **Clone the repository:**
```bash
git clone https://github.com/razumolla/Problem-Solving.git