User profile: dominic3176

User info
User name:dominic3176
History
Joined:
Number of posts:5
Latest posts:

Constructing a linked list using pointers
Thanks for the pointers (no pun intended)! I'm still getting a bit of odd output, it's not only prin...

Time complexity for O(n) and O(2^n)
I'm trying to figure out the time complexity associated with O(n) and O(2^n) when the values for n a...

Constructing a linked list using pointers
Hello. I have been working on a homework assignment for a couple of days now; have looked here and a...

A factorial program that isn't returning the factorial
So it was a stupid, switcharoo mistake. Thanks for the keen eyes! I appreciate it!

A factorial program that isn't returning the factorial
Hi there! This is my first posting. I'm new to C++ as well. I've included the code I've written for...