Skip to content

Algorithms and Principles of Informatics Project 2020 - Optimized CLI Text Editor

Notifications You must be signed in to change notification settings

FurioColombo/API_project_2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

API_project_2020

Algorithms and Principles of Informatics Project 2020 - Optimized CLI Text Editor

The main.c opens a CLI based text editor with a few possible commands, such as writing, deleting and undoing an arbitrary number of commands. The project was completed in about a week of consecutive work in the summer 2020, being then revisited and controlled, cleaning a bit the code before publishing and submitting the code for evaluation.

The C file only only relies on few standard C libraries, which are usually provided in any base C install, the list in detail: -stdio.h -string.h -malloc.h -stdbool.h -stdlib.h

About

Algorithms and Principles of Informatics Project 2020 - Optimized CLI Text Editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages