Implement an algorithm to sort a linked list.
Read Answers(11) | 5,888 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) | 8,383 Views |
Write a function to print the Fibonacci numbers.
Read Answers(16) | 5,287 Views |