Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.1 KB

COMPUTER_SCIENCE.md

File metadata and controls

25 lines (16 loc) · 1.1 KB

Computer Science

These are my great areas of study in Computer Science:

  • 🧮 Data structures: Implementation of various Data Structures using C++
  • ⏭️ Concurrent programming: Demonstrate the usage of threads to create a concurrent system to manage airport traffic.
  • 🧠 Algorithms: Sorting, Compression, etc
  • 📚 Compilers: Lexical and syntactical analysis using ANTLR

Algorithms

🔢 Sorting

  • Merge sort: a parallel implementation of merge sort written in C with MPI
  • Quicksort: quicksort implementation in rust.
  • Bubblesort: bubblesort implementation in rust.

📈 Graphs

  • Djikstra

🌊️ Wave

  • FFT