Skip to content

ndubey/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

algorithms

algorithms

Some algorithms coded in various language. In python folder there are some basic resources for learning python. Some interesting games.

##Files #getSorted.cpp Implementation in c++: Problem statement is to get two API: one for inserting ints, second for outputing elements in such a way that in query i if X is output then in query i+1 if Y is output then Y > X. For the first case you can output the lest element. A BSTis implemented which has API to insert elements and get the next succsessor. If an element which is less than last spit element is inserted then we will never output this.

#Folder python Check inside the folder for details or click on python README

About

Some sample algorithmic puzzles and language learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published