Skip to content

othmanalikhan-archive/storage_university

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProgrammerK: University Code Repository

The code included in this repository is more or less all that I have used and coded during my time at university. A short summary is provided below:

First Year

  • Python

    • lab exercises: week1 - week10
    • formal coursework:
    • informal coursework solver:
      • Code sorting algorithms for practice
      • Implement a complex number manipulator (to solve coursework)
  • Java

    • lab exercises: week7 - week9
    • formal coursework:
      • Earthquake analysis
  • C++

    • lab exercises: week3 - week6
    • formal coursework:
      • Rain analysis
  • HTML

    • A very simple portfolio page (induction week)

Second Year

  • Python

  • Java

    • formal coursework:
      • Develop a client-server image hosting
      • Develop a client-server mail application
      • Introduction to unit testing
  • C

    • formal coursework:
      • Implement a parallel bucket sort algorithm in MPI

Third Year

  • Python

  • C

    • formal coursework:
      • Implement a parallel Gauss-Seidel iterative matrix solver in MPI
  • Haskell

    • Solutions to some exercises in 'Programming in Haskell'
    • formal coursework:
      • Implement a solver for a word game similar to 'Boggle'