Data Structures and Algorithms (DSA)
Information Technology

Almost all the courses given in the field of Computer Science describe structures and algorithms specialized towards the application being covered, whether it be databases, compilation, graphics, operating systems, or whatever. These diverse fields often use similar data structures, such as lists, hash tables, trees and graphs, and often apply similar algorithms to perform basic tasks such as table lookup, sorting, searching, or operations on graphs.