• Home
  • Explore

Introduction to Data Structures - GeeksforGeeks

www.geeksforgeeks.org/introduction-to-data-structures/?ref=lbp

1 Users

0 Comments

9 Highlights

0 Notes

Tags

Java

Top Highlights

  • primitive data structures

  • non-primitive data structures

  • essential for managing and manipulating data in an efficient and effective way

  • Integer Float Character Boolean Double Void

  • data structures that are built using primitive data types.

  • Stacks: A collection of elements that follow the Last-In-First-Out (LIFO) principle.

  • Queues: A collection of elements that follow the First-In-First-Out (FIFO) principle.

  • Hash tables: A data structure that stores data in an associative manner using a hash function.

  • elements are linked using pointers

Ready to highlight and find good content?

Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.

AboutPrivacyTerms

© 2023 Glasp Inc. All rights reserved.