Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 370 Bytes

File metadata and controls

14 lines (7 loc) · 370 Bytes

Parallel Programming code snippets.

  • This repo includes some codes wirrten in C.

  • Sorting array in parallel using certain number of processes and array size.

  • Get average of given array numbers.

  • Convert string from upper case letters to lower case.

  • Matrix multiplication using parallel programming concept.

  • Get Min/Max value in given array numbers.