Showing posts with label cse. Show all posts
Showing posts with label cse. Show all posts

Saturday, July 23, 2011

All folder became shortcuts!!!

This is new kind of virus, I guess.I was infected by it too. All my folder in external hard-drive had become shortcut. I didn't know how to get my folder back that had turned to shortcut to become a folder again without loosing any files. I was searching through web, and suddenly found a strange solution, which worked nice.

Go to Start-> Run -> cmd
change your directory to the affected drive or folder. i.e  H:/  and press Return/Enter.
Now write or paste this in your command prompt: attrib -r -a -s -h /s /d

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