Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Engineering LibreTexts

Search

  • Filter Results
  • Location
  • Classification
    • Article type
    • Author
    • Set as Cover Page of Book
    • License
    • Show TOC
    • Transcluded
    • OER program or Publisher
    • Autonumber Section Headings
    • License Version
    • Print CSS
  • Include attachments
Searching in
About 2 results
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Databases_and_Data_Structures/Open_Data_Structures_-_An_Introduction_(Morin)/11%3A_Sorting_Algorithms/11.01%3A_Comparison-Based_Sorting
    Quicksort then recursively sorts the beginning of the array and the end of the array, while the random binary search tree recursively inserts smaller elements in the left subtree of the root and large...Quicksort then recursively sorts the beginning of the array and the end of the array, while the random binary search tree recursively inserts smaller elements in the left subtree of the root and larger elements in the right subtree of the root.
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Databases_and_Data_Structures/Open_Data_Structures_-_An_Introduction_(Morin)/03%3A_Linked_Lists/3.04%3A_Discussion_and_Exercises
    Design and implement a MinDeque data structure that can store comparable elements and supports all the deque operations \(\mathtt{addFirst(x)}\), \(\mathtt{addLast(x)}\) \(\mathtt{removeFirst()}\), \(...Design and implement a MinDeque data structure that can store comparable elements and supports all the deque operations \(\mathtt{addFirst(x)}\), \(\mathtt{addLast(x)}\) \(\mathtt{removeFirst()}\), \(\mathtt{removeLast()}\) and \(\mathtt{size()}\), and the \(\mathtt{min()}\) operation, which returns the minimum value currently stored in the data structure.

Support Center

How can we help?