Перейти к содержимому
technicalseek

technicalseek

  • TUTORIALS
    • C Programming
    • C++ Programming
    • Java Programming
    • Python Programming
  • SOLVED PROGRAMS
    • C Programs
    • C++ Programs
    • Java Programs
  • DATA STRUCTURES
  • ABOUT US
    • Contact us
    • Privacy Policy
    • Disclaimer
technicalseek
technicalseek
  • SOLVED PROGRAMS
    • C Programs
    • C++ Programs
    • Java Programs

B tree in data structure

DATA STRUCTURES / От admintechnicalseek

B tree in data structure is another type of tree data structure. It is also called as multiway search tree. In this tutorial we will see B tree definition, B tree properties and B tree program in c. B tree Definition In External searching out aim is to minimize the file access and this can be done …

B tree in data structure Читать полностью »

Tree traversal in data structure

DATA STRUCTURES / От admintechnicalseek

Binary Search Tree

DATA STRUCTURES / От admintechnicalseek

Graph data structure

DATA STRUCTURES / От admintechnicalseek

Tree in data structure

DATA STRUCTURES / От admintechnicalseek

Priority queue in data structure

DATA STRUCTURES / От admintechnicalseek

Queue in c

DATA STRUCTURES / От admintechnicalseek

Queue in c  is a simple c program to implement queue data structure. In this tutorial, we will see the implementation of queue in c. The queue is a linear type of data structure. It is an unordered group of the element in which elements is added at one end (rear end) and removed from …

Queue in c Читать полностью »

Stack

DATA STRUCTURES / От admintechnicalseek

Stack is linear type of Data Structure. Stack works on a FIRST IN LAST OUT  or LAST IN FIRST OUT fashion. Lets see example stack meaning Stack Example Consider an container or CD’S that is we put CD’S on one another and if we want to take CD’S out then we have to remove the CD which is at the …

Stack Читать полностью »

Singly Non Circular Linked List

DATA STRUCTURES / От admintechnicalseek

Singly non circular linked list As we learn the basic of linked list in a previous tutorial we got a basic idea of implementing linked list. Singly non circular linked list is a one type of linked list where singly linked list means we are having a node with data and its next node address …

Singly Non Circular Linked List Читать полностью »

Linked List

DATA STRUCTURES / От admintechnicalseek

Linked list is a linear type of data structure. It is a set of data which has data along with the address stored in it. Linked list store the data and address in a node. Node:- Node is a combination of data and the next (address of next node). Linked list is a collection of node …

Linked List Читать полностью »

Навигация по записям
1 2 … 20 Следующая →
  • TUTORIALS
    • C Programming
    • C ++ Programming
    • Java Programming
    • Python Programming
  • SOLVED PROGRAMS
    • C Programs
    • C++ Programs
    • Java Programs

Copyright © 2022 technicalseek | Powered by WordPress тема Astra