Skip to content

sivaraam/c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c

A repository that contains:

  • playful implementations that test different concepts in C
  • simple implementations for some simple programs
  • serious implementations for some big problems (Maze solving, Sudoku solving, etc.)

The repository is not so neatly organized, though. It should be, though.

The 'intern' folder consists of some programs I created during an internship I attended during the period of Feb-Mar 2018.

In case you're interested in serious implementations, see the 'intern' folder. Specifically,

  • Maze solver - a program that finds the shortest path from source to destination in a given maze using the A-star algorithm.

  • Sudoku solver - a program that tries to solve sudoku puzzles using some well-known solving techniques

  • Chess move validator - a simple library that could be used to validate basic chess moves

  • Chess GUI - a simple GUI for the game of chess (using GTK+-3.0)

Dependencies

Git LFS

This repository tracks some very large test inputs using Git LFS. So, Git LFS needs to be installed for the clone to succeed. You can install Git LFS by following the instructions in its website.

In case you have already cloned the repository without installing Git LFS, run the following command after installing Git LFS to fix the invalid state in which Git leaves the repo:

git checkout -f HEAD

About

Implementations of random things in c

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages