Implement an algorithm to sort a linked list.
Read Answers(11) | 7,733 Views |
Give a one-line C expression to test whether a number is a power of 2. Now implement it without using loops.
Read Answers(36) | 11,154 Views |
Write a function to print the Fibonacci numbers.
Read Answers(16) | 6,759 Views |