Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberfantics/problem-solving
https://github.com/cyberfantics/problem-solving
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyberfantics/problem-solving
- Owner: cyberfantics
- Created: 2024-08-12T13:46:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T19:36:39.000Z (4 months ago)
- Last Synced: 2024-08-22T21:47:45.106Z (4 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Problem Solving Repository
Welcome to the Problem Solving repository by CyberFantics! This repository is a collection of various coding problems and solutions that have been sourced from platforms like LeetCode, HackerRank, and other competitive programming sites.
## Contents
- **LeetCode Problems**: Solutions to problems encountered on LeetCode.
- **HackerRank Problems**: Solutions to problems from HackerRank.
- **Additional Problems**: A collection of problems and solutions from various other sources.## Getting Started
To get started with the Problem Solving repository, follow these steps:
### Prerequisites
- **Python**: Make sure you have Python installed on your machine. Most problems and solutions are written in Python.
- **Code Editor**: Use any text editor or IDE of your choice (e.g., VSCode, PyCharm).### Cloning the Repository
1. Open your terminal or command prompt.
2. Clone the repository using the following command:```bash
git clone https://github.com/CyberFantics/problem-solving.git
```3. Navigate into the cloned directory:
```bash
cd problem-solving
```
## ContributionFeel free to contribute by submitting pull requests with additional problems or solutions. Whether you have improvements, corrections, or new problems, your contributions are welcome!
## Follow Me
- [GitHub Profile](https://github.com/CyberFantics)
- [LinkedIn Profile](https://www.linkedin.com/in/mansoor-bukhari-77549a264/)**Happy Coding**