From b1117af2d9167204585be3671ecabebadc1de1f5 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 24 Sep 2022 12:30:31 -0400 Subject: centralized formating header file --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a2f6d57..1bdc876 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ programing as well as basic algorithms. The project requires that we (the students) create a C library which doesn't rely on third party libraries to do the following things: -| Task | filename | Level | -| :------------------------------------ | :---------- | :------- | -| Spot characters in a string | `TODO` | Easy | -| Identify words which are palindromes | `TODO` | Easy | -| Calculate sines (using series) | `TODO` | Medium | -| Calculate cosines (using series) | `TODO` | Medium | -| Matrix addition | `TODO` | Hard* | -| Matrix multiplication | `TODO` | Hard* | +| Task | filename | Level | +| :------------------------------------ | :----------------- | :------- | +| Spot characters in a string | `findChar.h` | Easy | +| Identify words which are palindromes | `findPalindrome.h` | Easy | +| Calculate sines (using series) | `sine.h` | Medium | +| Calculate cosines (using series) | `cosine.h` | Medium | +| Matrix addition | `TODO` | Hard* | +| Matrix multiplication | `TODO` | Hard* | *This is the first programing APP. The word Hard is used very liberaly here. -- cgit v1.2.3