Codevita Solutions in C

Codevita solutions are here by yearwise

▼
Thursday, October 7, 2021

Forest Fire problem

›
  source:  https://prepinsta.com/tcs-codevita/java-program-for-forest-fire-problem/ Problem Statement: Roco is an island near Africa which i...
Wednesday, September 29, 2021

Maneuvering a Cave Problem

›
Problem Description   The task is to count all the possible paths from top left to bottom right of a m x n matrix with the constraints that ...
Wednesday, July 25, 2018

MockVita 3 (2018)

›
Base 6 Problem Description Given a sequence of distinct numbers a1, a2, ….. an, an inversion occurs if there are indices i<j such...

CODEVITA ROUND 2 (2013)

›
Isotope Fusion? #include<stdio.h> int main() {     int a[20],n,i,j,k,t,min=200,f=0;     long int e=0;     scanf("%d...
Tuesday, July 24, 2018

Code vita Round 2(2014)

›
Cyclic Palindrome?  #include<stdio.h> #include<string.h> #include<stdlib.h> int main() {     char s[100],d[100],b[100]...
1 comment:

Codevita Round 1 (2013)

›
SEQUENCE? #include<stdio.h> int main() {     int a[100],i,j,k,max=0,n,maxi,f=0;     scanf("%d",&n);     for(i=0...
Monday, July 23, 2018

CodeVita Round 1 (2014)

›
Super Ascii String checker?  #include<stdio.h> #include<string.h> int main() {     char str[100],ch,CH;     int i,c[30]...
Friday, July 20, 2018

Codevita Round 2 (2016)

›
The vita sum?      #include <stdio.h>     #include <conio.h>     int main() {         int n , r, ncr( int , int);         in...
1 comment:
›
Home
View web version

Contributors

  • Gopal Sahu
  • Unknown
Powered by Blogger.