Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

need this solved in c++ Create your own Standard Template Library (STL) as mySTL. h. Your assignment is to create a mySTL.h header file in

image text in transcribed

need this solved in c++

Create your own Standard Template Library (STL) as mySTL. h. Your assignment is to create a mySTL.h header file in C++ that will contain these templated classes and methods. 1. SingleLinkedList class a) insertAtFirst b) insertAtLast c) insertAtAnyPos d) insertBeforeElement e) deleteElementByValue f) deleteAtPos g) displayList 2. DoubleLinkedList class a) insertAtFirst b) insertAtLast c) insertAtAnyPos d) insertBeforeElement e) deleteElement f) deletePos g) displayList 3. Stack class (use linked list instead of array) a) push b) pop c) top 4. Queue class (use linked list instead of array) a) enqueue b) dequeue c) front d) rear 5. BST class a) insertIntoBST b) searchInBST c) displayInorder d) displayPreorder e) displayPostorder Finally demonstrate the use of your mySTL library in a test.cpp file. You must submit a zip file containing mySTL.h and test.cpp file on portal within the mentioned deadline

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Inductive Databases And Constraint Based Data Mining

Authors: Saso Dzeroski ,Bart Goethals ,Pance Panov

2010th Edition

1489982175, 978-1489982179

More Books

Students also viewed these Databases questions