diff options
author | internetlandlord <f.fredhenry@gmail.com> | 2022-10-12 20:58:36 +0000 |
---|---|---|
committer | internetlandlord <f.fredhenry@gmail.com> | 2022-10-12 20:58:36 +0000 |
commit | 2163bfa4f62dceada7c4383f29844642051e8f9d (patch) | |
tree | 3855d2f2457a79ca2ccff5315dcdd0ff09046626 /README.md | |
parent | d5e9a4c0edeb2edf5adbc1a4e944941350afaf50 (diff) |
Updated README.md and added a testing file
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,2 +1,7 @@ # algo-py -learning algorithms in python + +## The python algorithm repository +The purpose of this repo is to explore and demonstrate the function of computer +science algorithms with file manipulation (using CSV files of random numbers). + +The functional file contains I/O functions for ingressing and egressing data. |