https://github.com/sarwar-asik/problem-solve-a4
My Problem Solving
https://github.com/sarwar-asik/problem-solve-a4
c-programming codeforces cpp hackrank javascript leetcode python real-life-problems tyoescript
Last synced: about 15 hours ago
JSON representation
My Problem Solving
- Host: GitHub
- URL: https://github.com/sarwar-asik/problem-solve-a4
- Owner: sarwar-asik
- Created: 2022-08-11T08:43:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T17:30:16.000Z (9 months ago)
- Last Synced: 2025-03-21T16:21:21.577Z (7 months ago)
- Topics: c-programming, codeforces, cpp, hackrank, javascript, leetcode, python, real-life-problems, tyoescript
- Language: C
- Homepage: https://www.hackerrank.com/profile/sarwarasik
- Size: 8.09 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Problem Solving Journey
This repository documents my journey of solving programming problems using various languages that I use in real-world development. It serves as both a learning resource and a showcase of problem-solving approaches across different programming paradigms.
## Repository Structure
* **C_Programming/**
* Collection of fundamental programming problems solved using C
* Focus on memory management and low-level programming concepts
* Contains 25+ problem solutions* **C++/**
* Object-oriented problem solving implementations
* Data structure and algorithm challenges
* Contains various problem-solving approaches* **JavaScript/**
* Modern JavaScript problem solutions
* Web development focused challenges
* Contains 22+ problem implementations
* **TypeScript/**
* Type-safe problem-solving approaches
* Advanced JavaScript concepts with static typing
* Contains 16+ solutions* **Python/**
* Python-specific problem solutions
* Focus on readability and efficient implementations## Purpose
* Document my problem-solving journey across different programming languages
* Showcase different approaches to solving similar problems in various languages
* Maintain a reference for common programming patterns and solutions
* Track progress in mastering different programming paradigms## Languages Covered
* C (System Programming)
* C++ (Object-Oriented Programming)
* JavaScript (Web Development)
* TypeScript (Type-Safe JavaScript)
* Python (General Purpose Programming)## Organization
Each language directory contains:
* Individual problem solutions
* Comments explaining the approach
* Real-world application examples
* Implementation details## Contributing
Feel free to:
* Suggest improvements to existing solutions
* Report any issues
* Share alternative approaches---
*This repository is actively maintained and updated with new problem solutions.*