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
- Host: GitHub
- URL: https://github.com/razumolla/problem-solving
- Owner: razumolla
- Created: 2024-09-16T18:20:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T03:33:14.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T18:57:15.487Z (over 1 year ago)
- Topics: c, cpp, javascript
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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