Explanation:
For IAS..we need a high amptual amount of knowledge..
For IPS..we need master degree and physical fitness too..
For An Advocate..we need Master degree and social Skills..
so..the education and qualifications depends on the various jobs..
HOPE THE ANSWER IS USEFUL
You view a portion of a document on the screen through a C. Document window
- Mabel <3
Answer:
Stack.
Explanation:
Topological sort requires a bit of addition to DFS algorithm.So DFS can be done by two ways that are either you can use recursion or you can use Stack data structure to implement DFS.
Since recursion uses stack memory when it makes recursive calls and if you want to do it iteratively you can stack data structure.