Skip to content

igorgcustodio/cs-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Computer Science - Book of Knowledge

This repository is intended to learn and explain some CS basic concepts that I might have forgot or I didn't learn yet.

I'll implement some codes in C because we don't have this as language native features. These implementations are based on this roadmap.

Areas and Concepts

Data Structures

  • Linked list
  • Stack
  • Queue
  • Hash Table
  • Tree
    • Binary Tree
    • Binary Search Tree
    • Full Binary Tree
    • Complete Binary Tree
    • Balanced Tree
    • Unbalanced Tree
  • Array
  • Heap
  • Graph
    • Direct Graph
    • Undirected Graph
    • Spanning Tree
    • Representation
      • Adjacency Matrix
      • Adjacency List

About

Computer Science basic knowledge - BOK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages