Skip to content
  • Home
  • Contact Us
  • About Us
  • Privacy Policy
  • DMCA
  • Linkedin
  • Pinterest
  • Facebook
thecscience

TheCScience

TheCScience is a blog that publishes daily tutorials and guides on engineering subjects and everything that related to computer science and technology

  • Home
  • Human values
  • Microprocessor
  • Digital communication
  • Networking
  • Toggle search form

Codechef Fill the Bucket problem solution

In this Fill the Bucket problem we have a Bucket having a capacity of K liters. It is already filled with X liters of water. we need to find the maximum amount of extra water in liters that can fill in the bucket without overflowing the bucket.   Problem solution in C programming. #include <stdio.h>…

Read More “Codechef Fill the Bucket problem solution” »

codechef solutions

Student Marksheet Program in C Programming

In this tutorial, we are going to make a simple student marksheet or mark list program in C programming language. using this program a student can enter their Name, Roll Number, University Name, Father’s Name, and marks of their university exam. After that based on the marks, the program can print the mark sheet of…

Read More “Student Marksheet Program in C Programming” »

c

Introduction to MicroProcessor

Microprocessors have been one of the most used methods of incorporating intelligence into automated devices. Their general-purpose nature, speed, and size have made them one of the most common components in Computer Science Engineering. It is, therefore, necessary to develop a good understanding of their operation and how they can be used as building blocks…

Read More “Introduction to MicroProcessor” »

engineering subjects

Microprocessor Types | RISC | CISC |

In this post, we are going to see the types of Microprocessors and their architecture and characteristics. RISC Processor RISC stands for Reduced Instruction Set Computer. It is designed to reduce the execution time by simplifying the instruction set of the computer. Using RISC processors, each instruction requires only one clock cycle to execute results…

Read More “Microprocessor Types | RISC | CISC |” »

engineering subjects

HackerEarth Explorer’s Birthday problem solution

HackerEarth Explorer’s Birthday problem solution. import yeash pal Second solution import yeash pal

coding problems

HackerEarth Little Jhool and his punishment problem solution

In this HackerEarth Little Jhool and his punishment problem solution Little Jhool was was the most intelligent kid of his school. But he did NOT like his class teacher, his school, and the way he was taught things in school. Well, he was a rebel, to say the least. Like most of us, he hated…

Read More “HackerEarth Little Jhool and his punishment problem solution” »

hackerearth solutions

HackerEarth Approximate Paper Planes problem solution

In this HackerEarth <Approximate> Paper Planes problem solution Two paper planes are thrown upwards simultaneously. You are provided with the following data: The flight time of both planes is denoted by t (seconds). The initial coordinates of the first plane are denoted by (bx, by, bz). The initial velocity of the first plane is denoted…

Read More “HackerEarth Approximate Paper Planes problem solution” »

coding problems

HackerEarth Kriti and her Birthday Gift problem solution

In this HackerEarth Kriti and her Birthday Gift problem solution Today is Kriti’s birthday but I forgot to bring a gift for her. She is very angry with me. I have an idea for a gift. She likes coding very much. Why not give her a problem to solve as her gift? I know a…

Read More “HackerEarth Kriti and her Birthday Gift problem solution” »

coding problems

HackerEarth F. Sub-array Problem solution

In this HackerEarth F. Sub-array problem solution, we have given an Array A of N integers. You have to find a number of subarrays having Primicity less than or equal to K. The Primicity of sub-array is defined the number of primes in that subarray. HackerEarth F. Sub-array Problem solution. import yeash pal Second solution import…

Read More “HackerEarth F. Sub-array Problem solution” »

coding problems

HackerEarth Matrix sum problem solution

In this HackerEarth Matrix, problem-solution Assume that you are given an N * N matrix A and an integer K. You are required to find the top left and bottom right co-ordinates of the smallest square sub-matrix of A such that the sum of all the elements in the square sub-matrix is >= K A…

Read More “HackerEarth Matrix sum problem solution” »

coding problems

HackerEarth Permutation and Inversions problem solution

In this HackerEarth Permutation and Inversion problem solution, You are given an array of integers A, you need to find the maximum sum that can be obtained by picking some non-empty subset of the array. If there are many such non-empty subsets, choose the one with the maximum number of elements. Print the maximum sum and…

Read More “HackerEarth Permutation and Inversions problem solution” »

coding problems

HackerEarth Fruits in a state problem solution

In this HackerEarth Fruits in a state problem solution, There are n states in a country. The states are connected to each other by undirected borders and there are total n – 1 borders between different pairs of states. These borders form a tree. The strength of a border i is ten[i]. Each state grows some fruits….

Read More “HackerEarth Fruits in a state problem solution” »

coding problems

Posts navigation

Previous 1 … 138 139 140 … 145 Next

Copyright © 2023 TheCScience.

Powered by PressBook Grid Blogs theme