This repository contains our team's project with code written in Julia, Python, and R.
- Kinga Hinzano - BSCCS/2023/62081
- Khalid Abdikarim - BSCCS/2023/67547
- Zakaria Suleiman - BSCCS/2023/62907
- Abdirahman Mohamud - BSCCS/2023/64091
- Abdikarim Mohammed - BSCCS/2023/61217
- folder_one: Contains our first presentation materials including Python code
- folder_two: Contains our second presentation materials including Julia code
- folder_three: Contains our third presentation materials including R code
This project demonstrates the use of three programming languages:
- Python: Used for data processing and visualization in folder_one
- Julia: Used for numerical computations in folder_two
- R: Used for statistical analysis in folder_three
cd python
python "name".pycd julia
julia "name".jlcd R
Rscript "name".R