User profile: suppa

User info
User name:suppa
History
Joined:
Number of posts:52
Latest posts:

Proving log(n)
so my input is "abcdefghijklmnopqrstuvwxyz1234567890" length = 36 9-10 happens 36 times

Proving log(n)
I need help mathmatically proving that a function is Olog(n). I know that 0(n) is linear search. But...

cin without pausing the rest of the code
This was from a simple dungeon game i created. [code] #include <iostream> #include <conio.h> //used...

Storing multiple 2D arrays in an array
Is there a way where I can store multiple 2D arrays into another array like a vector? something li...

Dynamic Array
Some functions are used for my other .h's