top of page
Image by Patrick Hendry

ARRAY

c.jpg

SUM OF N NUMBER

Calculate the sum of n number using array.

c.jpg

ANY BASE TO ANY BASE CONVERSION

Convert number any base to any base using array.

c.jpg

DECIMAL TO BINARY CONVERSION

Convert the decimal value to its equivalent binary value.

c.jpg

LINEAR SEARCH

Search an item from the array using linear search.

c.jpg

BINARY SEARCH

Search an item from the array using binary search.

c.jpg

BINARY SEARCH USING RECURSION

Search an item from the array using binary search using recursion.

c.jpg

STACK

PUSH and POP operation of stack.

c.jpg

QUEUE

Insertion and Deletion operation of Queue.

c.jpg

CIRCULAR QUEUE

​Insertion and Deletion operation of Circular Queue.

c.jpg

APPLICATION OF STACK

1. Infix to Postfix

2. Infix to Prefix 

3. Postfix Evaluation

4. Prefix Evaluation

Subscribe Form

Thanks for submitting!

  • Facebook
  • YouTube
  • Instagram
  • Twitter

©2020 by Abhisek Midya ( A18 )

bottom of page