Share lower bound c++

sadtiger103

New member
## Giới hạn dưới trong C ++

** Giới hạn dưới là gì? **

Giới hạn dưới của một tập hợp là phần tử nhỏ nhất trong tập hợp.Trong C ++, bạn có thể tìm thấy giới hạn dưới của một tập hợp bằng hàm `lower_bound ()`.Hàm `lower_bound ()` có hai đối số: đối số thứ nhất là tập hợp và đối số thứ hai là giá trị bạn đang tìm kiếm.Hàm `lower_bound ()` trả về một trình lặp lại cho phần tử đầu tiên trong tập hợp lớn hơn hoặc bằng giá trị bạn đang tìm kiếm.

** Cách sử dụng hàm Lower_bound ()? **

Mã sau đây cho thấy cách sử dụng hàm `lowd_bound ()` để tìm giới hạn dưới của một tập hợp:

`` `C ++
#include <Istream>
#include <Vector>

sử dụng không gian tên STD;

int main () {
// Tạo một vectơ số nguyên.
Vector <Int> V = {1, 3, 5, 7, 9};

// Tìm giới hạn dưới của 5 trong vectơ.
Auto it = Lower_bound (v.begin (), v.end (), 5);

// In giới hạn dưới.
cout << *nó << endl;

trả lại 0;
}
`` `

Mã này sẽ in đầu ra sau:

`` `
5
`` `

** Hashtags: **

* #C ++
* #cấu trúc dữ liệu
* #algorithms
* #chặn dưới
* #Giới hạn trên
=======================================
## Lower Bound in C++

**What is the lower bound?**

The lower bound of a set is the smallest element in the set. In C++, you can find the lower bound of a set using the `lower_bound()` function. The `lower_bound()` function takes two arguments: the first argument is the set, and the second argument is the value you are looking for. The `lower_bound()` function returns an iterator to the first element in the set that is greater than or equal to the value you are looking for.

**How to use the lower_bound() function?**

The following code shows how to use the `lower_bound()` function to find the lower bound of a set:

```c++
#include <iostream>
#include <vector>

using namespace std;

int main() {
// Create a vector of integers.
vector<int> v = {1, 3, 5, 7, 9};

// Find the lower bound of 5 in the vector.
auto it = lower_bound(v.begin(), v.end(), 5);

// Print the lower bound.
cout << *it << endl;

return 0;
}
```

This code will print the following output:

```
5
```

**Hashtags:**

* #C++
* #data structures
* #algorithms
* #Lower bound
* #upper bound
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top