Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bringfeel/exchange-method
School work of exchange method in c++
https://github.com/bringfeel/exchange-method
c-plus-plus code cpp easy exchange math multi number numbers simple tidy
Last synced: 26 days ago
JSON representation
School work of exchange method in c++
- Host: GitHub
- URL: https://github.com/bringfeel/exchange-method
- Owner: BringFeel
- License: gpl-3.0
- Created: 2022-05-05T23:37:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T00:33:51.000Z (almost 3 years ago)
- Last Synced: 2024-11-16T12:12:49.532Z (3 months ago)
- Topics: c-plus-plus, code, cpp, easy, exchange, math, multi, number, numbers, simple, tidy
- Language: C++
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EXCHANGE METHOD C++
[![Downloads](https://img.shields.io/github/downloads/BringFeel/exchange-method/total?style=for-the-badge)](https://github.com/BringFeel/exchange-method/releases/latest)
[![Stars](https://img.shields.io/github/stars/BringFeel/exchange-method?style=for-the-badge)](https://github.com/BringFeel/exchange-method/stargazers)
[![Release](https://img.shields.io/github/v/release/BringFeel/exchange-method?style=for-the-badge)](https://github.com/BringFeel/exchange-method/releases/latest)
[![Discord](https://img.shields.io/discord/952035654831845457?color=%237289DA&style=for-the-badge)](https://discord.bringfeel.com)
Test code on [Online c++ compiler](https://www.onlinegdb.com/online_c++_compiler)
## [exchange method 1](https://github.com/BringFeel/exchange-method/blob/main/exchange-method-1.cpp)
Enter: 111000\
Result: 101010\
![method1](https://github.com/BringFeel/exchange-method/blob/main/images/Example1.png)## [exchange method 2](https://github.com/BringFeel/exchange-method/blob/main/exchange-method-2.cpp)
Enter: 111000\
Result: 000111\
![method2](https://github.com/BringFeel/exchange-method/blob/main/images/Example2.png)## [exchange method 3](https://github.com/BringFeel/exchange-method/blob/main/exchange-method-3.cpp)
Enter: 623451\
Result: 123456\
![method3](https://github.com/BringFeel/exchange-method/blob/main/images/Example3.png)## [exchange method 4](https://github.com/BringFeel/exchange-method/blob/main/exchange-method-4.cpp)
Enter: 654321\
Result: 123456\
![method4](https://github.com/BringFeel/exchange-method/blob/main/images/Example4.png)