Divesh2003 / Logic_Builder

This repository will contain many different types of logical programming questions of different difficulty levels. Anyone can start or continue their practice of coding from this repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#️⃣Logic Builder#️⃣

This repository is for those who seek to excel at programming logic and are willing to spend time on practicing problems daily.

The problems are divided into three sections: Basic, Intermediate and Advanced

-> BASIC section contains the most basic problems like hello world or add two numbers and any beginner can easily study from these problems and can even contribute in this section.

-> INTERMEDIATE section contains problems like pattern printing, recursion, string operations or maybe file handling etc. Programmers with basic knowledge of any programming language can practice the questions given in this section and may contribute in it.

-> ADVANCED section contains some of the most famous problems for logic building like N-queens problem or an automatic sudoku solver. This is also the section where geeks-for-geeks problem of the day or problems from codechef can be uploaded. Contributing in this section is highly appreciated.

All sections contain a INDEX.md file where many practice questions are listed. If the solution is already present in the repository then the question ends with a [Language: <Language_Name> Author: <Author_Name>] tag, else, it ends without any tag.
Language_Name is the programming language in which the question has already been solved.

You can be the first one to solve the questions without anny tag. To know more about contributing guidlines, check CONTRIBUTING.md file.

⚠️Under Development Repository Alert!!!

This repository was created on 27 September, 2022 and does not contain any practice problems in it as of now.

This year, everyone reading this README file is requested to contribute in this repository by adding questions or solutions to the questions given in INDEX.md file of each section in different languages.

Problem statements and issues will be updated on a weekly basis throughout year 2022... and even after that, this repository will be updated at least on a monthly basis.

So, everyone is requested to contribute and make this repository better day by day.

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

No matter how small or big of a contribution you are making, just make a contribution and it will be appreciated.


Other Repositories

We also have some other repositories like this one where you can contribute:

  • Mini Tools - This one is for mini tools built on command line which you can use and have fun with. You may also upload your own mini tools, games or projects in this repository.

About

This repository will contain many different types of logical programming questions of different difficulty levels. Anyone can start or continue their practice of coding from this repository.


Languages

Language:C++ 55.3%Language:C 23.1%Language:Python 11.7%Language:Java 8.8%Language:Kotlin 0.8%Language:JavaScript 0.4%