What are Data Structures and AlgorithmsΒΆ
Data structures is a way to organize data in a way that enables it to be processed in an efficient time.
Some of the common Data Structures are: - Array - Linked List - Stack - Queue - Tree - Graphs
An algorithm is a set of rules to be followed to solve a problem