Skip to content
TechAlmirah
Tutorials, Programs, Q&A
  • Home
  • Tutorials
    • Basic Computer
    • POP with C
    • Operating System
    • Data structure
    • Software Engineering
    • DBMS
    • REST API
  • Programs
    • C
    • Java
    • Node.js
  • Comparison
  • Q&A
  • Blog

Category: Data structure

what is pointer in c

25 February 2020 techalmirah

The pointer is the variables that are used to store/hold the address of another variable, in one sense, any variable…

Continue Reading →

Posted in: Data structure

searching in data structure

31 December 2019 techalmirah

Let’s start with the introduction to the Searching with some searching algorithm in the data structure below, you can also…

Continue Reading →

Posted in: Data structure

Sorting in data structure

techalmirah

Lets us see the Sorting technique in the data structure, with there type and algorithm. Introduction to Sorting Sorting is…

Continue Reading →

Posted in: Data structure

Linked list with Operation and application

techalmirah

Let us start with Linked list with the type of linked list and operation performed in a linked list and…

Continue Reading →

Posted in: Data structure

Queue and Application of Queue

techalmirah

A queue is a linear list of elements in which deletion can take place only at one end, called the…

Continue Reading →

Posted in: Data structure

Stack and application of stack

techalmirah

let’s start with Stack and application of stack. First start with introduction to stack then go to the application of…

Continue Reading →

Posted in: Data structure

Row and column Major Ordering in an array

techalmirah

Let us see Row and column Major Ordering in an array one by one below. Recommended Book: Data Structures and…

Continue Reading →

Posted in: Data structure

Post navigation

Page 2 of 3
← Previous 1 2 3 Next →
  • Join Us
  • About Us
  • Privacy Policy
  • Terms and Conditions
  • Contact Us
  • Linkedin
  • Instagram
  • twitter
  • Facebook
  • Pinterest
Copyright © 2023 TechAlmirah