Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 ❤️