Skip to main content

12 docs tagged with "Data Structure"

View all tags

Applications of Linked List

Applications of Linked List in various fields including data structures, operating systems, and dynamic memory allocation.

Introduction of B-Tree

A B-tree is a self-balancing tree data structure that maintains sorted data for efficient insertion, deletion, and search operations.

Introduction of Circular

A B-tree is a self-balancing tree data structure that maintains sorted data for efficient insertion, deletion, and search operations.

matrix-ds

One more of the basic Data Structure is Matrix Data structure and we'll know more about it.

Space Complexity

Space complexity is a measure of the amount of working storage an algorithm needs. It is a measure of the amount of memory space an algorithm needs to solve a problem as a function of the size of the input to the problem. It is the amount of memory space required by the algorithm to execute in its life cycle.

Time Complexity

Time Complexity is a measure of the amount of time an algorithm takes to solve a problem as a function of the size of the input to the problem. It is commonly estimated by counting the number of elementary operations performed by the algorithm, where an elementary operation takes a fixed amount of time to perform.