Knowledge in data strcutures

data structures: queues

Queue is a linear data structure where the first element is inserted from one end called REAR and deleted from the other end called as FRONT. ... In a queue, one end is always used to insert data (enqueue) and the other is used to delete data (dequeue), because queue is open at both its ends

Singly Linked lists

Singly linked list is a collection of nodes linked together in a sequential way where each node of singly linked list contains a data field and an address field which contains the reference of the next node

Breadth First Search

Breadth-first search is an algorithm for traversing or searching tree or graph data structures. It starts at the tree root, and explores all of the neighbor nodes at the present depth prior to moving on to the nodes at the next depth level.

KNOWLEDGE ABOUT CODING NINJAS COURSES

Special Offer for batches............. Do you really want to see yourself placed in Microsoft, Amazon , etc. and get selected in these company interviews for internships !! This is what you should be looking for right now ! Coding Ninjas 👨🏻‍💻has taught more than 15,000+ students and they have been placed in big-wigs like Microsoft, Google, Amazon. Coding Ninjas provides various Online Courses having Industry-Vetted Content, Interactive Videos and Teaching Assistants to resolve your problems in real time. Faculty from Stanford University, IITs and IIITs with an industrial experience of Tech giants like Facebook, Amazon etc will help you up-skill yourself. It’s time to take charge of your career now! #NinjasSummerofCode - Data Structures and Algorithms - Basic C/C++ Foundation - Competitive Programming - Machine Learning and Data Science Get 20%-30% ongoing discount + Rs 1200 additional Off by registering through the below link. Registration Link for Rs 1200 off : https://codingninjas.in/app/invite/JIVQA

KNOWLEDGE ABOUT CODING BLOCKS COURSES

Special Offer for batches............. Do you really want to see yourself placed in Microsoft, Amazon , etc. and get selected in these company interviews for internships !! This is what you should be looking for right now ! Coding BLOCKS 👨🏻‍💻has taught more than 15,000+ students and they have been placed in big-wigs like Microsoft, Google, Amazon. Coding Ninjas provides various Online Courses having Industry-Vetted Content, Interactive Videos and Teaching Assistants to resolve your problems in real time. Faculty from Stanford University, IITs and IIITs with an industrial experience of Tech giants like Facebook, Amazon etc will help you up-skill yourself. It’s time to take charge of your career now! #SummerofCodeBLOCKS - Data Structures and Algorithms - Basic C/C++ Foundation - Competitive Programming - Machine Learning and Data Science Get 20%-30% ongoing discount + Rs 10% additional DISCOUNT by registering through the below CODE. Registration CODE for additional 10% DISCOUNT : CBCAO277 FOR QUIERIES WHATSAPP :; 9318361225

trees

trees and DS

Variable, data types in data structures

Knowledge about variable and data types in data structure

String processing

Knowledge about String processing in data structure

Concatenation in data structure

Knowledge about concatenation in data structure

Multidimensional Array

Knowledge about Multidimensional arrays in data structure

Memory allocation for a pointer

Knowledge about memory allocation for a Pointer in data structure.

Garbage collection in data structure

Knowledge about garbage collection in data structure.