https://github.com/pmhalvor/public-data
One central location for my public facing datasets
https://github.com/pmhalvor/public-data
algorithms datastructures notes statistics
Last synced: 3 months ago
JSON representation
One central location for my public facing datasets
- Host: GitHub
- URL: https://github.com/pmhalvor/public-data
- Owner: pmhalvor
- License: gpl-3.0
- Created: 2023-10-15T20:15:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T09:32:21.000Z (over 2 years ago)
- Last Synced: 2023-12-21T12:20:36.421Z (over 2 years ago)
- Topics: algorithms, datastructures, notes, statistics
- Language: HTML
- Homepage: https://pmhalvor.github.io/public-data/
- Size: 37.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# public-data
One central location for my public-facing datasets.
# Table of Contents
- [Notes](/notes)
- [Algorithms](/notes/algorithms)
- [Graph](/notes/algorithms/graph.md)
- [Sort](/notes/algorithms/sort.md)
- [Data Structures](/notes/datastructures.md)
- [Array](/notes/datastructures.md#array)
- [Binary Search Tree](/notes/datastructures.md#binary-search-tree)
- [Graph](/notes/datastructures.md#graph)
- [Hash Table](/notes/datastructures.md#hash-table)
- [Heap](/notes/datastructures.md#heap)
- [Linked List](/notes/datastructures.md#linked-list)
- [Queue](/notes/datastructures.md#queue)
- [Stack](/notes/datastructures.md#stack)
- [Music data exploration](/notes/music/data-exploration.html)
- [Statistics](/notes/statistics/)
- [Probability basics](/notes/statistics/probability-basics.md)
- [Joint Probability](/notes/statistics/probability-basics.md#joint-probability)
- [Conditional Probability](/notes/statistics/probability-basics.md#conditional-probability)
- [Bayes' Theorem](/notes/statistics/probability-basics.md#bayes-theorem)
- [Law of Total Probability](/notes/statistics/probability-basics.md#law-of-total-probability)
- [Central Limit Theorem](/notes/statistics/probability-basics.md#central-limit-theorem)