Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ A list of practical projects that anyone can solve in any programming language (

To get started, simply fork this repo.

## [CONTRIBUTING](https://github.com/thekarangoel/Projects/blob/master/CONTRIBUTING.md)
## [CONTRIBUTING](CONTRIBUTING.md)

See ways of [contributing](https://github.com/thekarangoel/Projects/blob/master/CONTRIBUTING.md) to this repo. You can contribute **solutions** (will be published in this [repo](https://github.com/thekarangoel/Projects-Solutions)) to existing problems, **add new projects** or remove existing ones. Make sure you follow all instructions properly.
See ways of [contributing](CONTRIBUTING.md) to this repo. You can contribute **solutions** (will be published in this [repo](https://github.com/karan/Projects-Solutions)) to existing problems, **add new projects** or remove existing ones. Make sure you follow all instructions properly.


## [Solutions](https://github.com/thekarangoel/Projects-Solutions)
## [Solutions](https://github.com/karan/Projects-Solutions)

You can find implementations of these projects in many other languages by other users in [this repo](https://github.com/thekarangoel/Projects-Solutions).
You can find implementations of these projects in many other languages by other users in [this repo](https://github.com/karan/Projects-Solutions).

## Credits

Expand All @@ -25,19 +25,19 @@ Problems are motivated by the ones shared at:

## Table of Contents

- [Numbers](https://github.com/karan/Projects#numbers)
- [Classic Algorithms](https://github.com/karan/Projects#classic-algorithms)
- [Graph](https://github.com/karan/Projects#graph)
- [Data Structures](https://github.com/karan/Projects#data-structures)
- [Text](https://github.com/karan/Projects#text)
- [Networking](https://github.com/karan/Projects#networking)
- [Classes](https://github.com/karan/Projects#classes)
- [Threading](https://github.com/karan/Projects#threading)
- [Web](https://github.com/karan/Projects#web)
- [Files](https://github.com/karan/Projects#files)
- [Databases](https://github.com/karan/Projects#databases)
- [Graphics and Multimedia](https://github.com/karan/Projects#graphics-and-multimedia)
- [Security](https://github.com/karan/Projects#security)
- [Numbers](#numbers)
- [Classic Algorithms](#classic-algorithms)
- [Graph](#graph)
- [Data Structures](#data-structures)
- [Text](#text)
- [Networking](#networking)
- [Classes](#classes)
- [Threading](#threading)
- [Web](#web)
- [Files](#files)
- [Databases](#databases)
- [Graphics and Multimedia](#graphics-and-multimedia)
- [Security](#security)

Numbers
---------
Expand Down