Skip to content

sauravhathi/quicksort-on-doubly-linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Sort on Doubly Linked List

This is a simple web app that demonstrates the working of Quick Sort on Doubly Linked List.

Demo

image

Functions

reset()

This function resets the input field and the result div.

clr()

This function clears the result div.

quickSortOnDoublyLinkedList()

This function performs the following tasks:

  1. Clears the result div.
  2. Validates the input.
  3. Creates a doubly linked list.
  4. Performs quick sort on the doubly linked list.
  5. Displays the doubly linked list and the sorted doubly linked list.

Technologies

  1. HTML
  2. CSS
  3. JavaScript

Author

Saurav Hathi

License

MIT

Releases

No releases published

Packages

No packages published

Languages