https://github.com/ardwiinoo/string_match_bruteforce
Implementasi algoritma brute force pada studi kasus pencarian string judul jurnal
https://github.com/ardwiinoo/string_match_bruteforce
brute-force-algorithm cpp responsi-sa string-matching
Last synced: 5 days ago
JSON representation
Implementasi algoritma brute force pada studi kasus pencarian string judul jurnal
- Host: GitHub
- URL: https://github.com/ardwiinoo/string_match_bruteforce
- Owner: ardwiinoo
- License: mit
- Created: 2022-07-15T23:30:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T04:07:10.000Z (about 4 years ago)
- Last Synced: 2025-10-20T05:56:37.769Z (9 months ago)
- Topics: brute-force-algorithm, cpp, responsi-sa, string-matching
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# String_Match_BruteForce
Program pencocokan string dengan kasus pencarian judul jurnal menggunakan algoritma brute force pada pemrograman c++.
\
Referensi: https://en.cppreference.com/w/cpp/string/basic_string/find

## Features
- Mencocokkan substring tunggal => "Algoritma"
- Mencocokkan substring jamak => "Data Mining"
## Screenshots


## Run Locally
Clone the project
```bash
https://github.com/ardwiinoo/String_Match_BruteForce.git
```
Go to the project directory
```bash
cd String_Match_BruteForce
```
Run project
```bash
g++ -o main main.cpp
```
## Authors
- [@ardwiinoo](https://www.github.com/ardwiinoo)