Skip to content

Latest commit

 

History

History

week2

Week 2

Second week at GRIDCo.

Table Of Contents

Project Description
Circumference C ++ program to draw a circle based on a given radius.
Fibonacci C++ program to simulate fibonacci.
SortingAlgs Sorting Algorithms
assetManagement An Asset Management System written in C++.
consoleDrawing C++ program to draw on the console.
fileCreator C++ proram to create empty files.
file_creator Python program to create empty files; similar to the touch command in UNIX.
file_remover Python program to delete files.
folder_creator Python program to create folders.
folder_remover Python program to delete folders.
wordSearch C++ program to search whether a word is present in a file.
word_search Python program to determine whether a word is present in a file.