资 源 简 介
This project covers code for:
- Searching: Linear and Binary,
- Sorting: various sorting techniques covered,
- Linked list: various operations on linked list performed,
- Tree: tree formation, tree traversal, depth, mirrorTheTree,
- Stack: sample implementation,
- Solutions to questions asked in Microsoft interviews,
- Solutions to questions asked in AKAMAI interviews.
Author: Vineet Kumar Srivastava.
Contact: vineet.srivastav@rediffmail.com
文 件 列 表
DataStructures.sln
DataStructures.suo
LinkedList.ncb
Debug
DataStructures.exe
DataStructures.ilk
DataStructures.pdb
LinkedList.exe
LinkedList.ilk
LinkedList.pdb
AKAMAIQuestions.obj
ArraySearching.obj
ArraySorting.obj
BuildLog.htm
DataStructures.exe.embed.manifest
DataStructures.exe.embed.manifest.res
DataStructures.exe.intermediate.manifest
LinkedList.exe.embed.manifest
LinkedList.exe.embed.manifest.res
LinkedList.exe.intermediate.manifest
LinkedList.obj
MicrosoftAskedQuestions.obj
mt.dep
SortedLinkedList.obj
Stack.obj
Tree.obj
vc90.idb
vc90.pdb
LinkedList
AKAMAIQuestions.cpp
AKAMAIQuestions.h
ArraySearching.cpp
ArraySearching.h
ArraySorting.cpp
ArraySorting.h
LinkedList.cpp
LinkedList.h
LinkedList.vcproj
LinkedList.vcproj.VINEET-LAP.Vineet.user
MicrosoftAskedQuestions.cpp
MicrosoftAskedQuestions.h
SortedLinkedList.cpp
SortedLinkedList.h
Stack.cpp
Stack.h
Tree.cpp
Tree.h
Debug