Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.37 KB

README.md

File metadata and controls

60 lines (34 loc) · 1.37 KB

Random_problems

Table of contents

General info

The repositrory contains code snippets of small problem which highlights interesting techinques in general. There may exist some errors, or maybe there exist some better implementation. Anyway, feel free to leave me a message if there are any problems.

Projects

Projects include:

Fibonacci numbers

Note: The parallel algorithm I used is based on divide and conquer.

I tried many other methods, however the results are not always consistent. There are many better ways of doing this. Check out: https://www.nayuki.io/page/fast-fibonacci-algorithms

Simple histogram

Print Binary numbers

This is an interesting implementation of printing binary nuumbers accoridng to the IEEE standard.

Note: The code itself may not be complete, since I am still checking.

Calculating PI by MPI

This is just a very naive implementation of MPI fundamentals

Venturi Meter analysis

... Binder