-
- Notifications
You must be signed in to change notification settings - Fork 7.7k
fix: add cstdint header to all files using fixed width integers #2717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
realstealthninja merged 145 commits into TheAlgorithms:master from realstealthninja:cstdint Nov 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
145 commits Select commit Hold shift + click to select a range
9c138a5 fix: add <cstdint> to subset_sum.cpp
realstealthninja 6629fd2 fix: add <cstdint> to subarray_sum.cpp
realstealthninja 392aed2 fix: add <cstdint> to wildcard_matching.cpp
realstealthninja f71bd16 fix: add <cstdint> to count_bit_flips.cpp
realstealthninja 79104ec fix: add <cstdint> to count_of_set_bits.cpp
realstealthninja d550381 fix: add <cstdint> to trailing_ciphers.cpp
realstealthninja b66991f fix: add <cstdint> to hamming_distance.cpp
realstealthninja 13f09a6 doc: include doc for hamming_distance
realstealthninja 6b986a9 fix: add <cstdint> to next_higher_numebr_with_same_number_of_set_bits…
realstealthninja 9639d76 fix: add <cstdint> to power_of_2.cpp
realstealthninja 8517a66 fix: add <cstdint> to set_kth_bit.cpp
realstealthninja 49fbaf6 fix: add <cstdint> to bit_manipulation/set_kth_bit.cpp
realstealthninja 4b16caa fix: add <cstdint> to bit_manipulation/travelling_salesman_using_bit_…
realstealthninja 84c2957 fix: add <cstdint> to ciphers/base64_encoding.cpp
realstealthninja 89dfe60 fix: add <cstdint> to ciphers/hill_cipher.cpp
realstealthninja 1a0b5cf fix: add <cstdint> to ciphers/uint128_t.hpp
realstealthninja 4792c81 fix: add <cstdint> to data_structures/dsu_path_compression.cpp
realstealthninja 11d2437 fix: add <cstdint> to data_structures/dsu_path_compression.cpp
realstealthninja ef59b45 fix add <cstdint> to datastructures/list_array>cpp
realstealthninja b8e5592 fix add <cstdint> to datastructures/queue_using_array.cpp
realstealthninja 0d18442 fix: add <cstdint> to sparse_table.cpp
realstealthninja 82cb276 fix: add <cstdint> to stack_using_list_queue.cpp
realstealthninja 5421cfc fix: add <cstdint> to treap.cpp
realstealthninja b752f55 fix: add <cstdint> to graham_scan_functions.hpp
realstealthninja 549aad5 fix: add <cstdint> to graph/**
realstealthninja 2ec9d7f fix: add integral typdefs to hashing/**
realstealthninja afd4ccb fix: add <cstdint> to math/**
realstealthninja 8740df0 fix: add <cstdint> to numerical_methods/**
realstealthninja 6357548 fix: add <cstdint> to other/**
realstealthninja 52ff5e8 fix: add <cstdint> to search/**
realstealthninja 4707b72 fix: add <cstdint> to sorting/**
realstealthninja ba64b3c fix: add <cstdint> to string/**
realstealthninja 52b2afe doc: remove include statement from comment
realstealthninja 3aa689c Merge branch 'master' into cstdint
realstealthninja e6bafa6 Merge branch 'master' into cstdint
realstealthninja 56d17d9 Merge branch 'master' into cstdint
realstealthninja a147054 Merge branch 'master' into cstdint
realstealthninja d1b4566 Merge branch 'master' into cstdint
Panquesito7 fad74e8 fix: make tests static
realstealthninja f063687 fix: make tests static
realstealthninja 11c5fde Merge branch 'master' into cstdint
realstealthninja 55f3d1d Merge branch 'master' into cstdint
realstealthninja f0a30d7 chore: use iwyu on backtracking/**.cpp
realstealthninja 7edcb6e chore: use iwyu on bit_manip/**.cpp
realstealthninja 3d80295 chore: use iwyu on ciphers/**.cpp
realstealthninja 24e597f chore: use iwyu on cpu_scheduling_algorithms/**.cpp
realstealthninja a3b719e chore: use iwyu on data_structures/**.cpp
realstealthninja 16ee49e chore: use iwyu on divide_and_conquer/**.cpp
realstealthninja 740bd65 chore: use iwyu on geometry/**.cpp
realstealthninja dabd6d2 chore: use iwyu on graph/**.cpp
realstealthninja 0c6611a chore: use iwyu on hashing/**.cpp
realstealthninja c3897d3 chore: use iwyu on machine_learning/**.cpp
realstealthninja c47117c chore: use iwyu on math/**.cpp
realstealthninja eff2f44 chore: use iwyu on numerical_methods/**.cpp
realstealthninja 8a8fd42 chore: use iwyu on others/**.cpp
realstealthninja 5dd7f82 chore: use iwyu on probablity/**.cpp
realstealthninja 19d136a chore: use iwyu on search/**.cpp
realstealthninja a290ae7 chore: use iwyu on sorting/**.cpp
realstealthninja f212745 chore: use iwyu on strings/**.cpp
realstealthninja 00c5e91 Revert "chore: use iwyu on strings/**.cpp"
realstealthninja cb6eaed Revert "chore: use iwyu on sorting/**.cpp"
realstealthninja 8e99858 Revert "chore: use iwyu on search/**.cpp"
realstealthninja 958088f Revert "chore: use iwyu on probablity/**.cpp"
realstealthninja 1694bde Revert "chore: use iwyu on others/**.cpp"
realstealthninja 5b65101 Revert "chore: use iwyu on numerical_methods/**.cpp"
realstealthninja d9e6762 Revert "chore: use iwyu on math/**.cpp"
realstealthninja 3b86feb Revert "chore: use iwyu on machine_learning/**.cpp"
realstealthninja fe87144 Revert "chore: use iwyu on hashing/**.cpp"
realstealthninja 0ed3409 Revert "chore: use iwyu on graph/**.cpp"
realstealthninja 5300883 Revert "chore: use iwyu on geometry/**.cpp"
realstealthninja 380127e Revert "chore: use iwyu on divide_and_conquer/**.cpp"
realstealthninja 1901732 Revert "chore: use iwyu on data_structures/**.cpp"
realstealthninja d0af25f Revert "chore: use iwyu on cpu_scheduling_algorithms/**.cpp"
realstealthninja d8895b7 Revert "chore: use iwyu on ciphers/**.cpp"
realstealthninja 7920c50 Revert "chore: use iwyu on bit_manip/**.cpp"
realstealthninja bcae88d Revert "chore: use iwyu on backtracking/**.cpp"
realstealthninja 8d7f865 Merge branch 'master' into cstdint
realstealthninja f60bc8b Update search/binary_search.cpp
realstealthninja 523d02e Update backtracking/subarray_sum.cpp
realstealthninja 9c35a06 Update backtracking/subset_sum.cpp
realstealthninja 4e49a13 Update backtracking/wildcard_matching.cpp
realstealthninja 9a1c789 Update bit_manipulation/count_bits_flip.cpp
realstealthninja 8a7eec5 Update bit_manipulation/count_of_set_bits.cpp
realstealthninja 503f3ae Update bit_manipulation/count_of_trailing_ciphers_in_factorial_n.cpp
realstealthninja c6e8264 Update bit_manipulation/hamming_distance.cpp
realstealthninja b31776d Update bit_manipulation/next_higher_number_with_same_number_of_set_bi…
realstealthninja 20073f3 Update bit_manipulation/power_of_2.cpp
realstealthninja f509005 Update others/lru_cache.cpp
realstealthninja 12f0d52 Update bit_manipulation/set_kth_bit.cpp
realstealthninja 49f0be3 Update bit_manipulation/travelling_salesman_using_bit_manipulation.cpp
realstealthninja deaecb9 Update ciphers/base64_encoding.cpp
realstealthninja f94271c Update ciphers/hill_cipher.cpp
realstealthninja 054e37c Update ciphers/uint128_t.hpp
realstealthninja b34dbff Update cpu_scheduling_algorithms/fcfs_scheduling.cpp
realstealthninja b20f01c Update data_structures/dsu_path_compression.cpp
realstealthninja 465eb7b Update data_structures/dsu_union_rank.cpp
realstealthninja 04c9f15 Update data_structures/list_array.cpp
realstealthninja bbbd9ab Update data_structures/queue_using_array.cpp
realstealthninja 227e9d2 Update data_structures/sparse_table.cpp
realstealthninja 572bb35 Update data_structures/stack_using_queue.cpp
realstealthninja 5e53d92 Update data_structures/treap.cpp
realstealthninja 99839c3 Update geometry/graham_scan_functions.hpp
realstealthninja 21446ef Update graph/bidirectional_dijkstra.cpp
realstealthninja 7ccca60 Update graph/connected_components_with_dsu.cpp
realstealthninja d6ea502 Update graph/cycle_check_directed_graph.cpp
realstealthninja 016a2d8 Update graph/is_graph_bipartite2.cpp
realstealthninja 929af50 Update graph/travelling_salesman_problem.cpp
realstealthninja 5d6fa2b Update hashing/md5.cpp
realstealthninja ac91c01 Update hashing/sha1.cpp
realstealthninja 1abafa4 Update math/n_choose_r.cpp
realstealthninja 10373fe Update strings/z_function.cpp
realstealthninja ca6577d Update strings/manacher_algorithm.cpp
realstealthninja 6c2158e Update sorting/wiggle_sort.cpp
realstealthninja 4b6c5ff Update sorting/selection_sort_recursive.cpp
realstealthninja 15f8b88 Update sorting/selection_sort_iterative.cpp
realstealthninja 70393b7 Update sorting/recursive_bubble_sort.cpp
realstealthninja f526abe Update sorting/radix_sort2.cpp
realstealthninja 929f1ee Update sorting/dnf_sort.cpp
realstealthninja 768534b Update sorting/cycle_sort.cpp
realstealthninja 01e2635 Update search/sublist_search.cpp
realstealthninja c1949c1 Update search/saddleback_search.cpp
realstealthninja eb9043c Update search/interpolation_search.cpp
realstealthninja e01b493 Update search/floyd_cycle_detection_algo.cpp
realstealthninja f042a15 Update search/exponential_search.cpp
realstealthninja 10e2edb Update search/exponential_search.cpp
realstealthninja cd84f82 Merge branch 'master' into cstdint
realstealthninja 229bb39 Update math/n_bonacci.cpp
realstealthninja 35b6bfc Update math/aliquot_sum.cpp
realstealthninja 78cb6ea Update math/check_factorial.cpp
realstealthninja cb98ef5 Update math/double_factorial.cpp
realstealthninja cb6ac14 Update math/eulers_totient_function.cpp
realstealthninja 16d4ed9 Update math/factorial.cpp
realstealthninja af35499 Update math/fibonacci.cpp
realstealthninja 0ddbef6 Update math/fibonacci_matrix_exponentiation.cpp
realstealthninja 57722cc Update math/fibonacci_sum.cpp
realstealthninja a7c8741 Update math/finding_number_of_digits_in_a_number.cpp
realstealthninja db9ebd9 chore: remove "/// for integral typedefs"
realstealthninja 2d7f443 chore: remove for integral typedefs from modular division
realstealthninja 2f03640 Merge branch 'master' into cstdint
realstealthninja 39cd383 fix: remove comment from include
realstealthninja accd220 Merge branch 'TheAlgorithms:master' into cstdint
realstealthninja 030431f fix: add cstdint to gale shapely
realstealthninja d40099a Merge branch 'master' into cstdint
realstealthninja 4e4d931 Merge branch 'master' into cstdint
realstealthninja 89001cc Merge branch 'master' into cstdint
realstealthninja File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "chore: use iwyu on ciphers/**.cpp"
This reverts commit 3d80295.
- Loading branch information
commit d8895b70b2d0cc57e69018785ea088613c41797c
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.