Skip to content

I try to replicate stuff from scratch in C, from the concepts I learn in college

License

Notifications You must be signed in to change notification settings

cneuralnetwork/From-Scratch-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is my little place where I try to implement concepts that I learn in college courses and build stuff from scratch in C

Topics

0. Random

  • Extract a 60 second video
  • RGB to Gray
  • Elevator Logic
  • ls command from Linux terminal

1. Data Structures

  • Stack
  • Queue
  • Single Linked List
  • Circular Linked List
  • Double Linked List
  • Sorting Algorithms

2. Ciphers

  • Caesar Cipher
  • Monoalphabetic Cipher
  • Homophonic Substitution Cipher
  • Polygram Substitution Cipher
  • Polyalphabetic Substitution Cipher
  • Playfair Cipher
  • Hill Cipher

About

I try to replicate stuff from scratch in C, from the concepts I learn in college

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published