https://github.com/bonniesimon/diff
Implementing a diff algorithm
https://github.com/bonniesimon/diff
Last synced: 3 days ago
JSON representation
Implementing a diff algorithm
- Host: GitHub
- URL: https://github.com/bonniesimon/diff
- Owner: bonniesimon
- Created: 2023-11-27T20:01:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T20:07:12.000Z (over 1 year ago)
- Last Synced: 2024-04-14T23:17:52.855Z (about 1 year ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Development
Running the code
```c++
g++ -std=c++17 -Wall -Wextra -pedantic main.cpp lcs.cpp
```