Skip to content

UjjwalSharma1244/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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