File tree
329 files changed
+100514
-5260
lines changed- code
- artificial_intelligence/src
- DBSCAN_Clustering
- ISODATA_Clustering
- Linear_Regression
- Logistic_Regression
- artificial_neural_network
- autoenncoder
- convolutional_neural_network
- decision_tree
- factorization_machines
- gaussian_naive_bayes
- hierachical-clustering
- k_Nearest_Neighbours
- naive_bayes
- neural_network
- perceptron
- principal_component_analysis
- support_vector_machine
- backtracking/src
- knight_tour
- m_coloring_problem
- n_queen
- permutations_of_string
- powerset
- subset_sum
- sudoku_solve
- bit_manipulation/src
- addition_using_bits
- bit_division
- convert_number_binary
- count_set_bits
- flip_bits
- hamming_distance
- invert_bit
- lonely_integer
- magic_number
- power_of_2
- sum_equals_xor
- thrice_unique_number
- xor_swap
- cellular_automaton/src
- conways_game_of_life
- langtons_ant
- compression/src/lossless_compression/lempel-ziv-welch
- computational_geometry/src
- 2d_line_intersection
- area_of_polygon
- area_of_triangle
- bresenham_line
- jarvis_march
- cryptography/src
- aes_128
- affine_cipher
- atbash_cipher
- autokey_cipher
- baconian_cipher
- caesar_cipher
- morse_cipher
- polybius_cipher
- porta_cipher
- rail_fence_cipher
- rot13_cipher
- rsa
- runningkey_cipher
- sha/sha_256
- vigenere_cipher
- data_structures/src
- bag
- hashs/hash_table
- linked_list
- list
- circular_linked_list
- operations
- singly_linked_list
- operations
- detect_cycle
- find
- insertion
- print_reverse
- queue
- circular_buffer
- double_ended_queue
- queue_using_linked_list
- queue_using_stack
- reverse_queue
- stack
- balanced_expression
- infix_to_postfix
- postfix_evaluation
- prefix_to_postfix
- reverse_stack
- sort_stack
- stack
- tree
- b_tree/b_tree
- binary_tree
- binary_tree
- diameter
- make_mirror_tree
- maximum_height
- minimum_height
- traversal/preorder/right_view
- rope
- heap
- max_heap
- min_heap
- priority_queue
- multiway_tree
- fenwick_tree
- union_find
- space_partitioning_tree/segment_tree
- tree/trie
- design_pattern
- src
- OOP_patterns/observer_pattern
- iterator_pattern
- test
- divide_conquer/src
- factorial
- inversion_count
- quick_sort
- dynamic_programming/src
- Array_Median
- Optimal_Binary_Search_Tree
- binomial_coefficient
- boolean_parenthesization
- coin_change
- edit_distance
- egg_dropping_puzzle
- factorial
- knapsack
- largest_sum_contiguous_subarray
- longest_bitonic_sequence
- longest_common_subsequence
- longest_increasing_subsequence
- longest_palindromic_sequence
- matrix_chain_multiplication
- min_cost_path
- no_consec_ones
- rod_cutting
- subset_sum
- tiling_problem
- filters/src
- gaussian_filter
- median_filter
- game_theory/src
- game_of_nim_next_best_move
- game_of_nim_win_loss_prediction
- grundy_numbers_kayle
- graph_algorithms/src
- bellman_ford_algorithm
- breadth_first_search
- cycle_directed_graph
- cycle_undirected_graph
- depth_first_search
- dijkstra_shortest_path
- eulerian_path
- floyd_warshall_algorithm
- ford_fulkerson_maximum_flow
- graph_coloring
- johnson_algorithm_shortest_path
- kruskal_minimum_spanning_tree
- kuhn_munkres_algorithm
- left_view_binary_tree
- maximum_bipartite_matching
- prim_minimum_spanning_tree
- strongly_connected_components
- topological_sort
- transitive_closure_graph
- travelling_salesman_mst
- greedy_algorithms/src
- activity_selection
- dijkstra_shortest_path
- egyptian_fraction
- fractional_knapsack
- huffman_coding
- job_sequencing
- k_centers
- kruskal_minimum_spanning_tree
- prim_minimum_spanning_tree
- mathematical-algorithms/factorial
- mathematical_algorithms/src
- amicable_numbers
- armstrong_numbers
- automorphic_numbers
- average_stream_numbers
- babylonian_method
- binomial_coefficient
- catalan_number
- check_is_square
- collatz_conjecture_sequence
- coprime_numbers
- count_digits
- count_trailing_zeroes
- euler_totient
- exponentiation_power/exponentiation_by_squaring
- factorial
- fermats_little_theorem
- fibonacci_number
- gcd_and_lcm
- greatest_digit_in_number
- integer_conversion
- integer_to_roman
- lexicographic_string_rank
- log_of_factorial
- magic_square
- modular_inverse
- newman_conway
- next_larger_number
- perfect_number
- poisson_sample
- primality_tests
- fermat_primality_test
- miller_rabin_primality_test
- prime_factors
- prime_numbers_of_n
- replace_0_with_5
- reverse_factorial
- reverse_number
- shuffle_array
- sieve_of_atkin
- sieve_of_eratosthenes
- simpsons_rule
- smallest_digit_in_number
- sum_of_digits
- taxicab_numbers
- tower_of_hanoi
- tribonacci_numbers
- networking/src
- PacketSniffer
- validate_IP
- numerical_analysis
- integral/src
- monte_carlo/src
- runge_kutt/src
- online_challenges/src/project_euler
- problem_001
- problem_002
- problem_003
- problem_004
- problem_005
- problem_006
- problem_007
- problem_008
- problem_009
- problem_010
- problem_012
- problem_013
- problem_014
- problem_016
- problem_018
- problem_020
- problem_021
- problem_022
- problem_024
- problem_025
- problem_028
- problem_036
- problem_040
- problem_067
- operating_system/src/scheduling/first_come_first_serve
- randomized_algorithms/src
- birthday_paradox
- shuffle_an_array
- search
- src
- binary_search
- exponential_search
- fibonacci_search
- jump_search
- linear_search
- test
- selection_algorithms/src/median-of-medians
- sorting
- src
- bead_sort
- bubble_sort
- bucket_sort
- circle_sort
- comb_sort
- cycle_sort
- gnome_sort
- heap_sort
- insertion_sort
- median_sort
- merge_sort
- quick_sort
- selection_sort
- shell_sort
- tree_sort
- test
- string_algorithms/src
- anagram_search
- kmp_algorithm
- lipogram_checker
- manachar_algorithm
- palindrome_checker
- pangram_checker
- password_strength_checker
- rabin_karp_algorithm
- remove_dups
- z_algorithm
- theory_of_computation/src
- deterministic_finite_automaton
- nondeterministic_finite_atomaton
- unclassified/src
- biggest_of_n_numbers
- jaccard_similarity
- josephus_problem
- leap_year
- magic_square
- spiral_print
- split_list
- utility/src/palindrome/palindrome_check
- guides/coding_style/python
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
329 files changed
+100514
-5260
lines changedDiff for: .travis.yml
+8-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
57 | 65 |
| |
58 | 66 |
| |
59 |
| - | |
|
+27-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 | 9 |
| |
12 |
| - | |
13 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 |
| |
15 | 18 |
| |
16 | 19 |
| |
17 | 20 |
| |
18 | 21 |
| |
19 |
| - | |
| 22 | + | |
20 | 23 |
| |
21 | 24 |
| |
22 | 25 |
| |
| 26 | + | |
23 | 27 |
| |
24 | 28 |
| |
25 | 29 |
| |
| |||
36 | 40 |
| |
37 | 41 |
| |
38 | 42 |
| |
39 |
| - | |
40 |
| - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
41 | 47 |
| |
42 | 48 |
| |
43 | 49 |
| |
44 | 50 |
| |
45 | 51 |
| |
46 | 52 |
| |
| 53 | + | |
47 | 54 |
| |
48 | 55 |
| |
49 | 56 |
| |
| |||
65 | 72 |
| |
66 | 73 |
| |
67 | 74 |
| |
68 |
| - | |
| 75 | + | |
69 | 76 |
| |
70 |
| - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
71 | 80 |
| |
72 | 81 |
| |
73 | 82 |
| |
| 83 | + | |
74 | 84 |
| |
75 | 85 |
| |
76 | 86 |
| |
77 | 87 |
| |
78 | 88 |
| |
79 | 89 |
| |
| 90 | + | |
80 | 91 |
| |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
85 | 99 |
| |
86 | 100 |
|
+23-15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 |
| |
16 | 18 |
| |
17 | 19 |
| |
| |||
33 | 35 |
| |
34 | 36 |
| |
35 | 37 |
| |
36 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 |
| |
38 | 42 |
| |
39 | 43 |
| |
| |||
66 | 70 |
| |
67 | 71 |
| |
68 | 72 |
| |
69 |
| - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
70 | 78 |
| |
71 | 79 |
| |
72 | 80 |
| |
| |||
210 | 218 |
| |
211 | 219 |
| |
212 | 220 |
| |
213 |
| - | |
214 |
| - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
215 | 227 |
| |
216 | 228 |
| |
217 | 229 |
| |
| |||
221 | 233 |
| |
222 | 234 |
| |
223 | 235 |
| |
224 |
| - | |
| 236 | + | |
225 | 237 |
| |
226 | 238 |
| |
227 | 239 |
| |
228 | 240 |
| |
229 | 241 |
| |
230 | 242 |
| |
231 |
| - | |
| 243 | + | |
232 | 244 |
| |
233 | 245 |
| |
234 | 246 |
| |
| |||
245 | 257 |
| |
246 | 258 |
| |
247 | 259 |
| |
248 |
| - | |
| 260 | + | |
249 | 261 |
| |
250 | 262 |
| |
251 | 263 |
| |
| |||
261 | 273 |
| |
262 | 274 |
| |
263 | 275 |
| |
264 |
| - | |
| 276 | + | |
265 | 277 |
| |
266 | 278 |
| |
267 | 279 |
| |
| |||
276 | 288 |
| |
277 | 289 |
| |
278 | 290 |
| |
279 |
| - | |
| 291 | + | |
280 | 292 |
| |
281 | 293 |
| |
282 | 294 |
| |
| |||
291 | 303 |
| |
292 | 304 |
| |
293 | 305 |
| |
294 |
| - | |
| 306 | + | |
295 | 307 |
| |
296 | 308 |
| |
297 | 309 |
| |
298 | 310 |
| |
299 | 311 |
| |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
| 36 | + | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 |
| - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 |
| |
53 | 57 |
| |
54 | 58 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
22 | 20 |
| |
23 | 21 |
| |
24 | 22 |
| |
| |||
44 | 42 |
| |
45 | 43 |
| |
46 | 44 |
| |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 45 | + | |
| 46 | + | |
51 | 47 |
| |
52 | 48 |
| |
53 |
| - | |
54 |
| - | |
| 49 | + | |
55 | 50 |
| |
56 | 51 |
| |
57 | 52 |
| |
58 | 53 |
| |
59 | 54 |
| |
60 | 55 |
| |
61 |
| - | |
| 56 | + | |
| 57 | + | |
62 | 58 |
| |
63 | 59 |
| |
64 | 60 |
| |
| |||
69 | 65 |
| |
70 | 66 |
| |
71 | 67 |
| |
72 |
| - | |
| 68 | + | |
| 69 | + | |
73 | 70 |
| |
74 | 71 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + |
0 commit comments