[problem solving report] 100 cases of introduction to C language (case 4)
Zero, write in front
This series is not updated frequently. It's interesting to see today's topic. Let's have a look. The main knowledge points are
[question 04] given a and b, ask whether a can be divided by b. The Application of if statement and conditional operatorhttps://blog.csdn.ne ...
Posted by Mew151 on Fri, 05 Nov 2021 11:24:26 -0700
hw2021 Written Test Scene 3 Question 1
hw2021 Written Test Scene 3 Question 1
_At first he was dead and alive, but he was always 0. Then he added a code, after 80%, he was going to cry...
Title Description
_There is a horizontal line with some stations and sterilizing equipment on the horizontal line. The working range of the sterilizing equipment is a circle and the working ...
Posted by Noctagon on Wed, 15 Sep 2021 10:09:58 -0700
2021.09.11 CF1547G How Many Paths & Luogu P5546
CF1547G
How
Many
Paths
\c ...
Posted by bradleybebad on Sat, 11 Sep 2021 17:46:05 -0700
C++ Data Structure and Algorithmic Analysis--Binary Search
Binary Search
introduce
Binary search, also known as half search, logarithmic search.Is an algorithm used to find a number in an ordered array.
Example
Title Description
Given an ordered ascending integer array of n elements, nums, and a target value, write a function to search for the target in nums, and return -1 if the target value has ...
Posted by cmason22 on Sun, 05 Sep 2021 09:18:10 -0700