Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lionyxml/100_computer_science_concepts
One hundred computer science concepts
https://github.com/lionyxml/100_computer_science_concepts
Last synced: about 2 months ago
JSON representation
One hundred computer science concepts
- Host: GitHub
- URL: https://github.com/lionyxml/100_computer_science_concepts
- Owner: LionyxML
- Created: 2022-08-05T00:45:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T01:07:59.000Z (over 2 years ago)
- Last Synced: 2024-10-13T10:39:22.472Z (3 months ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: 100_computer_science_concepts
Based on this video:
[[https://youtu.be/-uleG_Vecis]]These are topics you sould now about. Incrementally... forever...
Mark at wil :)
* Topics [0/104]
- [ ] Turing Machine
- [ ] CPU
- [ ] Transistors
- [ ] Byte
- [ ] ASCII Character Encoding
- [ ] Binary
- [ ] Hexidaceimal
- [ ] Nibble
- [ ] Machine Code
- [ ] RAM
- [ ] Memory Address
- [ ] I/O
- [ ] Kernel
- [ ] Shell
- [ ] Command Line Interface
- [ ] Secure Shell Protocol
- [ ] Mainframe
- [ ] Programming Language
- [ ] Abstraction Principle
- [ ] Interpreted Languages
- [ ] Compiled Languages
- [ ] Executable
- [ ] Data Types
- [ ] Variable
- [ ] Dinamycally Typed
- [ ] Statically Typed
- [ ] Pointer
- [ ] Garbage Collection
- [ ] Int
- [ ] Signed
- [ ] Floating Point
- [ ] Double
- [ ] Char
- [ ] String
- [ ] Big Endian
- [ ] Little Endian
- [ ] Software Engineering
- [ ] Data Structures
- [ ] Array
- [ ] Linked List
- [ ] Stack
- [ ] Queue
- [ ] Hash
- [ ] Map
- [ ] Dict / Hash / Map
- [ ] Tree
- [ ] Graph
- [ ] Node
- [ ] Algorithm
- [ ] Function
- [ ] Return
- [ ] Arguments
- [ ] Operators
- [ ] Boolean
- [ ] Expression
- [ ] Statement
- [ ] Conditional Logic
- [ ] While Loop
- [ ] Iterable
- [ ] For Loop
- [ ] Void
- [ ] Recursion
- [ ] Call Stack
- [ ] Stack Overflow
- [ ] Base Condition
- [ ] Big-O Notation
- [ ] Time complexity
- [ ] Space Complexity
- [ ] Brute Force
- [ ] Divide & Conquer
- [ ] Dynamic Programming
- [ ] Memoization
- [ ] Greedy
- [ ] Dijkstra's Shortest Path
- [ ] Backtracking
- [ ] Declarative
- [ ] Functional Languages
- [ ] Imperative
- [ ] Procedural Languages
- [ ] Multiparadigm Languages
- [ ] Object-Oriented
- [ ] Class
- [ ] Property
- [ ] Method
- [ ] Inheritance
- [ ] Design Patterns
- [ ] Instantiable
- [ ] Heap
- [ ] Reference
- [ ] Threads
- [ ] Parallelism
- [ ] Concurrency
- [ ] Bare Metal
- [ ] Virtual Machine
- [ ] Networking
- [ ] IP Address
- [ ] URL
- [ ] DNS
- [ ] Transmission Control Protocol
- [ ] Packets
- [ ] Secure Sockets Layer
- [ ] HTTP
- [ ] Application Programming Interface
- [ ] Printers