User profile: ne555

User info
User name:ne555
Bio:These devices are precision timing circuits capable of producing accurate time delays or oscillation. In the time-delay or monostable mode of operation, the timed interval is controlled by a single external resistor and capacitor network. In the astable mode of operation, the frequency and duty cycle can be controlled independently with two external resistors and a single external capacitor.
History
Joined:
Number of posts:5027
Latest posts:

problem on submitting 3n+1 problem
> What 3n+1 problem is? Details. [code]long int[/code] [s]is[/s] may be too [code]short[/code]

Isn't it funny:P
You need to use the debugger. A simple step-by-step run would made the mistake obvious.

Majority element in an array
> I'm trying to make a program that finds out the majority element in a user-input > So, in the end,...

set with a special ordering
Use a custom comparison operation !xy <nolyc> You're trying to do X, and you thought of solution Y...

N-Ary tree represented in a Binary Tree
You'll need to search for `x' every time By instance, using depth-first search [code]//not tested st...