Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 553 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 553 Bytes

Tutorials

A few snippets for tutorial purposes

wasd.c - A simple display of grid based character movement in C.

snake.c - CLassic snake game made in C without any graphics library.

matrix_image_rotation.c - To rotate a Matrix based image given in C

caesar.c - Caesar cipher (MOD26) in C.

armstrong.c - Detecting whether a number is an Armstrong number in C.

bhikaar_savkaar.cpp - A classic card game made in C++

2dpaln.c - Find palindromes in a matrix

disc_schedule.c - Disc Scheduling algorithms

friend_network.c - BFS friend search network