User: nowy20180820

  • Public profile

User profile: nowy20180820

User info
User name:nowy20180820
History
Joined:
Number of posts:43
Latest posts:

QR method for eigenvalues
Write your question here. [code] // Example program #include <iostream> #include <iomanip> #...

ConvexHull monotone chain on wikipedia
https://ideone.com/wnfIov I found Jarvis march and rewrote it using doubly linked list above H...

Rewrite recursive algorithm in iterative way
I see tail call which can be replaced with the while loop but there is another recursive call how ca...

Rewrite recursive algorithm in iterative way
... a sequence of nodes with sorted key values I found recursive inorder traversal and non recursiv...

Rewrite recursive algorithm in iterative way
I found linked list class i translated from Lafore's example in Java but it is too lengthy to past...

This user does not accept Private Messages