Copyright © tutorialspoint.com

Java Data Structure - Programming Examples

previous next


Learn how to play with data structure in Java programming. Here are most commonly used examples:

  1. How to print summation of n numbers?

  2. How to get the first and the last element of a linked list?

  3. How to add an element at first and last position of a linked list?

  4. How to convert an infix expression to postfix expression?

  5. How to implement Queue?

  6. How to reverse a string using stack?

  7. How to search an element inside a linked list?

  8. How to implement stack?

  9. How to swap two elements in a vector?

  10. How to update a linked list?

  11. How to get the maximum element from a vector?

  12. How to execute binary search on a vector?

  13. How to get elements of a LinkedList?

  14. How to delete many elements from a linkedList?


previous next

Copyright © tutorialspoint.com