https://github.com/jhonsnow456/data-structure-algorithm
it is a personal project which includes solved solution from various coding website such as leetcode and geeks for geeks and Google KickStart
https://github.com/jhonsnow456/data-structure-algorithm
cses gfg google-kickstart leetcode vim
Last synced: 2 months ago
JSON representation
it is a personal project which includes solved solution from various coding website such as leetcode and geeks for geeks and Google KickStart
- Host: GitHub
- URL: https://github.com/jhonsnow456/data-structure-algorithm
- Owner: jhonsnow456
- Created: 2021-10-07T03:40:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T04:52:30.000Z (about 2 years ago)
- Last Synced: 2023-04-29T08:38:09.421Z (about 2 years ago)
- Topics: cses, gfg, google-kickstart, leetcode, vim
- Language: Jupyter Notebook
- Homepage:
- Size: 1.03 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Competitive Programming Solutions
Welcome to my competitive programming solutions repository! This is a personal project that includes solved solutions from various coding websites such as LeetCode, GeeksforGeeks, and Google KickStart.
## Contents
The repository contains solutions to various coding problems from the aforementioned websites. Each solution has its own Python script and is accompanied by a detailed explanation of the thought process and approach used to solve the problem.
## Getting Started
To use this repository, you should have Python 3 installed on your machine. You can clone this repository to your local machine using the following command:
```
git clone https://github.com//competitive-programming-solutions.git
```## Usage
To use the solutions in this repository, simply navigate to the directory containing the solution you wish to use and run the Python script. You can also refer to the detailed explanation provided to understand the thought process and approach used to solve the problem.
## Contributing
As this is a personal project, I am not currently accepting contributions. However, I welcome any feedback or suggestions you may have regarding the solutions in this repository.
## License
This repository is licensed under the MIT license. Please see the `LICENSE` file for more information.