Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 612 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 612 Bytes

Author: Noel Toy
Date of Creation: 04/08/2108
Contact: noeltoy21@gmail.com

  1. Program to find next consecutive number such that there is no consecutive ones in it binary representation?
  2. Program to shift array elements by a shift factor?(Asked in Cerner Technical Interview)
  3. Program to implememt Binary Tree and different Tree Traversal?
  4. Program to implememt Binary Search Tree and Traversal?
  5. Program to implememt DFS
  6. Program to implememt BFS
  7. Program to check whether a number is fascinating number or not?
  8. Program to check whether a number is disarium number or not?