Open in app

Sign In

Write

Sign In

Rohit Kumar
Rohit Kumar

37 Followers

Home

About

Apr 30, 2021

Stack Implementation

stack is LIFO means last in first out data structure. the element added to last will be deleted first. addition and deletion will takes at one end example — suppose we have a stack class. after push(1) — adding element 1 — stack 1 after push(2) — adding element 2…

1 min read

1 min read


Mar 10, 2021

Linked List

Inserting a node at the beginning of linked list LinkedList is a linear data structure. a linked list is represented in memory with a node that have a data and link to next node. we will use C# as a reference but concept will be same in all other languages. Representation of node in code: LinkedList with CreateNode() and Print() Operation:

1 min read

Linked List
Linked List

1 min read

Rohit Kumar

Rohit Kumar

37 Followers

i am software dev Lead passionate to explore new tech and solve complex problem in software

Following
  • Pralabh Saxena

    Pralabh Saxena

  • The Educative Team

    The Educative Team

  • Eric Silverberg

    Eric Silverberg

  • Nikhil Verma

    Nikhil Verma

  • Adrian Hornsby

    Adrian Hornsby

See all (444)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech