Interview questions

1. Convert an integer of any radix (between 2 & 16 inclusive) to a character string
2&3. Reverse a linked list (recursive and non-recursive)
4. Validate a string with () and []s (nesting should be proper)

Took me 2.5 hours to write these 4 programs in C!

0 comments: