Showing posts with label basic knowledge. Show all posts
Showing posts with label basic knowledge. Show all posts

Saturday, July 2, 2011

Basic Programming Knowledge Tips

1. Basic programming on
  • string processing, 
  • recursion,
  • number theory etc.
2. Data Structures -
  • Stack, 
  • Queue,
  • Linked list etc,
3. Algorithms-
  • Searching, 
  • sorting, 
  • DFS, 
  • BFS, 
  • shortest path etc