https://github.com/itsnainaverma/python
Problem Solving using Python
https://github.com/itsnainaverma/python
Last synced: 3 months ago
JSON representation
Problem Solving using Python
- Host: GitHub
- URL: https://github.com/itsnainaverma/python
- Owner: itsNainaVerma
- Created: 2020-07-04T08:15:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T15:02:42.000Z (almost 5 years ago)
- Last Synced: 2025-02-24T19:37:09.306Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Problem Solving using Python (Smallest Substring)
Python code to find the smallest substring with maximum distinct characters### Sample Input-
abcda
### Sample output-
4## Output
