Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunalparkhade/logic-for-prog
https://github.com/kunalparkhade/logic-for-prog
coding coding-challenge competitive-programming leetcode logic-programming
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kunalparkhade/logic-for-prog
- Owner: KunalParkhade
- Created: 2024-11-29T14:41:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T09:27:17.000Z (about 1 month ago)
- Last Synced: 2025-01-10T10:43:26.717Z (about 1 month ago)
- Topics: coding, coding-challenge, competitive-programming, leetcode, logic-programming
- Language: C++
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Logic for Programming
This repository contains various coding exercises and solutions to help improve problem-solving skills for beginners in programming. The solutions are focused on logical thinking and solving problems using different algorithms and data structures.
## Table of Contents
- [Description](#description)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Description
This project contains a collection of logic-based programming problems and solutions aimed at strengthening your understanding of basic programming concepts. You can find problems related to loops, conditionals, recursion, arrays, and other fundamental topics that will help you improve your programming skills.
## Installation
1. Clone the repository to your local machine using the following command:
```bash
git clone https://github.com/KunalParkhade/logic-for-prog.git
```
2. Navigate into the project directory:
```bash
cd logic-for-prog
```## Usage
1. Open the problem folder that you're interested in.
2. Run the corresponding solution file in the programming language of your choice.## Contributing
Contributions are always welcome! If you'd like to contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-name`).
3. Commit your changes (`git commit -m 'Add new feature'`).
4. Push to the branch (`git push origin feature-name`).
5. Create a new Pull Request.## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/KunalParkhade/logic-for-prog/blob/main/LICENSE) file for details.---
Made by Kunal Parkhade ❤️