https://github.com/applicativesystem/python-datastructure
my approach of solving the leetcode, interviewcode and other questions
https://github.com/applicativesystem/python-datastructure
data-structures python-3
Last synced: 5 months ago
JSON representation
my approach of solving the leetcode, interviewcode and other questions
- Host: GitHub
- URL: https://github.com/applicativesystem/python-datastructure
- Owner: applicativesystem
- License: mit
- Created: 2024-08-17T07:53:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-17T07:55:34.000Z (over 1 year ago)
- Last Synced: 2024-11-10T20:18:19.780Z (about 1 year ago)
- Topics: data-structures, python-3
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### python-datastructures
- This repository contains the codes which contains the solutions for the leetcode, interview query and the codewars questions.
- I continue to update this in my spare time as a method of defining a new way of solving the problems in a less cumbersome approach aka pythonic way.
- These are totally different approaches i have applied and not the same ones to solve them.
Gaurav Sablok