Skip to content

parikshitjanagama/Implementation-of-Algorithms

Repository files navigation

Implementations-of-Algorithms

################################################################################################# SortableList.java has a method mergeSort(SortableList) that sorts the passed list in natural order

################################################################################################# SortedSets.java has methods intersect, union, difference with parameters (List l1, List l2, List outList) which perform the respective operations on l1,l2 and output the result in outList

############################################################################################# ReverseLinkedList.java has 2 methods reverseLinkedList(SinglyLinkedList list): This reverses the given list reverseLinkedList1(SinglyLinkedList list): This recursively reverses the given list

########################################################################################## PrintReverseList.java has 2 methods printRecursiveReverseList(SinglyLinkedList list): This recursively prints the given list reverse. printReverseList(SinglyLinkedList list): This prints the given list in reverse.

About

Few Algorithms and Coding challenges that I have worked on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages