• About WordPress
    • WordPress.org
    • Documentation
    • Support
    • Feedback
  • Log In
  • Register
  • Home
  • Courses
  • Past Paper
  • FYP
  • Interview Questions
  • University Events
  • Contact
  • Quiz & Assignment
Cuitutorial
  • Home
  • Courses
  • Past Paper
  • FYP
  • Interview Questions
  • University Events
  • Contact
  • Quiz & Assignment

Data Structure

Home » Data Structure
06 December

Counting Sort

  • Posted by saqib
  • Categories Data Structure
  • Comments 0 comment

Counting sort is a type of Linear Time Sort Counting Sort was invented by H.H.Seward in 1954 All the sorting algorithms introduced so far share an                              …

Read More
06 December

Insertion Sort

  • Posted by saqib
  • Categories Data Structure
  • Comments 0 comment

Insertion Sort using loop and recursive function complete code On the ith pass we “insert” the ith element A[i] into its rightful place among A[1],A[2],…A[i-1] which were placed in sorted order. After this insertion A[1],A[2],…A[i] are in sorted order. Time …

Read More
06 December

Bubble Sort using C++

  • Posted by saqib
  • Categories Data Structure
  • Comments 0 comment

Bubble sort using loop and bubble sort in link list One of the simplest sorting methods. The basic idea is to move required value (smallest or highest ) to the top. Compare adjacent values (all elements) Swap values if required …

Read More
06 December

Sorting and searching in data structure

  • Posted by saqib
  • Categories Data Structure
  • Comments 0 comment

What is Sorting? Sorting is the process of ordering a list of objects, according to some linear order, such as £ for numbers. Sorting can be divided into two types i.e. internal and external. Internal sorting takes place in main …

Read More
12 November

AVL Trees

  • Posted by saqib
  • Categories Data Structure
  • Comments 0 comment

AVL Trees Activity Outcomes: This lab teaches you the following topics: How to insert and delete data from AVL trees How to search and traverse AVL trees Introduction AVL Tree: AVL tree is a self-balancing Binary Search Tree (BST) where …

Read More
12 November

Binary Search Tree

  • Posted by saqib
  • Categories Data Structure
  • Comments 0 comment

Binary Tree Complete code and application Binary Tree is a special data structure used for data storage purposes. A binary tree has a special condition that each node can have a maximum of two children. The following diagram represent tree …

Read More
12 November

Tree Traversal Pre, Post and Inorder

  • Posted by saqib
  • Categories Data Structure
  • Comments 0 comment

 Pre, Post and In-order Tree Traversal Traversal Traversal is a process to visit all the nodes of a tree and may print their values too. Because, all nodes are connected via edges (links) we always start from the root (head) …

Read More
11 November

Priority queue Data structure

  • Posted by saqib
  • Categories Data Structure
  • Comments 0 comment
Read More
11 November

Circular Queue Data structure

  • Posted by saqib
  • Categories Data Structure
  • Comments 0 comment
Read More
11 November

Queue complete code and application

  • Posted by saqib
  • Categories Data Structure
  • Comments 0 comment

QUEUE complete code using array and link list and real life application and its operation A queue is an ordered collection of items from which items may be deleted at one end (called the front of the queue) and into …

Read More
  • 1
  • 2
  • >
admin@cuitutorial.com
Facebook-f Twitter Youtube Linkedin Instagram Stack-overflow Pinterest Github Quora Whatsapp
Courses
  • All Courses
  • Past Paper
  • Final year projects
  • Interview Questions
  • Contact
Important Pages
  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Links
  • University Events
  • Team
Education & learning platform for All Computer science subjects
Final year projects
Past Paper
Interview questions
Programming, C/C++, Asp.net/MVC. Android, MySql, Jquery, Ajax, javascript, Php, Html5, Bootstrap4.
NTS, GAT, PPSC, FPSC

Copyright © 2021 | Cuitutorial