Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 645 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 645 Bytes

Random-programs-to-ponder

codes in java,python and c++

Hello there.These are the programs that may not be specific to a single project but consits of implementaion of helpful programming techniques !!

cipher.java-a java program to examplify basic caesarian cipher.only alphabets have been used as the decoder set.

linklist.java- basic implementaion of creating a node and singly linked list in java taking user input.

sort.java-insertion sort in java using scanner class input.

name.py-random name generator from a list of names.

SelectionSort.py-selection sort algorithm in python

SpeedTest.py-a GUI to check real time internet speed.