• 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 » home

Remove Duplicate Elements from a Sorted Singly Linked List

Varun December 20, 2014 Remove Duplicate Elements from a Sorted Singly Linked List2015-09-25T00:14:18+05:30 Linked List No Comment
Lets remove all duplicate elements from a sorted singly linked list. (more…)
Continue Reading »

Reverse a Singly Linked List in a Single Iteration

Varun October 25, 2014 Reverse a Singly Linked List in a Single Iteration2015-09-25T00:14:19+05:30 C++ 2 Comments
Suppose we have a linked list and we want to reverse it in Single iteration and O(n) complexity. (more…)
Continue Reading »

Create a Singly Linked List from an array

Varun October 25, 2014 Create a Singly Linked List from an array2015-09-25T00:14:19+05:30 C++ No Comment
Suppose we have an int array and we want to create it into a singly linked list from it. (more…)
Continue Reading »

Finding paths in a Binary Tree

Varun August 19, 2014 Finding paths in a Binary Tree2015-09-25T00:14:19+05:30 Binary Tree 1 Comment
Many times we need to search for some specific paths in a binary tree from top to bottom. Lets design a code to find out all paths in a binary…
Continue Reading »

Finding nth Largest and Smallest Node in Binary Seach Tree

Varun August 17, 2014 Finding nth Largest and Smallest Node in Binary Seach Tree2015-09-25T00:14:19+05:30 Binary Search Tree No Comment
Binary Search Tree (more…)
Continue Reading »

Recent Articles

  • MySQL: get column names and datatypes of a table
  • 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

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