Data structures are the way computers store and organize data. A data structure refers to a collection of data elements that have one or more specific relationships with each other. Several data structures commonly found in computer programs: arrays, heaps, stacks, queues, linked lists, trees, graphs, and hash tables. Using data structures to store data can quickly and efficiently manipulate data, such as searching, sorting, deleting, adding, etc.
Contributions last year: 34
Max continuous contributions: 1
Recent contributions: 1
Commits, issues, and pull requests will appear on your contribution graph. Only when the email address used for the commits in local configuration is associated with your GitOSC account, the commits' contribution will be counted.