Console Application
Budget ₹600-800 INR
Job Description:
To do in NodeJS using jsdocs
# Console Application
## DataStructure:
- Need to implement Stack & Queue methods:
- push, pop, isEmpty, size
- Underlying data structure for both should be LinkedList.
- Type Definition( using @type, @param) should work.
- Implement a getIterator() for each.
- Returns object of {hasNext(): boolean, next: DataType}
## Console App
- At a time only 1 DS will be present.
-
- Commands:
> `new stack` : Create a new stack. If any DS already existing, then flush the same.
> `new queue` : Create a new queue. If any DS already existing, then flush the same.
> `push 1234` : push the element (string) to the underlying DS. (IF underlying DS not present, handle)
> `pop` : pop element from underlying stack. (IF underlying DS not present, handle)
> `print` : traverse underlying DS. print each element on new line.
> `flush` : pop all elements and print on new line.
> `exit` : exit the console app.
4 freelances font une offre moyenne de 700 ₹ pour ce travail
Hi, I read your requirements and I can do this for you. I have experience developing such console base applications and working with data structures. Let me know if you need my services, I will be more happy to serve y Plus
I did performance optimizations using node js . Been using node js for long and delivered console aaplications
Hi Node js and JavaScript developer here . i am a computer Scientist with more than 3 years of experience i assure you i am best fit for this job and i will do this jobe in less than 3 to 4 hours i will show you my d Plus
Hi, I have good experience on nodeJS and different data structures, their time complexity. I can implement this using doubly linked list or singly linked for better optimization.