• Home
  • Python
  • Pandas
  • Numpy
  • C++11
  • C++
  • STL
  • Multithreading
  • Courses
  • About Us
  • Privacy Policy
  • Write for us
Top Menu
  • Home
  • Python
  • Pandas
  • Numpy
  • C++11
  • C++
  • STL
  • Multithreading
  • Courses
  • About Us
  • Privacy Policy
  • Write for us

thispointer.com

  • Home
  • Python
  • Numpy
  • Pandas
  • C++11
  • C++
  • Courses
  • STL
  • Multithreading
  • Mysql
  • Linux
  • Boost Library
    • Boost Date Time Library
    • Boost String Algorithms Library
  • Design Patterns
  • java
  • Datastructure
    • Binary Search Tree
    • Binary Tree
    • Linked List
  • Subscribe
  • Write for us
You are here: Home » linkedlist

How to iterate LinkedList in reverse or backward direction

Varun May 31, 2016 How to iterate LinkedList in reverse or backward direction2016-05-31T08:39:43+05:30 collections No Comment
In this article we will discuss how to iterate over a LinkedList in reverse order. Method 1 : Using Descending Iterator Iterator<E> descendingIterator() Descending Iterator returns the Iterator that points to…
Continue Reading »

How to iterate over a LinkedList in Java

Varun May 29, 2016 How to iterate over a LinkedList in Java2016-05-29T16:29:05+05:30 collections No Comment
In this article we will discuss how to iterate over a LinkedList Collection in Java and access objects. (more…)
Continue Reading »

Java LinkedList Tutorial

Varun May 28, 2016 Java LinkedList Tutorial2016-05-31T08:45:57+05:30 collections No Comment
LinkedList is a kind of List used to store elements. Its an ordered collection elements added at a position in LinkedList will remain in that position till modified by user.…
Continue Reading »

How to add elements at a particular index in LinkedList

Varun May 28, 2016 How to add elements at a particular index in LinkedList2016-05-28T17:03:09+05:30 collections No Comment
In this article we will discuss how to add elements at a particular index or position in a LinkedList in Java. (more…)
Continue Reading »

Recent Articles

  • MySQL- Add multiple columns after a specific column
  • MySQL- Drop/ Delete column from table
  • Python: Iterate over a dictionary sorted by value
  • Python: Iterate over a dictionary sorted by key
  • Loop / Iterate over all values of dictionary in Python

Search

Python tutorials

  • Strings
  • Lists
  • Tuple
  • Dictionary
  • Functions
  • File Handling
  • Lambda Functions

C++ / C++11 Tutorials

  • C++ Tutorials
  • C++11 Tutorial
  • C++ Interview Questions
  • Multithreading
  • C++17
  • STL Tutorials

Terms of Use

  • Terms of use
  • Write for us

Favorite Sites

  • ManagementBliss
  • dbPointer

Terms and Policies

  • Disclaimer
  • Cookie policy (EU)
  • Cookie policy (UK)
  • Privacy statement (EU)
  • Privacy statement (UK)
  • Privacy statement (US)
  • Do Not Sell My Personal Information
Copyright ©2021. thispointer.com
  • Home
  • Python
  • Pandas
  • Numpy
  • C++11
  • C++
  • STL
  • Multithreading
  • Courses
  • About Us
  • Privacy Policy
  • Write for us