An open API service indexing awesome lists of open source software.

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

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

![Output](https://user-images.githubusercontent.com/52133993/86515220-113d5e00-be35-11ea-9d51-abe6020f7cbb.PNG)