Skip to content

scottberke/data-structures

Repository files navigation

Build Status

Data Structures

Collection of helpful data structures and related CS topics.

Primitive Data Types

Primitive data types are data types provided as a basic building block in a language. These can be though of as ‘basic data types’ such as integers, booleans, floating point numbers, characters, strings. Composite data types are built using primitive data types. Understanding memory (RAM), bits and bytes provides a good foundation for understanding primitives:

Practice Problems

Basic Composite Data types

Practice Problems

Linked Lists

Stacks

Misc

Trees and Graphs

Practice Problems

About

Reference material for data structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors