Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 491 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 491 Bytes

WPF

Simple programmes wirtten for the Introduction to Programming laboratories on MIMUW.

1st semester of CS, 2nd half of 2019

  • arytmetyka
    • First programme at uni - extremely messy and unefficient but gets the job done 😀
    • Implement basic arithmetical operations on eq
  • leftist
    • Using lefist trees implement a mergeable priority queue
  • toposort
    • Implement a topological sort algorithm