Beecrowd 1042 Simple Sort Solution in C,Cpp

beecrowd 1042

Beecrowd 1042 Simple Sort Solution Question Solution in C #include<stdio.h> int main() { int a,b,c,temp,x,y,z; scanf(“%d%d%d”,&a,&b,&c); x=a; y=b; z=c; if(a>b){ temp=a; a=b; b=temp; } if(a>c){ temp=a; a=c; c=temp; } if(b>c){ temp=b; b=c; c=temp; } printf(“%d\n%d\n%d\n\n”,a,b,c); printf(“%d\n%d\n%d\n”,x,y,z); return 0; } Next problem solution: Beecrowd -1043 Triangle Solution in C & C++

Beecrowd 1041 Coordinates of a Point Solution in C , C++, Python || Beecrowd 1041 Solution

Beecrowd 1041 Solution

Beecrowd 1041 Solution – Coordinates of a Point Question Solution in C #include<stdio.h> int main() { double x,y; scanf(“%lf%lf”,&x,&y); if(x==0 && y==0){ printf(“Origem\n”); } else if(x==0){ printf(“Eixo Y\n”); } else if(y==0){ printf(“Eixo X\n”); } else if(x>0&&y>0){ printf(“Q1\n”); } else if(x<0&&y>0){ printf(“Q2\n”); } else if(x<0&&y<0){ printf(“Q3\n”); } else if(x>0&&y<0){ printf(“Q4\n”); } return 0; } Beecrowd 1041 … Read more

Beautiful Matrix Codeforces Solution

Beautiful Matrix Codeforces Solution || Beautiful Matrix Codeforces Solution in c Question Beautiful Matrix Codeforces Solution Problem Specification The goal of Codeforces Problem 263A is to determine the fewest moves required to convert a given 5×5 matrix into a “beautiful” matrix. A “beautiful” matrix is one in which the number 1 is in the center … Read more

Bit++ codeforces solution in c

bit++ codeforces solution in c

Bit++ Codeforces solution in c Question Introduction C programming is the foundation of modern software development. Whether you want to be a programmer or just want to expand your problem-solving skills, learning C will definitely empower you. Our step-by-step guide will take the mystery out of the process of creating a calculator, making it a … Read more

Linear Search Algorithms in cpp

Linear Search Algorithms in cpp Linear Search Algorithms in C++: A Comprehensive Guide As technology evolves, programming languages continue to grow, and new algorithms are developed to improve search efficiency. Linear search algorithms in C++ are an essential tool for every programmer looking to improve their coding skills. Linear search algorithms, also known as sequential … Read more

Bubt Assignment Cover Page 

Bubt Assignment Cover Page 

Create a Perfect BUBT Assignment Cover Page Introduction Lesson A well-organized cover page is usually the first impression that the readers will have towards your assigned work. An influential opinion will thus always affect how the work is received and graded by the instructors. At the Bangladesh University of Business and Technology (BUBT), there is … Read more

Domino Piling solution in C | Codeforces 50A. Domino piling solution

domino piling solution in c

Domino Piling Solution in C | Codeforces 50A. Domino piling solution Question A. Domino piling You are given a rectangular board of M × N squares. Also you are given an unlimited number of standard domino pieces of 2 × 1 squares. You are allowed to rotate the pieces. You are asked to place as many dominoes as possible on the board so … Read more

Codeforces next round solution in C,Python || Codeforces 158A. Next Round Solution

codeforces next round solution in c

Codeforces next round solution in C,Python QUESTION 158A. Next Round Solution solution in C #include<stdio.h> int main() { int n,i,k,count=0; int a[100]; scanf(“%d%d”,&n,&k); for(i=0;i<n;i++){ scanf(“%d”,&a[i]);} k=k-1; for(i=0;i<n;i++){ if(a[i]>=a[k]&&a[i]>0){ count++; } } printf(“%d\n”,count); return 0; } 158A. Next Round Solution in Python n,k = map(int,raw_input().split()) L = map(int,raw_input().split()) temp = L[k-1] count=0 for i in range(0,len(L)): … Read more

1A.Theatre square Codeforces Solution in C, CPP, Python

Theatre square Codeforces Solution

Theatre square Codeforces solution || Codeforces theatre square solution Theatre square Solution in C, CPP, Python Question Cover a square with tiles — Codeforces Problem “Theatre Square” We are given a square of size n x m the square has side large cells, and we can place only square tiles on it also each tile … Read more

BUBT Lab Report Cover Page Pdf

BUBT Lab Report Cover Page

BUBT Lab Report Cover Page Pdf

Lab Report Cover Page BUBT

Engineering in Computer Science and Engineering degree at BUBT is 163 credits consisting of 120 theory credits and 37 lab credits and a capstone project of 6 credits. The assignment of credits to a theoretical course follows a different rule from that of a sessional course.CSE Subject list.

Bubt Assignment Cover Page 

CSE Subject || CSE subject list in Bangladesh