Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3f0409d

Browse files
authored
style: remove unused array includes (TheAlgorithms#2947)
1 parent f1eddf4 commit 3f0409d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

‎ciphers/base64_encoding.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* digits.
1212
* @author [Ashish Daulatabad](https://github.com/AshishYUO)
1313
*/
14-
#include <array> /// for `std::array`
1514
#include <cassert> /// for `assert` operations
1615
#include <cstdint>
1716
#include <iostream> /// for IO operations

‎sorting/recursive_bubble_sort.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
*/
5959

6060
#include <algorithm> /// for std::is_sorted
61-
#include <array> /// for std::array
6261
#include <cassert> /// for assert
6362
#include <cstdint>
6463
#include <iostream> /// for IO operations

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /