Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 443 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 443 Bytes

Python

Python programmes based on DSA (Data structure and algorithms)

https://github.com/UjjwalSharma1244/Python

  1. Game :- Guess the number game in python

  2. Array :-

a). Find Second largest elements in array with explanation

b). Find Minimum distance between two elements in array using python with explanation

c). Find majority elements in array in python

d). Find a Fixed Point (Value equal to index) in a given array in Python