From charlesreid1

(Created page with "Category:Data Structures {{CSFlag}}")
 
No edit summary
Line 1: Line 1:
[[Category:Data Structures]]
[[Category:Data Structures]]


{{CSFlag}}
{{Flag
|header=Data Structures
|image=CSFlag.jpg
|text=notes on data structures
 
[[CS|Computer Science Notes]]
 
This is the staging ground for computer science notes as part of the 2017 [https://charlesreid1.com:3000/cs/study-plan CS Study Plan].
 
{{DataStructuresFlag}}
 
 
'''Data Structures'''
 
Classes of data structures: [[Abstract Data Types]]
 
Array-based and Link-based memory management: [[ArrayLists]] and [[Linked Lists]]
 
Algorithmic Analysis of Data Structures: [[Algorithmic Analysis of Data Structures]]
 
Advanced data structures: [[Advanced Data Structures]]
 
 
 
{{ArraysFlag}}
 
 
 
 
{{StacksQueuesFlag}}
 
 
 
'''Linked Lists'''
 
[[Linked Lists]] {{,}} [[Linked Lists/Python]] {{,}} [[Linked Lists/Java]]
 
Java: [[Linked Lists/Java/Single]] {{,}} [[Linked Lists/Java/Double]] {{,}} [[Linked Lists/Java/Circular]]
 
Performance: [[Linked Lists/Java/Timing]] {{,}} [[Linked Lists/Java/Reverse]]
 
Python: [[Linked Lists/Python/Single]] {{,}} [[Linked Lists/Python/Doubly]] {{,}} [[Linked Lists/Python/Circular]]
 
 
 
'''Trees'''
 
[[Binary Trees]] {{,}} [[Binary Search Trees]] {{,}}
 
 
 
'''Dictionaries'''
 
[[Dictionaries]] {{,}} [[Dictionaries/LinkedDict]] {{,}} [[Dictionaries/ArrayDict]]
 
 
 
 
 
<small>[[Flags]]</small> {{,}} <small>[[Template:DataStructuresFlag]]</small> {{,}} <small>[http://charlesreid1.com/w/index.php?title=Template:DataStructuresFlag&action=edit e]</small>
}}
 
<br />

Revision as of 07:50, 6 June 2017