Open In App

Cisco Topics for Interview Preparation

Last Updated : 26 Jun, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Easy Level

  1. Bubble Sort
  2. Count set bits in an integer
  3. Find the Missing Number
  4. How to check if a given array represents a Binary Heap?
  5. Level Order Tree Traversal
  6. Write a program to print all permutations of a given string
  7. Insertion Sort
  8. Reverse words in a given string
  9. Sorted Array to Balanced BST
  10. Write a function to reverse a linked list

Medium Level


  1. Greedy Algorithms | Set 5 (Prim’s Minimum Spanning Tree (MST))
  2. Greedy Algorithms | Set 7 (Dijkstra's shortest path algorithm)
  3. K'th largest element in a stream

Article Tags :
Practice Tags :

Similar Reads