Full Code of OpenGenus/cosmos for AI

master 47fc66f8ab79 cached
4077 files
302.9 MB
4.4M tokens
228 symbols
1 requests
Copy disabled (too large) Download .txt
Showing preview only (17,665K chars total). Download the full file to get everything.
Repository: OpenGenus/cosmos
Branch: master
Commit: 47fc66f8ab79
Files: 4077
Total size: 302.9 MB

Directory structure:
gitextract_vzijow3k/

├── .gitattributes
├── .github/
│   ├── CODE_OF_CONDUCT.md
│   ├── CONTRIBUTING.md
│   ├── CONTRIBUTORS.md
│   ├── ISSUE_TEMPLATE.md
│   └── PULL_REQUEST_TEMPLATE.md
├── .gitignore
├── .gitmodules
├── .travis.yml
├── LICENSE
├── README.md
├── code/
│   ├── algorithm_applications/
│   │   └── src/
│   │       ├── Cichelli's Perfect Hashing Alogorithm/
│   │       │   ├── Hashing.java
│   │       │   ├── Key.java
│   │       │   └── files/
│   │       │       ├── kywrdsOdd.txt
│   │       │       └── tstOdd.txt
│   │       ├── Strassens algorithm/
│   │       │   └── strassens algorithm.cpp
│   │       ├── binary_search/
│   │       │   ├── ceil_of_element/
│   │       │   │   └── ceil_of_element_in_sorted_array.cpp
│   │       │   ├── distributing_candies/
│   │       │   │   └── CandyDistribution.java
│   │       │   ├── first_and_last_position_in_sorted_array/
│   │       │   │   └── firstAndLastPosInSortedArray.cpp
│   │       │   └── floor_of_element/
│   │       │       └── floor_of_element_in_sorted_array.cpp
│   │       ├── bubble_sort/
│   │       │   └── bubble_sort_implementation.cpp
│   │       └── merge_arrays/
│   │           └── merge_two_arrays.c
│   ├── artificial_intelligence/
│   │   ├── src/
│   │   │   ├── Inception_Pre-trained_Model/
│   │   │   │   ├── Inception_model.md
│   │   │   │   └── README.md
│   │   │   ├── VGG-11/
│   │   │   │   ├── README.md
│   │   │   │   └── vgg11.md
│   │   │   ├── Vaccum_Cleaner/
│   │   │   │   ├── VC.md
│   │   │   │   └── Vaccum_cleaner (1).ipynb
│   │   │   ├── a_star/
│   │   │   │   └── a_star.py
│   │   │   ├── artificial_neural_network/
│   │   │   │   ├── ann.py
│   │   │   │   └── dataset.csv
│   │   │   ├── autoenncoder/
│   │   │   │   ├── Convolutional_Autoencoder.ipynb
│   │   │   │   └── autoencoder.ipynb
│   │   │   ├── bayesian_belief_network/
│   │   │   │   └── Bayesian-Belief-Network.ipynb
│   │   │   ├── bernoulli_naive_bayes/
│   │   │   │   ├── README.md
│   │   │   │   └── bernoulli.py
│   │   │   ├── chatbot/
│   │   │   │   ├── Chatbot.ipynb
│   │   │   │   ├── README.md
│   │   │   │   └── intents.json
│   │   │   ├── convolutional_neural_network/
│   │   │   │   ├── cnn.ipynb
│   │   │   │   ├── cnn_adversarial_examples.ipynb
│   │   │   │   ├── test.csv
│   │   │   │   └── train.csv
│   │   │   ├── dbscan_clustering/
│   │   │   │   ├── dbscan.py
│   │   │   │   └── readme.md
│   │   │   ├── decision_tree/
│   │   │   │   ├── Decision_Tree_Regression.ipynb
│   │   │   │   ├── Position_Salaries.csv
│   │   │   │   ├── data_banknote_authentication.csv
│   │   │   │   ├── decision_tree.py
│   │   │   │   └── decision_trees_information_gain.py
│   │   │   ├── deep_q_networks/
│   │   │   │   └── deep-q-networks.ipynb
│   │   │   ├── factorization_machines/
│   │   │   │   ├── README.md
│   │   │   │   └── matrix_factorization.py
│   │   │   ├── gaussian_mixture_model/
│   │   │   │   └── README.md
│   │   │   ├── gaussian_naive_bayes/
│   │   │   │   ├── gaussian_naive_bayes.py
│   │   │   │   ├── gaussian_naive_bayes_moons.py
│   │   │   │   └── iris1.csv
│   │   │   ├── generative_adversarial_networks/
│   │   │   │   ├── CGAN.ipynb
│   │   │   │   ├── CycleGAN.ipynb
│   │   │   │   └── DCGAN.ipynb
│   │   │   ├── getting_started_with_ml/
│   │   │   │   └── README.md
│   │   │   ├── gradient_boosting_trees/
│   │   │   │   └── README.md
│   │   │   ├── hierachical_clustering/
│   │   │   │   ├── README.md
│   │   │   │   ├── hierachical_clustering/
│   │   │   │   │   └── hierarchical_clustering.ipynb
│   │   │   │   └── hierachical_clustering.cpp
│   │   │   ├── image_processing/
│   │   │   │   ├── Cell-Segmentation/
│   │   │   │   │   ├── Cell_Segmentation_.ipynb
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── img/
│   │   │   │   │       └── blogdiagram.drawio
│   │   │   │   ├── README.md
│   │   │   │   ├── canny/
│   │   │   │   │   ├── canny.cpp
│   │   │   │   │   ├── canny.h
│   │   │   │   │   └── main.cpp
│   │   │   │   ├── connected_component_labeling/
│   │   │   │   │   └── Connected-Component-Labeling.ipynb
│   │   │   │   ├── contrast_enhancement/
│   │   │   │   │   ├── CLAHE.ipynb
│   │   │   │   │   ├── Histogram-Equalization.ipynb
│   │   │   │   │   └── Min-Max-Contrast-Stretching.ipynb
│   │   │   │   ├── erode_dilate/
│   │   │   │   │   └── main.cpp
│   │   │   │   ├── houghtransform/
│   │   │   │   │   └── main.cpp
│   │   │   │   ├── image_stitching/
│   │   │   │   │   ├── a.out
│   │   │   │   │   └── imagestitching.cpp
│   │   │   │   ├── install_opencv.sh
│   │   │   │   ├── prewittfilter/
│   │   │   │   │   └── prewitt.cpp
│   │   │   │   └── sobelfilter/
│   │   │   │       └── sobel.cpp
│   │   │   ├── isodata_clustering/
│   │   │   │   ├── isodata.py
│   │   │   │   └── readme.md
│   │   │   ├── k_means/
│   │   │   │   ├── README.md
│   │   │   │   ├── k-means.c
│   │   │   │   ├── k_means.cpp
│   │   │   │   ├── k_means.py
│   │   │   │   └── k_means.swift
│   │   │   ├── k_nearest_neighbours/
│   │   │   │   ├── KNN.c
│   │   │   │   ├── iris.data
│   │   │   │   ├── k_nearest_neighbours.cpp
│   │   │   │   └── k_nearest_neighbours.py
│   │   │   ├── lasso_regression/
│   │   │   │   └── lasso_regression.ipynb
│   │   │   ├── linear_regression/
│   │   │   │   ├── README.md
│   │   │   │   ├── Salary_Data.csv
│   │   │   │   ├── linear_regression/
│   │   │   │   │   └── linear_regression.js
│   │   │   │   ├── linear_regression.java
│   │   │   │   ├── linear_regression.js
│   │   │   │   ├── linear_regression.py
│   │   │   │   ├── linear_regression.swift
│   │   │   │   ├── linear_regression_scikit_learn.ipynb
│   │   │   │   └── linear_regression_scikit_learn.py
│   │   │   ├── logistic_regression/
│   │   │   │   ├── README.md
│   │   │   │   └── logistic_regression.py
│   │   │   ├── minimax/
│   │   │   │   ├── README.md
│   │   │   │   └── minimax.py
│   │   │   ├── missionaries_and_cannibals.py
│   │   │   ├── naive_bayes/
│   │   │   │   ├── README.md
│   │   │   │   ├── iris1.csv
│   │   │   │   ├── naive_bayes.cpp
│   │   │   │   ├── naive_bayes.py
│   │   │   │   └── naive_bayes.swift
│   │   │   ├── named_entity_recognition/
│   │   │   │   ├── NER.ipynb
│   │   │   │   ├── README.md
│   │   │   │   └── ner_dataset.csv
│   │   │   ├── nearest_sequence_memory/
│   │   │   │   └── nsm_matlab/
│   │   │   │       ├── main.m
│   │   │   │       ├── nsm_agent.m
│   │   │   │       └── simulator.m
│   │   │   ├── neural_network/
│   │   │   │   ├── keras_nn.py
│   │   │   │   └── neural_network.py
│   │   │   ├── neural_style_transfer/
│   │   │   │   └── neural_style_transfer.ipynb
│   │   │   ├── number_recogniser/
│   │   │   │   └── python/
│   │   │   │       ├── driver.py
│   │   │   │       ├── mnist.npz
│   │   │   │       └── nn.py
│   │   │   ├── particle_swarm_optimization/
│   │   │   │   ├── gbestPSO/
│   │   │   │   │   ├── Gbest2D.py
│   │   │   │   │   └── Gbest3D.py
│   │   │   │   └── lbestPSO/
│   │   │   │       ├── LBest3D.py
│   │   │   │       └── Lbest2D.py
│   │   │   ├── perceptron/
│   │   │   │   └── perceptron.py
│   │   │   ├── principal_component_analysis/
│   │   │   │   ├── README.md
│   │   │   │   └── pca.py
│   │   │   ├── q_learning/
│   │   │   │   ├── README.md
│   │   │   │   ├── q_learning.ipynb
│   │   │   │   └── q_learning.js
│   │   │   ├── random_forests/
│   │   │   │   ├── Position_Salaries.csv
│   │   │   │   ├── README.md
│   │   │   │   └── Random_Forest_Regression_Model.ipynb
│   │   │   ├── residual_convolutional_neural_network/
│   │   │   │   ├── .gitignore
│   │   │   │   ├── logs/
│   │   │   │   │   └── events.out.tfevents.1594761798.POSITRON.2995.0
│   │   │   │   └── main.py
│   │   │   ├── restricted_boltzmann_machine/
│   │   │   │   ├── README.md
│   │   │   │   ├── rbm.ipynb
│   │   │   │   ├── test.csv
│   │   │   │   └── train.csv
│   │   │   ├── sat/
│   │   │   │   └── togasat.cpp
│   │   │   ├── shufflenet_v1/
│   │   │   │   ├── README.md
│   │   │   │   └── ShuffleNet_Implementation.ipynb
│   │   │   ├── skull_stripping/
│   │   │   │   ├── data.py
│   │   │   │   └── model.py
│   │   │   ├── support_vector_machine/
│   │   │   │   ├── README.md
│   │   │   │   ├── support_vector_machine.cpp
│   │   │   │   ├── svm.c
│   │   │   │   └── svm.py
│   │   │   ├── t_distributed_stochastic_neighbor_embedding/
│   │   │   │   └── README.md
│   │   │   ├── tsp/
│   │   │   │   ├── algo.md
│   │   │   │   ├── euc_100
│   │   │   │   ├── euc_250
│   │   │   │   ├── euc_500
│   │   │   │   ├── makefile
│   │   │   │   ├── noneuc_100
│   │   │   │   ├── noneuc_250
│   │   │   │   ├── noneuc_500
│   │   │   │   └── salesman.cpp
│   │   │   ├── tsp.c
│   │   │   └── yolo_v1/
│   │   │       ├── README.md
│   │   │       └── yolo-v1-implementation.ipynb
│   │   └── test/
│   │       └── README.md
│   ├── backtracking/
│   │   ├── src/
│   │   │   ├── Min_Max/
│   │   │   │   ├── README.md
│   │   │   │   ├── alphabetaprune.cpp
│   │   │   │   └── aphabetapruning.java
│   │   │   ├── README.md
│   │   │   ├── algorithm_x/
│   │   │   │   ├── README.md
│   │   │   │   └── algorithm_x.cpp
│   │   │   ├── crossword_puzzle/
│   │   │   │   ├── crossword_puzzle.cpp
│   │   │   │   ├── crossword_puzzle.java
│   │   │   │   └── crossword_puzzle.js
│   │   │   ├── generate_parentheses/
│   │   │   │   └── generate_parentheses.cpp
│   │   │   ├── knight_tour/
│   │   │   │   ├── README.md
│   │   │   │   ├── knight_tour.c
│   │   │   │   ├── knight_tour.cpp
│   │   │   │   ├── knight_tour.go
│   │   │   │   ├── knight_tour.java
│   │   │   │   ├── knight_tour.py
│   │   │   │   ├── knight_tour.rs
│   │   │   │   └── knight_tour_withoutbt.c
│   │   │   ├── kth_grammar/
│   │   │   │   └── kth-Grammar.cpp
│   │   │   ├── m_coloring_problem/
│   │   │   │   └── m_coloring_problem.py
│   │   │   ├── n_queen/
│   │   │   │   ├── README.md
│   │   │   │   ├── n_queen.c
│   │   │   │   ├── n_queen.go
│   │   │   │   ├── n_queen.hs
│   │   │   │   ├── n_queen.java
│   │   │   │   ├── n_queen.py
│   │   │   │   ├── n_queen_backtracking.cpp
│   │   │   │   ├── n_queen_backtracking.rs
│   │   │   │   ├── n_queen_bit.go
│   │   │   │   ├── n_queen_bitimp.cpp
│   │   │   │   ├── n_queen_bitset.cpp
│   │   │   │   └── nqueen_bitmask.c
│   │   │   ├── number_of_ways_in_maze/
│   │   │   │   ├── README.md
│   │   │   │   ├── number_of_ways_in_maze.c
│   │   │   │   ├── number_of_ways_in_maze.cpp
│   │   │   │   ├── number_of_ways_in_maze.go
│   │   │   │   ├── number_of_ways_in_maze.java
│   │   │   │   └── number_of_ways_in_maze.rs
│   │   │   ├── partitions_of_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── partitions_of_number.cpp
│   │   │   │   ├── partitions_of_number.go
│   │   │   │   └── partitions_of_number.rs
│   │   │   ├── partitions_of_set/
│   │   │   │   ├── README.md
│   │   │   │   ├── partitions_of_set.cpp
│   │   │   │   └── partitions_of_set.go
│   │   │   ├── permutations_of_string/
│   │   │   │   ├── README.md
│   │   │   │   ├── permutations_of_string.c
│   │   │   │   ├── permutations_of_string.go
│   │   │   │   ├── permutations_of_string.kt
│   │   │   │   ├── permutations_of_string.py
│   │   │   │   ├── permutations_of_string_itertools.py
│   │   │   │   └── permutations_of_string_stl.cpp
│   │   │   ├── power_set/
│   │   │   │   ├── power_set.c
│   │   │   │   ├── power_set.go
│   │   │   │   └── power_set.java
│   │   │   ├── rat_in_a_maze/
│   │   │   │   ├── README.md
│   │   │   │   ├── rat_in_a_maze.cpp
│   │   │   │   └── rat_in_a_maze.py
│   │   │   ├── subset_sum/
│   │   │   │   ├── README.md
│   │   │   │   ├── subset_sum.c
│   │   │   │   ├── subset_sum.cpp
│   │   │   │   ├── subset_sum.go
│   │   │   │   ├── subset_sum.java
│   │   │   │   ├── subset_sum.py
│   │   │   │   └── subset_sum_duplicates.py
│   │   │   └── sudoku_solve/
│   │   │       ├── README.md
│   │   │       ├── sudoku_solve.c
│   │   │       ├── sudoku_solve.cpp
│   │   │       ├── sudoku_solve.py
│   │   │       ├── sudoku_solve.rs
│   │   │       ├── sudoku_solveNxN.cpp
│   │   │       └── sudoku_solver.java
│   │   └── test/
│   │       └── README.md
│   ├── bit_manipulation/
│   │   ├── src/
│   │   │   ├── Find the element that appears once/
│   │   │   │   └── Find_the_element_that_appears_once.cpp
│   │   │   ├── README.md
│   │   │   ├── addition_using_bits/
│   │   │   │   ├── addition_using_bits.c
│   │   │   │   ├── addition_using_bits.cpp
│   │   │   │   ├── addition_using_bits.cs
│   │   │   │   ├── addition_using_bits.java
│   │   │   │   ├── addition_using_bits.js
│   │   │   │   └── addition_using_bits.py
│   │   │   ├── bit_division/
│   │   │   │   ├── README.md
│   │   │   │   ├── bit_division.c
│   │   │   │   ├── bit_division.cpp
│   │   │   │   ├── bit_division.go
│   │   │   │   ├── bit_division.java
│   │   │   │   ├── bit_division.js
│   │   │   │   └── bit_division.py
│   │   │   ├── byte_swapper/
│   │   │   │   └── byte_swapper.java
│   │   │   ├── clear_bits_from_msb/
│   │   │   │   ├── clear_bits_from_msb.c
│   │   │   │   ├── clear_bits_from_msb.cpp
│   │   │   │   ├── clear_bits_from_msb.java
│   │   │   │   └── clear_bits_from_msb.py
│   │   │   ├── convert_number_binary/
│   │   │   │   ├── README.md
│   │   │   │   ├── binary_to_integer.py
│   │   │   │   ├── convert_number_binary.c
│   │   │   │   ├── convert_number_binary.cpp
│   │   │   │   ├── convert_number_binary.hs
│   │   │   │   ├── convert_number_binary.java
│   │   │   │   ├── convert_number_binary.js
│   │   │   │   ├── convert_number_binary.php
│   │   │   │   └── convert_number_binary.py
│   │   │   ├── count_set_bits/
│   │   │   │   ├── README.md
│   │   │   │   ├── brian_kernighan_algo/
│   │   │   │   │   └── brian_kernighan_algorithm.cpp
│   │   │   │   ├── count_set_bits.c
│   │   │   │   ├── count_set_bits.cpp
│   │   │   │   ├── count_set_bits.cs
│   │   │   │   ├── count_set_bits.java
│   │   │   │   ├── count_set_bits.js
│   │   │   │   ├── count_set_bits.py
│   │   │   │   └── count_set_bits_lookup_table.cpp
│   │   │   ├── first_set_bit/
│   │   │   │   └── first_set_bit.cpp
│   │   │   ├── flip_bits/
│   │   │   │   ├── README.md
│   │   │   │   ├── flipbits.java
│   │   │   │   ├── flippingbits.c
│   │   │   │   ├── flippingbits.cpp
│   │   │   │   └── flippingbits.py
│   │   │   ├── hamming_distance/
│   │   │   │   ├── README.md
│   │   │   │   ├── hamming_distance.c
│   │   │   │   ├── hamming_distance.cpp
│   │   │   │   ├── hamming_distance.go
│   │   │   │   ├── hamming_distance.java
│   │   │   │   ├── hamming_distance.py
│   │   │   │   └── hamming_distance2.py
│   │   │   ├── invert_bit/
│   │   │   │   ├── invert_bit.c
│   │   │   │   ├── invert_bit.cpp
│   │   │   │   ├── invert_bit.js
│   │   │   │   ├── invert_bit.py
│   │   │   │   └── invert_bit.rs
│   │   │   ├── lonely_integer/
│   │   │   │   ├── README.md
│   │   │   │   ├── lonely_integer.c
│   │   │   │   ├── lonely_integer.cpp
│   │   │   │   ├── lonely_integer.go
│   │   │   │   ├── lonely_integer.java
│   │   │   │   ├── lonely_integer.js
│   │   │   │   ├── lonely_integer.py
│   │   │   │   └── lonely_integer.rs
│   │   │   ├── magic_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── magic_number.c
│   │   │   │   ├── magic_number.cpp
│   │   │   │   ├── magic_number.java
│   │   │   │   └── magic_number.py
│   │   │   ├── maximum_xor_value/
│   │   │   │   ├── README.md
│   │   │   │   └── maximum_xor_value.cpp
│   │   │   ├── multiply_by_2/
│   │   │   │   ├── README.md
│   │   │   │   └── multiply_by_2.cpp
│   │   │   ├── power_of_2/
│   │   │   │   ├── power_of_2.c
│   │   │   │   ├── power_of_2.cpp
│   │   │   │   ├── power_of_2.cs
│   │   │   │   ├── power_of_2.go
│   │   │   │   ├── power_of_2.java
│   │   │   │   ├── power_of_2.jl
│   │   │   │   ├── power_of_2.js
│   │   │   │   ├── power_of_2.php
│   │   │   │   ├── power_of_2.py
│   │   │   │   └── power_of_2.rs
│   │   │   ├── power_of_4/
│   │   │   │   ├── Main.java
│   │   │   │   └── power_of_4.cpp
│   │   │   ├── set_ith_bit/
│   │   │   │   ├── set_ith_bit.cpp
│   │   │   │   └── set_ith_bit.py
│   │   │   ├── subset_generation/
│   │   │   │   ├── README.md
│   │   │   │   ├── subset_generator_using_bit.cpp
│   │   │   │   ├── subset_mask_generator.cpp
│   │   │   │   └── subset_sum.cpp
│   │   │   ├── sum_binary_numbers/
│   │   │   │   ├── README.md
│   │   │   │   ├── sum_binary_numbers.c
│   │   │   │   └── sum_binary_numbers.cpp
│   │   │   ├── sum_equals_xor/
│   │   │   │   ├── README.md
│   │   │   │   ├── sum_equals_xor.c
│   │   │   │   ├── sum_equals_xor.cpp
│   │   │   │   └── sum_equals_xor.py
│   │   │   ├── thrice_unique_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── thrice_unique_number.cpp
│   │   │   │   ├── thrice_unique_number.java
│   │   │   │   ├── thrice_unique_number.js
│   │   │   │   └── thrice_unique_number.py
│   │   │   ├── twice_unique_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── twice_unique_number.c
│   │   │   │   └── twice_unique_number.cpp
│   │   │   └── xor_swap/
│   │   │       ├── README.md
│   │   │       ├── xor_swap.c
│   │   │       ├── xor_swap.cpp
│   │   │       ├── xor_swap.go
│   │   │       ├── xor_swap.js
│   │   │       └── xor_swap.py
│   │   └── test/
│   │       ├── README.md
│   │       └── addition_using_bits_test.cpp
│   ├── blockchain/
│   │   ├── Application.java
│   │   ├── Block.java
│   │   ├── UtilityClass.java
│   │   └── explainBlockchain.md
│   ├── cellular_automaton/
│   │   ├── src/
│   │   │   ├── brians_brain/
│   │   │   │   └── README.md
│   │   │   ├── conways_game_of_life/
│   │   │   │   ├── README.md
│   │   │   │   ├── conway.java
│   │   │   │   ├── conways_game_of_life.rb
│   │   │   │   ├── game_of_life_c_sdl.c
│   │   │   │   ├── gameoflife.hs
│   │   │   │   ├── life.c
│   │   │   │   ├── life.cpp
│   │   │   │   ├── life.go
│   │   │   │   ├── life.py
│   │   │   │   └── life.rb
│   │   │   ├── elementary_cellular_automata/
│   │   │   │   ├── README.md
│   │   │   │   └── elementarycellularautomaton.java
│   │   │   ├── genetic_algorithm/
│   │   │   │   ├── genetic.cpp
│   │   │   │   ├── genetic_algorithm.go
│   │   │   │   ├── genetic_algorithm.java
│   │   │   │   ├── genetic_algorithm.js
│   │   │   │   ├── genetic_algorithm.py
│   │   │   │   └── genetic_algorithm2.py
│   │   │   ├── langtons_ant/
│   │   │   │   ├── README.md
│   │   │   │   ├── langtons_ant.cpp
│   │   │   │   ├── langtons_ant.html
│   │   │   │   ├── langtons_ant.java
│   │   │   │   └── langtons_ant.py
│   │   │   ├── nobili_cellular_automata/
│   │   │   │   └── README.md
│   │   │   └── von_neumann_cellular_automata/
│   │   │       ├── README.md
│   │   │       └── von_neumann_cellular_automata.c
│   │   └── test/
│   │       └── README.md
│   ├── compression/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── lossless_compression/
│   │   │   │   ├── README.md
│   │   │   │   ├── huffman/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── huffman.cpp
│   │   │   │   └── lempel_ziv_welch/
│   │   │   │       ├── README.md
│   │   │   │       ├── lzw.cpp
│   │   │   │       └── lzw.py
│   │   │   └── lossy_compression/
│   │   │       └── README.md
│   │   └── test/
│   │       └── lossless_compression/
│   │           └── huffman/
│   │               └── test_huffman.cpp
│   ├── computational_geometry/
│   │   ├── src/
│   │   │   ├── 2d_line_intersection/
│   │   │   │   ├── 2d_line_intersection.c
│   │   │   │   ├── 2d_line_intersection.cpp
│   │   │   │   ├── 2d_line_intersection.cs
│   │   │   │   ├── 2d_line_intersection.hs
│   │   │   │   ├── 2d_line_intersection.java
│   │   │   │   ├── 2d_line_intersection.js
│   │   │   │   ├── 2d_line_intersection.py
│   │   │   │   ├── 2d_line_intersection.rb
│   │   │   │   ├── README.md
│   │   │   │   ├── line_determinant_method.cpp
│   │   │   │   └── line_elemination_method.cpp
│   │   │   ├── 2d_separating_axis_test/
│   │   │   │   └── 2d_separating_axis_test.cpp
│   │   │   ├── README.md
│   │   │   ├── area_of_polygon/
│   │   │   │   ├── area_of_polygon.c
│   │   │   │   ├── area_of_polygon.cpp
│   │   │   │   ├── area_of_polygon.java
│   │   │   │   └── area_of_polygon.py
│   │   │   ├── area_of_triangle/
│   │   │   │   ├── area_of_triangle.c
│   │   │   │   ├── area_of_triangle.cpp
│   │   │   │   ├── area_of_triangle.go
│   │   │   │   ├── area_of_triangle.java
│   │   │   │   ├── area_of_triangle.js
│   │   │   │   ├── area_of_triangle.py
│   │   │   │   ├── area_of_triangle.rs
│   │   │   │   └── area_of_triangle_herons_formula.cpp
│   │   │   ├── axis_aligned_bounding_box_collision/
│   │   │   │   ├── axis_aligned_bounding_box_collision.cpp
│   │   │   │   └── axis_aligned_bounding_box_collision.go
│   │   │   ├── bresenham_circle/
│   │   │   │   ├── bresenham_circle.cpp
│   │   │   │   └── graphics.h
│   │   │   ├── bresenham_line/
│   │   │   │   ├── bresenham_line.cpp
│   │   │   │   ├── bresenham_line.java
│   │   │   │   ├── bresenham_line.py
│   │   │   │   └── bresenham_line2.py
│   │   │   ├── chans_algorithm/
│   │   │   │   └── chans_algorithm.cpp
│   │   │   ├── cohen_sutherland_lineclip/
│   │   │   │   ├── README.md
│   │   │   │   ├── cohen_sutherland_lineclip.c
│   │   │   │   └── cohen_sutherland_lineclip.cpp
│   │   │   ├── dda_line/
│   │   │   │   └── dda_line.cpp
│   │   │   ├── distance_between_points/
│   │   │   │   ├── README.md
│   │   │   │   ├── distance_between_points.c
│   │   │   │   ├── distance_between_points.cpp
│   │   │   │   ├── distance_between_points.go
│   │   │   │   ├── distance_between_points.java
│   │   │   │   ├── distance_between_points.js
│   │   │   │   ├── distance_between_points.py
│   │   │   │   └── distance_between_points.rs
│   │   │   ├── graham_scan/
│   │   │   │   ├── graham_scan.cpp
│   │   │   │   ├── graham_scan.java
│   │   │   │   ├── graham_scan.py
│   │   │   │   └── graham_scan2.cpp
│   │   │   ├── halfplane_intersection/
│   │   │   │   └── halfplane_intersection.cpp
│   │   │   ├── jarvis_march/
│   │   │   │   ├── README.md
│   │   │   │   ├── jarvis_march.cpp
│   │   │   │   ├── jarvis_march.py
│   │   │   │   └── jarvis_march2.cpp
│   │   │   ├── liang_barsky_algo/
│   │   │   │   ├── liang_barsky_algo.c
│   │   │   │   └── liang_barsky_algo.cpp
│   │   │   ├── mandelbrot_fractal/
│   │   │   │   └── mandelbrot_fractal.py
│   │   │   ├── quick_hull/
│   │   │   │   ├── README.md
│   │   │   │   ├── quick_hull.cpp
│   │   │   │   ├── quick_hull.hs
│   │   │   │   ├── quick_hull.java
│   │   │   │   ├── quick_hull2.cpp
│   │   │   │   ├── test_data.csv
│   │   │   │   └── test_data_soln.txt
│   │   │   ├── sphere_tetrahedron_intersection/
│   │   │   │   ├── luvector.hpp
│   │   │   │   └── sphere_tetrahedron_intersection.cpp
│   │   │   └── sutherland_hodgeman_clipping/
│   │   │       ├── README.md
│   │   │       ├── sutherland_hodgeman_clipping.c
│   │   │       └── sutherland_hodgeman_clipping.cpp
│   │   └── test/
│   │       └── README.md
│   ├── computer_graphics/
│   │   └── src/
│   │       ├── README.md
│   │       ├── Transformation/
│   │       │   ├── 2D Transformation/
│   │       │   │   ├── README.md
│   │       │   │   ├── Scaling/
│   │       │   │   │   └── Scaling.C
│   │       │   │   └── Translation/
│   │       │   │       └── Translation.c
│   │       │   └── README.md
│   │       ├── circle_drawing_algorithm/
│   │       │   ├── bresenham's_circle_drawing_algorithm/
│   │       │   │   └── bresenham's_circle_drawing_algorithm.c
│   │       │   └── mid_point_algorithm/
│   │       │       └── mid_point_algorithm.c
│   │       ├── diamond_square/
│   │       │   ├── diamond_square.py
│   │       │   └── diamondsquare.java
│   │       └── line_drawing_alrogrithm/
│   │           ├── Bresenham's Line Drawing Algrorithm/
│   │           │   └── BDA.c
│   │           └── dda/
│   │               └── dda.c
│   ├── cryptography/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── aes_128/
│   │   │   │   ├── aes_128.cpp
│   │   │   │   ├── aes_128.py
│   │   │   │   └── aes_csharp/
│   │   │   │       ├── README.md
│   │   │   │       ├── aescipher.cs
│   │   │   │       ├── aesconsts.cs
│   │   │   │       ├── aesdecipher.cs
│   │   │   │       ├── aeskeygen.cs
│   │   │   │       ├── example/
│   │   │   │       │   ├── README.md
│   │   │   │       │   ├── streamcipher.cs
│   │   │   │       │   └── streamcipherexception.cs
│   │   │   │       └── helpers.cs
│   │   │   ├── affine_cipher/
│   │   │   │   ├── affine.cpp
│   │   │   │   ├── affine.htm
│   │   │   │   ├── affine.java
│   │   │   │   ├── affine.py
│   │   │   │   ├── affine_cipher.py
│   │   │   │   └── affinekotlin.kt
│   │   │   ├── atbash_cipher/
│   │   │   │   ├── README.md
│   │   │   │   ├── atbash_cipher.cpp
│   │   │   │   ├── atbash_cipher.java
│   │   │   │   └── atbash_cipher.py
│   │   │   ├── autokey_cipher/
│   │   │   │   ├── README.md
│   │   │   │   ├── autokey.py
│   │   │   │   ├── autokey_cipher.c
│   │   │   │   ├── autokey_cipher.cpp
│   │   │   │   └── autokey_cipher.java
│   │   │   ├── baconian_cipher/
│   │   │   │   ├── README.md
│   │   │   │   ├── baconian_cipher.c
│   │   │   │   ├── baconian_cipher.cpp
│   │   │   │   ├── baconian_cipher.exs
│   │   │   │   ├── baconian_cipher.java
│   │   │   │   ├── baconian_cipher.js
│   │   │   │   ├── baconian_cipher.php
│   │   │   │   ├── baconian_cipher.py
│   │   │   │   └── baconian_cipher.rb
│   │   │   ├── caesar_cipher/
│   │   │   │   ├── README.md
│   │   │   │   ├── caesar_cipher.c
│   │   │   │   ├── caesar_cipher.cpp
│   │   │   │   ├── caesar_cipher.cs
│   │   │   │   ├── caesar_cipher.go
│   │   │   │   ├── caesar_cipher.hs
│   │   │   │   ├── caesar_cipher.java
│   │   │   │   ├── caesar_cipher.js
│   │   │   │   ├── caesar_cipher.php
│   │   │   │   ├── caesar_cipher.py
│   │   │   │   ├── caesar_cipher.rb
│   │   │   │   ├── decryption.cpp
│   │   │   │   └── encryption.cpp
│   │   │   ├── columnar_transposition_cipher/
│   │   │   │   └── columnar_transposition_cipher.cpp
│   │   │   ├── des_cipher/
│   │   │   │   └── des_java/
│   │   │   │       ├── .gitignore
│   │   │   │       ├── DES.java
│   │   │   │       ├── Main.java
│   │   │   │       ├── README.MD
│   │   │   │       └── files/
│   │   │   │           ├── cipher.txt
│   │   │   │           ├── key.txt
│   │   │   │           └── msg.txt
│   │   │   ├── elgamal/
│   │   │   │   ├── README.md
│   │   │   │   └── elgamal.py
│   │   │   ├── hill_cipher/
│   │   │   │   └── hill_cipher.py
│   │   │   ├── huffman_encoding/
│   │   │   │   ├── README.md
│   │   │   │   ├── huffman.java
│   │   │   │   ├── huffman.py
│   │   │   │   └── huffman_encoding.c
│   │   │   ├── monoalphabetic_cipher/
│   │   │   │   ├── monoalphabetic.py
│   │   │   │   └── monoalphabeticCipher.py
│   │   │   ├── morse_cipher/
│   │   │   │   ├── README.md
│   │   │   │   ├── morse_code.java
│   │   │   │   ├── morse_code.sh
│   │   │   │   ├── morse_code_generator.bf
│   │   │   │   ├── morse_code_generator.c
│   │   │   │   ├── morse_code_generator.cpp
│   │   │   │   ├── morse_code_generator.rb
│   │   │   │   ├── morse_code_translator.cpp
│   │   │   │   ├── morse_code_translator.exs
│   │   │   │   ├── morse_code_translator.js
│   │   │   │   ├── morse_code_translator.lua
│   │   │   │   ├── morse_code_translator.php
│   │   │   │   ├── morse_code_translator.py
│   │   │   │   └── morse_code_translator.ts
│   │   │   ├── password_generator/
│   │   │   │   └── strongpasswordgenerator.py
│   │   │   ├── playfair_cipher/
│   │   │   │   └── playfair_cipher.c
│   │   │   ├── polybius_cipher/
│   │   │   │   └── polybius_cipher.py
│   │   │   ├── porta_cipher/
│   │   │   │   └── porta_cipher.py
│   │   │   ├── rail_fence_cipher/
│   │   │   │   ├── rail_fence_cipher.cpp
│   │   │   │   ├── rail_fence_cipher.py
│   │   │   │   └── rail_fence_cipher.rb
│   │   │   ├── rot13_cipher/
│   │   │   │   ├── README.md
│   │   │   │   ├── rot13_cipher.c
│   │   │   │   ├── rot13_cipher.cpp
│   │   │   │   ├── rot13_cipher.java
│   │   │   │   ├── rot13_cipher.js
│   │   │   │   ├── rot13_cipher.py
│   │   │   │   ├── rot13_cipher.rb
│   │   │   │   ├── rot13_cipher.sh
│   │   │   │   ├── rot13_cipher2.cpp
│   │   │   │   ├── rot13_cipher2.js
│   │   │   │   └── rotn_cipher.exs
│   │   │   ├── rsa/
│   │   │   │   ├── rsa.c
│   │   │   │   ├── rsa.cs
│   │   │   │   ├── rsa.java
│   │   │   │   ├── rsa.py
│   │   │   │   └── rsa_input.in
│   │   │   ├── rsa_digital_signature/
│   │   │   │   └── rsa_digital_signature.ipynb
│   │   │   ├── runningkey_cipher/
│   │   │   │   ├── README.md
│   │   │   │   └── runningkey_cipher.py
│   │   │   ├── sha/
│   │   │   │   └── sha_256/
│   │   │   │       └── sha_256.py
│   │   │   ├── simple_des/
│   │   │   │   └── sdes.py
│   │   │   ├── vernam_cipher/
│   │   │   │   └── vernam_cipher.py
│   │   │   └── vigenere_cipher/
│   │   │       ├── README.md
│   │   │       ├── vigenere_cipher.c
│   │   │       ├── vigenere_cipher.cpp
│   │   │       ├── vigenere_cipher.go
│   │   │       ├── vigenere_cipher.hs
│   │   │       ├── vigenere_cipher.java
│   │   │       ├── vigenere_cipher.jl
│   │   │       ├── vigenere_cipher.js
│   │   │       ├── vigenere_cipher.php
│   │   │       ├── vigenere_cipher.py
│   │   │       └── vigenere_cipher.rb
│   │   └── test/
│   │       ├── README.md
│   │       └── baconian_cipher/
│   │           └── baconian_test.cpp
│   ├── data_structures/
│   │   ├── src/
│   │   │   ├── 2d_array/
│   │   │   │   ├── SpiralMatrix.cpp
│   │   │   │   ├── rotate2darray.java
│   │   │   │   ├── rotate_matrix.cpp
│   │   │   │   └── set_matrix_zero.cpp
│   │   │   ├── 3d_array/
│   │   │   │   └── ThreeDArray.java
│   │   │   ├── CircularLinkedList/
│   │   │   │   ├── circularLinkedList.cpp
│   │   │   │   └── src_java/
│   │   │   │       └── circularlinkedlist.java
│   │   │   ├── DoubleLinkedList/
│   │   │   │   ├── Doubly linked list.py
│   │   │   │   ├── lru_cache_with_dll/
│   │   │   │   │   └── src_go/
│   │   │   │   │       └── main.go
│   │   │   │   ├── src_c++/
│   │   │   │   │   └── Doubly_LL.cpp
│   │   │   │   ├── src_cpp/
│   │   │   │   │   └── doublylinkedlist.cpp
│   │   │   │   └── src_java/
│   │   │   │       ├── DoubleLinkedLists.java
│   │   │   │       ├── DoubleLinkedListsMain.java
│   │   │   │       └── Node.java
│   │   │   ├── Linked_List/
│   │   │   │   ├── Add_one_to_LL.cpp
│   │   │   │   ├── Count_nodes_of_Linked_List.cpp
│   │   │   │   ├── Intersection_of_two_sorted_lists.cpp
│   │   │   │   ├── Remove_duplicates_in_unsorted_linked_list.cpp
│   │   │   │   ├── add_two_numbers_represented_by_linked_lists.cpp
│   │   │   │   ├── creating_linked_list.cpp
│   │   │   │   ├── deleting_a_node.cpp
│   │   │   │   ├── inserting_a_node.cpp
│   │   │   │   ├── linked_list_palindrome.cpp
│   │   │   │   ├── pairwise_swap_on_linked_list.cpp
│   │   │   │   ├── remove_duplicate_element_from_sorted_linked_list.cpp
│   │   │   │   ├── reverse_linked_list_in_k_groups.cpp
│   │   │   │   ├── reversing_linkedlist.cpp
│   │   │   │   ├── sort_a_linked_list.cpp
│   │   │   │   ├── swap_nodes_in_pairs.cpp
│   │   │   │   └── traverse_a_linked_list.cpp
│   │   │   ├── README.md
│   │   │   ├── bag/
│   │   │   │   ├── bag.cpp
│   │   │   │   ├── bag.java
│   │   │   │   ├── bag.js
│   │   │   │   └── bag.py
│   │   │   ├── binary_heap/
│   │   │   │   ├── binary_heap.cpp
│   │   │   │   ├── binary_heap.dart
│   │   │   │   └── binary_heap.py
│   │   │   ├── disjoint_set/
│   │   │   │   ├── DisjointSet(DS).cpp
│   │   │   │   ├── DisjointSet_DS.py
│   │   │   │   └── README.md
│   │   │   ├── graph/
│   │   │   │   └── graph.py
│   │   │   ├── hashs/
│   │   │   │   ├── bloom_filter/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── bloom_filter.c
│   │   │   │   │   ├── bloom_filter.cpp
│   │   │   │   │   ├── bloom_filter.go
│   │   │   │   │   ├── bloom_filter.java
│   │   │   │   │   ├── bloom_filter.js
│   │   │   │   │   ├── bloom_filter.py
│   │   │   │   │   ├── bloom_filter.scala
│   │   │   │   │   └── bloom_filter.swift
│   │   │   │   └── hash_table/
│   │   │   │       ├── README.md
│   │   │   │       ├── double_hashing.c
│   │   │   │       ├── hash_table.c
│   │   │   │       ├── hash_table.cpp
│   │   │   │       ├── hash_table.cs
│   │   │   │       ├── hash_table.go
│   │   │   │       ├── hash_table.java
│   │   │   │       ├── hash_table.js
│   │   │   │       ├── hash_table.py
│   │   │   │       ├── hash_table.rs
│   │   │   │       └── hash_table.swift
│   │   │   ├── list/
│   │   │   │   ├── Queue_using_Linked_list/
│   │   │   │   │   └── Queue_using_Linked_List.c
│   │   │   │   ├── README.md
│   │   │   │   ├── circular_linked_list/
│   │   │   │   │   ├── circular_linked_list.c
│   │   │   │   │   ├── circular_linked_list.cpp
│   │   │   │   │   ├── circular_linked_list.java
│   │   │   │   │   ├── circular_linked_list.py
│   │   │   │   │   └── operations/
│   │   │   │   │       ├── FloydAlgo_circular_ll.cpp
│   │   │   │   │       ├── has_loop.py
│   │   │   │   │       ├── is_circular.py
│   │   │   │   │       └── is_circular_linked_list.cpp
│   │   │   │   ├── doubly_linked_list/
│   │   │   │   │   ├── c/
│   │   │   │   │   │   ├── doubly_linked_list.c
│   │   │   │   │   │   └── doubly_linked_list.h
│   │   │   │   │   ├── doubly_linked_list.cpp
│   │   │   │   │   ├── doubly_linked_list.go
│   │   │   │   │   ├── doubly_linked_list.java
│   │   │   │   │   ├── doubly_linked_list.js
│   │   │   │   │   ├── doubly_linked_list.py
│   │   │   │   │   ├── doubly_linked_list.swift
│   │   │   │   │   └── menu_interface/
│   │   │   │   │       ├── dlink.h
│   │   │   │   │       └── doubly_link.c
│   │   │   │   ├── merge_two_sorted_lists/
│   │   │   │   │   └── Merging_two_sorted.cpp
│   │   │   │   ├── singly_linked_list/
│   │   │   │   │   ├── menu_interface/
│   │   │   │   │   │   ├── link.h
│   │   │   │   │   │   └── singly_list.c
│   │   │   │   │   ├── operations/
│   │   │   │   │   │   ├── delete/
│   │   │   │   │   │   │   ├── delete_node_with_key.java
│   │   │   │   │   │   │   ├── delete_node_without_head_linked_list.cpp
│   │   │   │   │   │   │   └── delete_nth_node.c
│   │   │   │   │   │   ├── detect_cycle/
│   │   │   │   │   │   │   ├── detect_cycle.cpp
│   │   │   │   │   │   │   └── detect_cycle_hashmap.py
│   │   │   │   │   │   ├── find/
│   │   │   │   │   │   │   ├── find.c
│   │   │   │   │   │   │   ├── find.java
│   │   │   │   │   │   │   └── find.py
│   │   │   │   │   │   ├── insertion/
│   │   │   │   │   │   │   ├── insertion_at_end.py
│   │   │   │   │   │   │   ├── insertion_at_front.py
│   │   │   │   │   │   │   └── insertion_at_nth_node.py
│   │   │   │   │   │   ├── merge_sorted/
│   │   │   │   │   │   │   └── merge_sorted.cpp
│   │   │   │   │   │   ├── nth_node_linked_list/
│   │   │   │   │   │   │   ├── nth_node_linked_list.c
│   │   │   │   │   │   │   └── nth_node_linked_list.cpp
│   │   │   │   │   │   ├── print_reverse/
│   │   │   │   │   │   │   ├── print_reverse.py
│   │   │   │   │   │   │   └── print_reverse.scala
│   │   │   │   │   │   ├── push/
│   │   │   │   │   │   │   └── push.cpp
│   │   │   │   │   │   ├── reverse/
│   │   │   │   │   │   │   ├── reverse.c
│   │   │   │   │   │   │   ├── reverse.cpp
│   │   │   │   │   │   │   ├── reverse_iteration.cpp
│   │   │   │   │   │   │   ├── reverse_recursion.cpp
│   │   │   │   │   │   │   └── reverse_recursion2.cpp
│   │   │   │   │   │   ├── rotate/
│   │   │   │   │   │   │   └── rotate.cpp
│   │   │   │   │   │   ├── rotate_a_linked_list_by_k_nodes/
│   │   │   │   │   │   │   └── rotate_a_linked_list_by_k_nodes.cpp
│   │   │   │   │   │   ├── sort/
│   │   │   │   │   │   │   └── bubble_sort.cpp
│   │   │   │   │   │   └── unclassified/
│   │   │   │   │   │       ├── linked_list.java
│   │   │   │   │   │       ├── linked_list_example.java
│   │   │   │   │   │       ├── linked_list_operations.cpp
│   │   │   │   │   │       ├── union_intersection_in_list.c
│   │   │   │   │   │       └── union_intersection_in_list.textclipping
│   │   │   │   │   ├── singly_linked_list.c
│   │   │   │   │   ├── singly_linked_list.cpp
│   │   │   │   │   ├── singly_linked_list.cs
│   │   │   │   │   ├── singly_linked_list.go
│   │   │   │   │   ├── singly_linked_list.h
│   │   │   │   │   ├── singly_linked_list.java
│   │   │   │   │   ├── singly_linked_list.js
│   │   │   │   │   ├── singly_linked_list.py
│   │   │   │   │   ├── singly_linked_list.rb
│   │   │   │   │   ├── singly_linked_list.swift
│   │   │   │   │   ├── singly_linked_list_menu_driven.c
│   │   │   │   │   ├── singly_linked_list_with_3_nodes.java
│   │   │   │   │   └── singly_linked_list_with_classes.cpp
│   │   │   │   ├── skip_list/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── skip_list.c
│   │   │   │   │   ├── skip_list.cpp
│   │   │   │   │   ├── skip_list.java
│   │   │   │   │   ├── skip_list.rb
│   │   │   │   │   ├── skip_list.scala
│   │   │   │   │   └── skip_list.swift
│   │   │   │   ├── stack_using_linked_list/
│   │   │   │   │   └── stack_using_linked_list.c
│   │   │   │   └── xor_linked_list/
│   │   │   │       ├── README.md
│   │   │   │       └── xor_linked_list.cpp
│   │   │   ├── maxHeap/
│   │   │   │   ├── maxHeap.cpp
│   │   │   │   ├── maxHeap.h
│   │   │   │   ├── maxHeap.java
│   │   │   │   └── maxheap.py
│   │   │   ├── maxSubArray(KadaneAlgorithm)/
│   │   │   │   ├── KadaneAlgorithm.cpp
│   │   │   │   ├── KadaneAlgorithm.java
│   │   │   │   └── Kadane_algorithm.py
│   │   │   ├── minHeap/
│   │   │   │   └── minHeap.py
│   │   │   ├── minqueue/
│   │   │   │   └── minqueue.cpp
│   │   │   ├── other/
│   │   │   │   ├── README.md
│   │   │   │   └── ways_to_swap.cpp
│   │   │   ├── prefix_sum_array/
│   │   │   │   ├── prefix_sum_array.py
│   │   │   │   └── prefix_sum_subarray.cpp
│   │   │   ├── queue/
│   │   │   │   ├── README.md
│   │   │   │   ├── circular_buffer/
│   │   │   │   │   ├── circular_buffer.cpp
│   │   │   │   │   └── circular_buffer.py
│   │   │   │   ├── double_ended_queue/
│   │   │   │   │   ├── deque_library_function.cpp
│   │   │   │   │   ├── double_ended_queue.c
│   │   │   │   │   ├── double_ended_queue.cpp
│   │   │   │   │   └── double_ended_queue.py
│   │   │   │   ├── queue/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── queue.c
│   │   │   │   │   ├── queue.cpp
│   │   │   │   │   ├── queue.cs
│   │   │   │   │   ├── queue.exs
│   │   │   │   │   ├── queue.go
│   │   │   │   │   ├── queue.java
│   │   │   │   │   ├── queue.js
│   │   │   │   │   ├── queue.py
│   │   │   │   │   ├── queue.rb
│   │   │   │   │   ├── queue.swift
│   │   │   │   │   └── queue_vector.cpp
│   │   │   │   ├── queue_stream/
│   │   │   │   │   └── queue_stream.cs
│   │   │   │   ├── queue_using_linked_list/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── queue_using_linked_list.c
│   │   │   │   │   ├── queue_using_linked_list.cpp
│   │   │   │   │   ├── queue_using_linked_list.java
│   │   │   │   │   ├── queue_using_linked_list.py
│   │   │   │   │   └── queue_using_linked_list.rb
│   │   │   │   ├── queue_using_stack/
│   │   │   │   │   ├── queue_using_stack.c
│   │   │   │   │   ├── queue_using_stack.cpp
│   │   │   │   │   ├── queue_using_stack.java
│   │   │   │   │   ├── queue_using_stack.py
│   │   │   │   │   └── queue_using_stack.sh
│   │   │   │   └── reverse_queue/
│   │   │   │       ├── reverse_queue.cpp
│   │   │   │       ├── reverse_queue.go
│   │   │   │       ├── reverse_queue.java
│   │   │   │       ├── reverse_queue.py
│   │   │   │       └── reverse_queue.swift
│   │   │   ├── sparse_table/
│   │   │   │   └── sparse_table.cpp
│   │   │   ├── stack/
│   │   │   │   ├── Quick_sort_usingSack/
│   │   │   │   │   └── quick_sort.cpp
│   │   │   │   ├── README.md
│   │   │   │   ├── abstract_stack/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── cpp/
│   │   │   │   │   │   ├── array_stack/
│   │   │   │   │   │   │   ├── array_stack.cpp
│   │   │   │   │   │   │   └── array_stack.h
│   │   │   │   │   │   ├── array_stack.java
│   │   │   │   │   │   └── is_stack.h
│   │   │   │   │   └── is_stack.h
│   │   │   │   ├── balanced_expression/
│   │   │   │   │   ├── balanced_expression.c
│   │   │   │   │   ├── balanced_expression.cpp
│   │   │   │   │   ├── balanced_expression.java
│   │   │   │   │   └── balanced_expression.py
│   │   │   │   ├── infix_to_postfix/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── infix_to_postfix.c
│   │   │   │   │   ├── infix_to_postfix.cpp
│   │   │   │   │   ├── infix_to_postfix.java
│   │   │   │   │   ├── infix_to_postfix.py
│   │   │   │   │   └── infix_to_postfix2.cpp
│   │   │   │   ├── infix_to_prefix/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── infix_to_prefix.cpp
│   │   │   │   │   └── infix_to_prefix.java
│   │   │   │   ├── postfix_evaluation/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── postfix_evaluation.c
│   │   │   │   │   ├── postfix_evaluation.cpp
│   │   │   │   │   ├── postfix_evaluation.java
│   │   │   │   │   ├── postfix_evaluation.py
│   │   │   │   │   └── postfix_evaluation.sh
│   │   │   │   ├── postfix_to_prefix/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── postfix_to_prefix.cpp
│   │   │   │   ├── prefix_to_postfix/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── prefix_to_postfix.py
│   │   │   │   ├── reverse_array_using_stack/
│   │   │   │   │   └── reverse_array_using_stack.cpp
│   │   │   │   ├── reverse_stack/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── reverse_stack.c
│   │   │   │   │   ├── reverse_stack.cs
│   │   │   │   │   ├── reverse_stack.go
│   │   │   │   │   ├── reverse_stack.java
│   │   │   │   │   ├── reverse_stack.py
│   │   │   │   │   ├── reverse_stack.swift
│   │   │   │   │   └── reverse_stack_without_extra_space.cpp
│   │   │   │   ├── sort_stack/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── sort_stack.c
│   │   │   │   │   ├── sort_stack.cpp
│   │   │   │   │   └── sort_stack.py
│   │   │   │   ├── stack/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── stack.c
│   │   │   │   │   ├── stack.cpp
│   │   │   │   │   ├── stack.cs
│   │   │   │   │   ├── stack.erl
│   │   │   │   │   ├── stack.ex
│   │   │   │   │   ├── stack.go
│   │   │   │   │   ├── stack.java
│   │   │   │   │   ├── stack.js
│   │   │   │   │   ├── stack.php
│   │   │   │   │   ├── stack.py
│   │   │   │   │   ├── stack.rb
│   │   │   │   │   ├── stack.rs
│   │   │   │   │   ├── stack.swift
│   │   │   │   │   ├── stack_in_dart.dart
│   │   │   │   │   ├── stack_using_array.py
│   │   │   │   │   └── stack_using_linked_list.py
│   │   │   │   └── stack_using_queue/
│   │   │   │       ├── stack_using_queue.cpp
│   │   │   │       └── stack_using_queue.py
│   │   │   └── tree/
│   │   │       ├── b_tree/
│   │   │       │   ├── b_tree/
│   │   │       │   │   ├── b_tree.cpp
│   │   │       │   │   ├── b_tree.py
│   │   │       │   │   ├── b_tree.swift
│   │   │       │   │   └── b_tree_c/
│   │   │       │   │       ├── README.md
│   │   │       │   │       ├── btree.c
│   │   │       │   │       ├── btree.h
│   │   │       │   │       └── main.c
│   │   │       │   └── two_three_tree/
│   │   │       │       └── twothreetree.scala
│   │   │       ├── binary_tree/
│   │   │       │   ├── aa_tree/
│   │   │       │   │   ├── README.md
│   │   │       │   │   └── aa_tree.cpp
│   │   │       │   ├── avl_tree/
│   │   │       │   │   ├── avl_tree.c
│   │   │       │   │   ├── avl_tree.cpp
│   │   │       │   │   ├── avl_tree.java
│   │   │       │   │   ├── avl_tree.py.py
│   │   │       │   │   └── avl_tree.swift
│   │   │       │   ├── binary_search_tree/
│   │   │       │   │   ├── BST_Operations.cpp
│   │   │       │   │   └── README.md
│   │   │       │   ├── binary_tree/
│   │   │       │   │   ├── README.md
│   │   │       │   │   ├── Subtree_sum/
│   │   │       │   │   │   └── subtreesum_recursive.cpp
│   │   │       │   │   ├── balance_binary_tree/
│   │   │       │   │   │   ├── BST.py
│   │   │       │   │   │   └── balance_bst_dsw.cpp
│   │   │       │   │   ├── convert_to_doubly_linked_list/
│   │   │       │   │   │   └── convert_to_doubly_linked_list.cpp
│   │   │       │   │   ├── count_universal_subtree/
│   │   │       │   │   │   └── count_universal_subtrees.cpp
│   │   │       │   │   ├── diameter/
│   │   │       │   │   │   ├── README.md
│   │   │       │   │   │   ├── diameter.c
│   │   │       │   │   │   ├── diameter.cpp
│   │   │       │   │   │   ├── diameter.hs
│   │   │       │   │   │   ├── diameter.java
│   │   │       │   │   │   ├── diameter.py
│   │   │       │   │   │   ├── diameter2.c
│   │   │       │   │   │   └── diameter2.cpp
│   │   │       │   │   ├── is_balance/
│   │   │       │   │   │   ├── README.md
│   │   │       │   │   │   └── is_balance.java
│   │   │       │   │   ├── is_binary_tree/
│   │   │       │   │   │   └── is_binary_tree.cpp
│   │   │       │   │   ├── is_same/
│   │   │       │   │   │   └── is_same.cpp
│   │   │       │   │   ├── make_binary_tree/
│   │   │       │   │   │   ├── README.md
│   │   │       │   │   │   ├── from_inorder_and_postorder/
│   │   │       │   │   │   │   ├── make_tree_from_inorder_and_postorder.c
│   │   │       │   │   │   │   └── make_tree_from_inorder_and_postorder.cpp
│   │   │       │   │   │   └── from_inorder_and_preorder/
│   │   │       │   │   │       ├── README.md
│   │   │       │   │   │       ├── make_tree_from_inorder_and_preorder.c
│   │   │       │   │   │       ├── make_tree_from_inorder_and_preorder.cpp
│   │   │       │   │   │       └── make_tree_from_inorder_and_preorder.java
│   │   │       │   │   ├── make_mirror_tree/
│   │   │       │   │   │   ├── README.md
│   │   │       │   │   │   ├── make_mirror_tree.c
│   │   │       │   │   │   ├── make_mirror_tree.cpp
│   │   │       │   │   │   └── make_mirror_tree.py
│   │   │       │   │   ├── maximum_height/
│   │   │       │   │   │   ├── README.md
│   │   │       │   │   │   ├── maximum_height.cpp
│   │   │       │   │   │   ├── maximum_height.java
│   │   │       │   │   │   ├── maximum_height.py
│   │   │       │   │   │   └── maximum_height2.cpp
│   │   │       │   │   ├── minimum_height/
│   │   │       │   │   │   ├── README.md
│   │   │       │   │   │   ├── minimum_height.c
│   │   │       │   │   │   ├── minimum_height.cpp
│   │   │       │   │   │   ├── minimum_height.java
│   │   │       │   │   │   └── minimum_height.py
│   │   │       │   │   ├── node/
│   │   │       │   │   │   └── node.cpp
│   │   │       │   │   ├── path_sum/
│   │   │       │   │   │   ├── path_sum.cpp
│   │   │       │   │   │   ├── path_sum.hpp
│   │   │       │   │   │   └── sum_left/
│   │   │       │   │   │       ├── README.md
│   │   │       │   │   │       ├── left_sum.py
│   │   │       │   │   │       └── sum_left.c
│   │   │       │   │   ├── serializer/
│   │   │       │   │   │   └── serializer.cpp
│   │   │       │   │   ├── traversal/
│   │   │       │   │   │   ├── inorder/
│   │   │       │   │   │   │   └── right_threaded/
│   │   │       │   │   │   │       └── right_threaded.cpp
│   │   │       │   │   │   ├── preorder/
│   │   │       │   │   │   │   ├── left_view/
│   │   │       │   │   │   │   │   └── left_view.java
│   │   │       │   │   │   │   └── right_view/
│   │   │       │   │   │   │       ├── README.md
│   │   │       │   │   │   │       ├── right_view.cpp
│   │   │       │   │   │   │       ├── right_view.py
│   │   │       │   │   │   │       └── right_view2.cpp
│   │   │       │   │   │   └── zigzag/
│   │   │       │   │   │       └── zigzag.cpp
│   │   │       │   │   └── tree/
│   │   │       │   │       ├── README.md
│   │   │       │   │       ├── bottom_view_binary_tree/
│   │   │       │   │       │   ├── bottom_view_tree.cpp
│   │   │       │   │       │   └── bottom_view_tree.java
│   │   │       │   │       ├── tree.c
│   │   │       │   │       ├── tree.cpp
│   │   │       │   │       ├── tree.go
│   │   │       │   │       ├── tree.java
│   │   │       │   │       ├── tree.js
│   │   │       │   │       ├── tree.py
│   │   │       │   │       ├── tree.rb
│   │   │       │   │       ├── tree.swift
│   │   │       │   │       ├── tree2.java
│   │   │       │   │       └── tree2.swift
│   │   │       │   ├── inorder_threaded_binary_search_tree/
│   │   │       │   │   └── TBT_all_operations.c
│   │   │       │   ├── rope/
│   │   │       │   │   └── rope.py
│   │   │       │   └── treap/
│   │   │       │       ├── persistent_treap.kt
│   │   │       │       ├── treap.cpp
│   │   │       │       ├── treap.java
│   │   │       │       ├── treap.scala
│   │   │       │       └── treap.swift
│   │   │       ├── heap/
│   │   │       │   ├── README.md
│   │   │       │   ├── binomial_heap/
│   │   │       │   │   ├── binomial_heap.c
│   │   │       │   │   ├── binomial_heap.cpp
│   │   │       │   │   └── binomial_heap.scala
│   │   │       │   ├── max_heap/
│   │   │       │   │   ├── max_heap.c
│   │   │       │   │   ├── max_heap.cpp
│   │   │       │   │   ├── max_heap.go
│   │   │       │   │   ├── max_heap.java
│   │   │       │   │   └── max_heap.py
│   │   │       │   ├── min_heap/
│   │   │       │   │   ├── min_heap.c
│   │   │       │   │   ├── min_heap.cpp
│   │   │       │   │   ├── min_heap.java
│   │   │       │   │   ├── min_heap.js
│   │   │       │   │   ├── min_heap.py
│   │   │       │   │   ├── min_heap.rb
│   │   │       │   │   └── min_heap.swift
│   │   │       │   ├── pairing_heap/
│   │   │       │   │   ├── README.md
│   │   │       │   │   ├── pairing_heap.fs
│   │   │       │   │   └── pairing_heap.sml
│   │   │       │   ├── priority_queue/
│   │   │       │   │   ├── README.md
│   │   │       │   │   ├── leftist_tree/
│   │   │       │   │   │   └── leftist_priority_queue.cpp
│   │   │       │   │   ├── priority_queue.js
│   │   │       │   │   └── priority_queue.py
│   │   │       │   └── soft_heap/
│   │   │       │       └── soft_heap.cpp
│   │   │       ├── multiway_tree/
│   │   │       │   ├── fenwick_tree/
│   │   │       │   │   ├── README.md
│   │   │       │   │   ├── fenwick_tree.c
│   │   │       │   │   ├── fenwick_tree.cpp
│   │   │       │   │   ├── fenwick_tree.go
│   │   │       │   │   ├── fenwick_tree.java
│   │   │       │   │   ├── fenwick_tree.pl
│   │   │       │   │   ├── fenwick_tree.py
│   │   │       │   │   └── fenwick_tree_inversion_count.cpp
│   │   │       │   ├── red_black_tree/
│   │   │       │   │   ├── red_black_tree.c
│   │   │       │   │   ├── red_black_tree.cpp
│   │   │       │   │   ├── red_black_tree.h
│   │   │       │   │   ├── red_black_tree.java
│   │   │       │   │   ├── red_black_tree.rb
│   │   │       │   │   ├── red_black_tree.scala
│   │   │       │   │   └── red_black_tree.test.cpp
│   │   │       │   ├── splay_tree/
│   │   │       │   │   ├── readme.md
│   │   │       │   │   ├── splay_tree.cpp
│   │   │       │   │   ├── splay_tree.go
│   │   │       │   │   ├── splay_tree.java
│   │   │       │   │   ├── splay_tree.kt
│   │   │       │   │   └── splay_tree.scala
│   │   │       │   ├── union_find/
│   │   │       │   │   ├── README.md
│   │   │       │   │   ├── union_find.c
│   │   │       │   │   ├── union_find.cpp
│   │   │       │   │   ├── union_find.go
│   │   │       │   │   ├── union_find.java
│   │   │       │   │   ├── union_find.js
│   │   │       │   │   ├── union_find.py
│   │   │       │   │   ├── union_find.scala
│   │   │       │   │   └── union_find_dynamic.cpp
│   │   │       │   └── van_emde_boas_tree/
│   │   │       │       └── van_emde_boas.cpp
│   │   │       ├── segment_tree/
│   │   │       │   ├── LazySegmentTree.cpp
│   │   │       │   ├── generic_segment_tree.cpp
│   │   │       │   ├── segment_tree.c
│   │   │       │   ├── segment_tree.java
│   │   │       │   ├── segment_tree_optimized.cpp
│   │   │       │   └── segment_tree_rmq.adb
│   │   │       ├── space_partitioning_tree/
│   │   │       │   ├── interval_tree/
│   │   │       │   │   ├── README.md
│   │   │       │   │   ├── interval_tree.cpp
│   │   │       │   │   └── interval_tree.java
│   │   │       │   ├── kd_tree/
│   │   │       │   │   ├── kd_tree.cpp
│   │   │       │   │   └── kd_tree.java
│   │   │       │   ├── oc_tree/
│   │   │       │   │   └── oc_tree.py
│   │   │       │   ├── quad_tree/
│   │   │       │   │   ├── Python_Implementation_Visualization/
│   │   │       │   │   │   ├── QuadTree.py
│   │   │       │   │   │   └── Visualizer.py
│   │   │       │   │   └── quad_tree.swift
│   │   │       │   └── segment_tree/
│   │   │       │       ├── README.md
│   │   │       │       ├── lazy_segment_tree.java
│   │   │       │       ├── persistent_segment_tree_sum.cpp
│   │   │       │       ├── segment_tree.java
│   │   │       │       ├── segment_tree.scala
│   │   │       │       ├── segment_tree_kth_statistics_on_segment.cpp
│   │   │       │       ├── segment_tree_lazy_propagation.cpp
│   │   │       │       ├── segment_tree_rmq.adb
│   │   │       │       ├── segment_tree_rmq.cpp
│   │   │       │       ├── segment_tree_rmq.go
│   │   │       │       ├── segment_tree_rmq.py
│   │   │       │       ├── segment_tree_rmq_with_update.cpp
│   │   │       │       ├── segment_tree_sum.cpp
│   │   │       │       ├── segment_tree_sum.go
│   │   │       │       ├── segment_tree_sum.py
│   │   │       │       └── segment_tree_sum.rb
│   │   │       ├── tree/
│   │   │       │   ├── suffix_array/
│   │   │       │   │   └── suffix_array.cpp
│   │   │       │   └── trie/
│   │   │       │       ├── README.md
│   │   │       │       ├── trie.c
│   │   │       │       ├── trie.cpp
│   │   │       │       ├── trie.cs
│   │   │       │       ├── trie.go
│   │   │       │       ├── trie.java
│   │   │       │       ├── trie.js
│   │   │       │       ├── trie.py
│   │   │       │       ├── trie.rb
│   │   │       │       ├── trie.scala
│   │   │       │       └── trie.swift
│   │   │       └── van_emde_boas_tree/
│   │   │           └── van_emde_boas_tree.cpp
│   │   └── test/
│   │       ├── README.md
│   │       ├── bag/
│   │       │   └── test_bag.cpp
│   │       ├── list/
│   │       │   └── test_list.cpp
│   │       └── tree/
│   │           ├── binary_tree/
│   │           │   └── binary_tree/
│   │           │       ├── diameter/
│   │           │       │   └── test_diameter.cpp
│   │           │       ├── is_same/
│   │           │       │   └── test_is_same.cpp
│   │           │       └── path_sum/
│   │           │           ├── test_path_sum_for_sum_of_part_paths.cpp
│   │           │           ├── test_path_sum_for_sum_of_whole_paths.cpp
│   │           │           └── test_path_sum_for_whole_paths.cpp
│   │           ├── multiway_tree/
│   │           │   ├── red_black_tree/
│   │           │   │   └── test_red_black.c
│   │           │   └── union_find/
│   │           │       └── test_union_find.cpp
│   │           └── segment_tree/
│   │               └── test_generic_segment_tree.cpp
│   ├── design_pattern/
│   │   ├── src/
│   │   │   ├── OOP_patterns/
│   │   │   │   ├── README.md
│   │   │   │   ├── __init__.py
│   │   │   │   ├── adapter/
│   │   │   │   │   ├── adaptor.java
│   │   │   │   │   ├── civilian.java
│   │   │   │   │   ├── movement.java
│   │   │   │   │   └── soldiers/
│   │   │   │   │       ├── adaptee.java
│   │   │   │   │       ├── general.java
│   │   │   │   │       ├── order.java
│   │   │   │   │       └── soldier.java
│   │   │   │   ├── builder/
│   │   │   │   │   ├── builder/
│   │   │   │   │   │   ├── nationality.java
│   │   │   │   │   │   ├── person.java
│   │   │   │   │   │   └── personbuilder.java
│   │   │   │   │   └── main.java
│   │   │   │   ├── decorator/
│   │   │   │   │   └── decorator.ts
│   │   │   │   ├── facade/
│   │   │   │   │   ├── daily/
│   │   │   │   │   │   └── tasks/
│   │   │   │   │   │       ├── dailyroutinefacade.java
│   │   │   │   │   │       ├── evening/
│   │   │   │   │   │       │   └── routine/
│   │   │   │   │   │       │       ├── eat.java
│   │   │   │   │   │       │       ├── eveningroutinefacade.java
│   │   │   │   │   │       │       ├── takeashower.java
│   │   │   │   │   │       │       ├── watchyoutubevideos.java
│   │   │   │   │   │       │       └── writecode.java
│   │   │   │   │   │       ├── gym/
│   │   │   │   │   │       │   ├── benchpress.java
│   │   │   │   │   │       │   ├── deadlift.java
│   │   │   │   │   │       │   ├── gymfacade.java
│   │   │   │   │   │       │   └── squat.java
│   │   │   │   │   │       ├── job/
│   │   │   │   │   │       │   ├── develop.java
│   │   │   │   │   │       │   ├── eatatwork.java
│   │   │   │   │   │       │   ├── jobfacade.java
│   │   │   │   │   │       │   ├── leave.java
│   │   │   │   │   │       │   ├── playfifa.java
│   │   │   │   │   │       │   └── watchyoutubevideos.java
│   │   │   │   │   │       └── morning/
│   │   │   │   │   │           └── routine/
│   │   │   │   │   │               ├── dress.java
│   │   │   │   │   │               ├── eat.java
│   │   │   │   │   │               ├── leave.java
│   │   │   │   │   │               ├── morningroutinefacade.java
│   │   │   │   │   │               └── wakeup.java
│   │   │   │   │   ├── facade
│   │   │   │   │   └── main.java
│   │   │   │   ├── factory/
│   │   │   │   │   ├── gifts/
│   │   │   │   │   │   ├── booze.java
│   │   │   │   │   │   ├── car.java
│   │   │   │   │   │   ├── gift.java
│   │   │   │   │   │   ├── nothing.java
│   │   │   │   │   │   └── toy.java
│   │   │   │   │   ├── gifttype.java
│   │   │   │   │   └── roulette.java
│   │   │   │   ├── observer_java/
│   │   │   │   │   ├── demo.java
│   │   │   │   │   ├── main.java
│   │   │   │   │   └── observer/
│   │   │   │   │       ├── network/
│   │   │   │   │       │   ├── artist.java
│   │   │   │   │       │   └── fan.java
│   │   │   │   │       ├── observer.java
│   │   │   │   │       └── subject.java
│   │   │   │   ├── observer_pattern/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── observer_pattern.cpp
│   │   │   │   │   ├── observer_pattern.py
│   │   │   │   │   └── observer_pattern.rs
│   │   │   │   ├── proxy/
│   │   │   │   │   ├── demo/
│   │   │   │   │   │   └── demo.java
│   │   │   │   │   ├── main.java
│   │   │   │   │   ├── protection/
│   │   │   │   │   │   └── proxy/
│   │   │   │   │   │       ├── registeredusers.java
│   │   │   │   │   │       ├── user.java
│   │   │   │   │   │       ├── userproxy.java
│   │   │   │   │   │       └── validuser.java
│   │   │   │   │   └── virtual/
│   │   │   │   │       └── proxy/
│   │   │   │   │           ├── demo.java
│   │   │   │   │           ├── ultrahdvideo.java
│   │   │   │   │           ├── video.java
│   │   │   │   │           └── videoproxy.java
│   │   │   │   └── singleton_pattern/
│   │   │   │       ├── singleton_pattern.cpp
│   │   │   │       ├── singleton_pattern.java
│   │   │   │       ├── singleton_pattern.php
│   │   │   │       └── singleton_pattern.py
│   │   │   ├── __init__.py
│   │   │   ├── builder_pattern/
│   │   │   │   └── builder.cs
│   │   │   ├── functional_patterns/
│   │   │   │   ├── README.md
│   │   │   │   └── functional_patterns/
│   │   │   │       └── scala/
│   │   │   │           ├── build.sbt
│   │   │   │           ├── project/
│   │   │   │           │   └── build.properties
│   │   │   │           └── src/
│   │   │   │               └── main/
│   │   │   │                   └── scala/
│   │   │   │                       ├── arrows/
│   │   │   │                       │   └── arrow/
│   │   │   │                       │       └── arrow.scala
│   │   │   │                       ├── functors/
│   │   │   │                       │   ├── applicative/
│   │   │   │                       │   │   └── functor/
│   │   │   │                       │   │       └── applicativefunctor.scala
│   │   │   │                       │   ├── bifunctor/
│   │   │   │                       │   │   └── bifunctor.scala
│   │   │   │                       │   ├── contravariant/
│   │   │   │                       │   │   └── contravariant.scala
│   │   │   │                       │   ├── functor/
│   │   │   │                       │   │   └── functor.scala
│   │   │   │                       │   ├── multifunctor/
│   │   │   │                       │   │   └── multifunctor.scala
│   │   │   │                       │   └── profunctor/
│   │   │   │                       │       └── profunctor.scala
│   │   │   │                       ├── main.scala
│   │   │   │                       └── monads/
│   │   │   │                           ├── comonad/
│   │   │   │                           │   └── comonad.scala
│   │   │   │                           ├── costate/
│   │   │   │                           │   └── monad/
│   │   │   │                           │       └── costatemonad.scala
│   │   │   │                           ├── free/
│   │   │   │                           │   └── monad/
│   │   │   │                           │       └── freemonad.scala
│   │   │   │                           ├── gonad/
│   │   │   │                           │   └── gonad.scala
│   │   │   │                           ├── io/
│   │   │   │                           │   └── monad/
│   │   │   │                           │       └── iomonad.scala
│   │   │   │                           ├── monad/
│   │   │   │                           │   └── monad.scala
│   │   │   │                           └── state/
│   │   │   │                               └── monad/
│   │   │   │                                   └── statemonad.scala
│   │   │   ├── iterator_pattern/
│   │   │   │   ├── class.java
│   │   │   │   ├── classiterator.java
│   │   │   │   ├── iterator.java
│   │   │   │   ├── main.java
│   │   │   │   └── student.java
│   │   │   ├── policy_based_design/
│   │   │   │   ├── policy_design.cpp
│   │   │   │   └── readme.md
│   │   │   └── singleton_pattern/
│   │   │       ├── singleton_pattern.cs
│   │   │       └── singleton_pattern.js
│   │   └── test/
│   │       ├── README.md
│   │       ├── __init__.py
│   │       └── test_observer.py
│   ├── divide_conquer/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── closest_pair_of_points/
│   │   │   │   ├── closest_pair.cpp
│   │   │   │   └── closest_pair.py
│   │   │   ├── factorial/
│   │   │   │   ├── factorial.cpp
│   │   │   │   └── factorial.py
│   │   │   ├── inversion_count/
│   │   │   │   ├── README.md
│   │   │   │   ├── count_inversions.c
│   │   │   │   ├── inversion_count.cpp
│   │   │   │   ├── inversion_count.java
│   │   │   │   ├── inversion_count.js
│   │   │   │   └── inversion_count.py
│   │   │   ├── karatsuba_multiplication/
│   │   │   │   ├── karatsuba_multiplication.py
│   │   │   │   ├── karatsubamultiply.cpp
│   │   │   │   └── multiply.java
│   │   │   ├── maximum_contiguous_subsequence_sum/
│   │   │   │   └── maximum_contiguous_subsequence_sum.c
│   │   │   ├── merge_sort_using_divide_and_conquer/
│   │   │   │   ├── README.md
│   │   │   │   ├── inversions.c
│   │   │   │   ├── merge_sort_using_divide_and_conquer.cpp
│   │   │   │   └── merge_sort_using_divide_and_conquer.java
│   │   │   ├── power_of_a_number/
│   │   │   │   ├── power_of_a_number.cpp
│   │   │   │   └── power_of_a_number.py
│   │   │   ├── quick_hull/
│   │   │   │   └── quick_hull.cpp
│   │   │   ├── quick_sort/
│   │   │   │   ├── Quick_Sort.cs
│   │   │   │   ├── README.md
│   │   │   │   ├── quick_sort.c
│   │   │   │   ├── quick_sort.cpp
│   │   │   │   ├── quick_sort.hs
│   │   │   │   ├── quick_sort.py
│   │   │   │   ├── quick_sort.rs
│   │   │   │   ├── quick_sort.swift
│   │   │   │   ├── quick_sort2.cpp
│   │   │   │   └── quicksort.java
│   │   │   ├── search_in_a_rotated_array/
│   │   │   │   └── search_in_a_rotated_array.cpp
│   │   │   ├── strassen_matrix_multiplication/
│   │   │   │   ├── main.cpp
│   │   │   │   └── strassen.py
│   │   │   ├── tournament_method_to_find_min_max/
│   │   │   │   └── tournament_method_to_find_min_max.c
│   │   │   ├── warnock_algorithm/
│   │   │   │   └── warnock_algorithm.pde
│   │   │   └── x_power_y/
│   │   │       └── x_power_y.c
│   │   └── test/
│   │       └── README.md
│   ├── dynamic_programming/
│   │   ├── src/
│   │   │   ├── Climbing Stairs/
│   │   │   │   └── solution.cpp
│   │   │   ├── Count_Subsequence_Having_Product_Less_Than_K/
│   │   │   │   └── Solution.cpp
│   │   │   ├── README.md
│   │   │   ├── array_median/
│   │   │   │   ├── array_median.c
│   │   │   │   ├── array_median.cpp
│   │   │   │   ├── array_median.exs
│   │   │   │   ├── array_median.java
│   │   │   │   ├── array_median.php
│   │   │   │   ├── array_median.py
│   │   │   │   ├── array_median.rb
│   │   │   │   └── array_median.rs
│   │   │   ├── assembly_line_scheduling/
│   │   │   │   └── assembly_line_scheduling.cpp
│   │   │   ├── best_time_to_sell_stock_II/
│   │   │   │   └── best_time_to_sell_stock_II.cpp
│   │   │   ├── binomial_coefficient/
│   │   │   │   ├── README.md
│   │   │   │   ├── binomial_coefficient.c
│   │   │   │   ├── binomial_coefficient.cpp
│   │   │   │   ├── binomial_coefficient.ex
│   │   │   │   ├── binomial_coefficient.java
│   │   │   │   ├── binomial_coefficient.js
│   │   │   │   └── binomial_coefficient.py
│   │   │   ├── bitmask_dp/
│   │   │   │   ├── README.md
│   │   │   │   └── bitmask_dp_prob#1.cpp
│   │   │   ├── boolean_parenthesization/
│   │   │   │   ├── README.md
│   │   │   │   ├── boolean_parenthesization.c
│   │   │   │   ├── boolean_parenthesization.cpp
│   │   │   │   ├── boolean_parenthesization.java
│   │   │   │   ├── boolean_parenthesization.py
│   │   │   │   └── boolean_parenthesization.swift
│   │   │   ├── box_stacking/
│   │   │   │   ├── README.md
│   │   │   │   ├── box_stacking.cpp
│   │   │   │   ├── box_stacking.java
│   │   │   │   └── box_stacking.py
│   │   │   ├── catalan/
│   │   │   │   └── catalan_number.go
│   │   │   ├── coin_change/
│   │   │   │   ├── README.md
│   │   │   │   ├── coin_change.java
│   │   │   │   ├── coin_change.py
│   │   │   │   ├── coinchange.c
│   │   │   │   ├── coinchange.cpp
│   │   │   │   ├── coinchange.go
│   │   │   │   └── mincoinchange.cpp
│   │   │   ├── die_simulation/
│   │   │   │   ├── README.md
│   │   │   │   └── die_simulation.cpp
│   │   │   ├── digit_dp/
│   │   │   │   ├── DigitDP.java
│   │   │   │   └── digit_dp.cpp
│   │   │   ├── edit_distance/
│   │   │   │   ├── README.md
│   │   │   │   ├── edit_distance.c
│   │   │   │   ├── edit_distance.cpp
│   │   │   │   ├── edit_distance.go
│   │   │   │   ├── edit_distance.hs
│   │   │   │   ├── edit_distance.java
│   │   │   │   ├── edit_distance.php
│   │   │   │   ├── edit_distance.py
│   │   │   │   ├── edit_distance.rs
│   │   │   │   ├── edit_distance_backtracking.cpp
│   │   │   │   └── edit_distance_hirschberg.cpp
│   │   │   ├── egg_dropping_puzzle/
│   │   │   │   ├── README.md
│   │   │   │   ├── egg_dropping_puzzle.c
│   │   │   │   ├── egg_dropping_puzzle.cpp
│   │   │   │   ├── egg_dropping_puzzle.cs
│   │   │   │   ├── egg_dropping_puzzle.hs
│   │   │   │   ├── egg_dropping_puzzle.py
│   │   │   │   └── eggdroppingpuzzle.java
│   │   │   ├── factorial/
│   │   │   │   ├── factorial.c
│   │   │   │   ├── factorial.cpp
│   │   │   │   ├── factorial.exs
│   │   │   │   ├── factorial.go
│   │   │   │   ├── factorial.java
│   │   │   │   ├── factorial.js
│   │   │   │   ├── factorial.md
│   │   │   │   ├── factorial.py
│   │   │   │   ├── factorial.rs
│   │   │   │   └── factorial.scala
│   │   │   ├── fibonacci/
│   │   │   │   ├── fibonacci.c
│   │   │   │   ├── fibonacci.cpp
│   │   │   │   ├── fibonacci.exs
│   │   │   │   ├── fibonacci.go
│   │   │   │   ├── fibonacci.java
│   │   │   │   ├── fibonacci.js
│   │   │   │   ├── fibonacci.md
│   │   │   │   └── fibonacci.py
│   │   │   ├── friends_pairing/
│   │   │   │   ├── friends_pairing.c
│   │   │   │   ├── friends_pairing.cpp
│   │   │   │   └── friends_pairing.py
│   │   │   ├── house_robber/
│   │   │   │   ├── HouseRobber.cpp
│   │   │   │   ├── HouseRobber.java
│   │   │   │   ├── HouseRobber.js
│   │   │   │   └── README.md
│   │   │   ├── knapsack/
│   │   │   │   ├── Knapsack_DP_all3tech.cpp
│   │   │   │   ├── README.md
│   │   │   │   ├── knapsack.c
│   │   │   │   ├── knapsack.cpp
│   │   │   │   ├── knapsack.go
│   │   │   │   ├── knapsack.java
│   │   │   │   ├── knapsack.js
│   │   │   │   └── knapsack.py
│   │   │   ├── largest_sum_contiguous_subarray/
│   │   │   │   ├── README.md
│   │   │   │   ├── largest_sum_contiguous_subarray.c
│   │   │   │   ├── largest_sum_contiguous_subarray.cpp
│   │   │   │   ├── largest_sum_contiguous_subarray.go
│   │   │   │   ├── largest_sum_contiguous_subarray.hs
│   │   │   │   ├── largest_sum_contiguous_subarray.java
│   │   │   │   └── largest_sum_contiguous_subarray.py
│   │   │   ├── longest_bitonic_sequence/
│   │   │   │   ├── README.md
│   │   │   │   ├── longest_bitonic_sequence.c
│   │   │   │   ├── longest_bitonic_sequence.js
│   │   │   │   ├── longest_bitonic_sequence.py
│   │   │   │   ├── longestbitonicseq.cpp
│   │   │   │   └── longestbitonicsequence.java
│   │   │   ├── longest_common_increasing_subsequence/
│   │   │   │   └── longest_common_increasing_subsequence.cpp
│   │   │   ├── longest_common_subsequence/
│   │   │   │   ├── Printing_longest_common_subsequence.cpp
│   │   │   │   ├── README.md
│   │   │   │   ├── longest_common_subsequence.c
│   │   │   │   ├── longest_common_subsequence.cpp
│   │   │   │   ├── longest_common_subsequence.cs
│   │   │   │   ├── longest_common_subsequence.go
│   │   │   │   ├── longest_common_subsequence.java
│   │   │   │   ├── longest_common_subsequence.php
│   │   │   │   ├── longest_common_subsequence.py
│   │   │   │   └── longest_common_subsequence_rec.java
│   │   │   ├── longest_common_subsequence_substring/
│   │   │   │   └── longest_common_subsequence_substring_problem.cpp
│   │   │   ├── longest_common_substring/
│   │   │   │   ├── Longest_Common_Substring.java
│   │   │   │   ├── Longest_Common_Substring.py
│   │   │   │   ├── Longest_Common_Substring_rename.cpp
│   │   │   │   └── longest_common_substring_2.cpp
│   │   │   ├── longest_increasing_subsequence/
│   │   │   │   ├── README.md
│   │   │   │   ├── longest_increasing_subsequence.c
│   │   │   │   ├── longest_increasing_subsequence.cpp
│   │   │   │   ├── longest_increasing_subsequence.go
│   │   │   │   ├── longest_increasing_subsequence.java
│   │   │   │   ├── longest_increasing_subsequence.js
│   │   │   │   ├── longest_increasing_subsequence.py
│   │   │   │   └── longest_increasing_subsequence_using_segment_tree.cpp
│   │   │   ├── longest_independent_set/
│   │   │   │   └── README.md
│   │   │   ├── longest_palindromic_sequence/
│   │   │   │   ├── README.md
│   │   │   │   ├── longest_palindromic_sequence.c
│   │   │   │   ├── longest_palindromic_sequence.cpp
│   │   │   │   ├── longest_palindromic_sequence.js
│   │   │   │   └── longest_palindromic_sequence.py
│   │   │   ├── longest_palindromic_substring/
│   │   │   │   ├── README.md
│   │   │   │   ├── longest_palindromic_substring.cpp
│   │   │   │   └── longest_palindromic_substring.py
│   │   │   ├── longest_repeating_subsequence/
│   │   │   │   └── longest_repeating_subsequence.cpp
│   │   │   ├── matrix_chain_multiplication/
│   │   │   │   ├── README.md
│   │   │   │   ├── matrix_chain_multiplication.c
│   │   │   │   ├── matrix_chain_multiplication.cpp
│   │   │   │   ├── matrix_chain_multiplication.py
│   │   │   │   └── matrixchainmultiplication.java
│   │   │   ├── maximum_product_subarray/
│   │   │   │   └── maximum_product_subarray.cpp
│   │   │   ├── maximum_subarray_sum/
│   │   │   │   └── maximum_subarray_sum.cpp
│   │   │   ├── maximum_sum_increasing_subsequence/
│   │   │   │   ├── README.md
│   │   │   │   ├── maximum_sum_increasing_subsequence.c
│   │   │   │   └── maximum_sum_increasing_subsequence.cpp
│   │   │   ├── maximum_sum_sub_matrix/
│   │   │   │   ├── maximum_sum_sub_matrix.cpp
│   │   │   │   └── maximum_sum_sub_matrix.java
│   │   │   ├── maximum_weight_independent_set_of_path_graph/
│   │   │   │   └── maximum_weight_independent_set_of_path_graph.cpp
│   │   │   ├── min_cost_path/
│   │   │   │   ├── README.md
│   │   │   │   ├── min_cost_path.c
│   │   │   │   ├── min_cost_path.cpp
│   │   │   │   ├── min_cost_path.java
│   │   │   │   └── min_cost_path.py
│   │   │   ├── min_rests_skipped_to_reach_on_time/
│   │   │   │   ├── Minimum Skips to Arrive at Meeting On Time.go
│   │   │   │   ├── Minimum Skips to Arrive at Meeting On Time.java
│   │   │   │   ├── Minimum Skips to Arrive at Meeting On Time.py
│   │   │   │   ├── README.md
│   │   │   │   └── min_skips.cpp
│   │   │   ├── minimum_cost_polygon_triangulation/
│   │   │   │   └── README.md
│   │   │   ├── minimum_insertion_palindrome/
│   │   │   │   └── minimum_insertions_palindrome_using_lcs.cpp
│   │   │   ├── newman_conway/
│   │   │   │   └── newman_conway_dp.cpp
│   │   │   ├── no_consec_ones/
│   │   │   │   ├── README.md
│   │   │   │   ├── no_consec_1.cpp
│   │   │   │   └── no_consec_ones.py
│   │   │   ├── number_of_dice_rolls_with_target_sum/
│   │   │   │   └── NumberOfDiceRollsWithTargetSum.java
│   │   │   ├── number_of_substring_divisible_by_8_but_not_3/
│   │   │   │   ├── README.md
│   │   │   │   └── number_of_substrings.cpp
│   │   │   ├── numeric_keypad_problem/
│   │   │   │   └── numeric_keypad_problem.cpp
│   │   │   ├── optimal_binary_search_tree/
│   │   │   │   └── optimal_bst.py
│   │   │   ├── palindrome_partition/
│   │   │   │   ├── README.md
│   │   │   │   ├── palindrome_partition.cpp
│   │   │   │   └── palindrome_partition.js
│   │   │   ├── rod_cutting/
│   │   │   │   ├── README.md
│   │   │   │   ├── rod_cutting.c
│   │   │   │   ├── rod_cutting.cpp
│   │   │   │   ├── rod_cutting.go
│   │   │   │   ├── rod_cutting.hs
│   │   │   │   └── rod_cutting.py
│   │   │   ├── shortest_common_supersequence/
│   │   │   │   ├── README.md
│   │   │   │   ├── scs.java
│   │   │   │   ├── shortest_common_supersequence.cpp
│   │   │   │   └── shortest_common_supersequence.py
│   │   │   ├── subset_sum/
│   │   │   │   ├── README.md
│   │   │   │   ├── subset_sum.cpp
│   │   │   │   ├── subset_sum.go
│   │   │   │   ├── subset_sum.java
│   │   │   │   └── subset_sum.py
│   │   │   ├── tiling_problem/
│   │   │   │   ├── README.md
│   │   │   │   ├── tiling_problem.c
│   │   │   │   ├── tiling_problem.cpp
│   │   │   │   └── tiling_problem.py
│   │   │   ├── trapping_rain_water/
│   │   │   │   ├── rainwater_trapping.cpp
│   │   │   │   ├── trapping_rain_water.cpp
│   │   │   │   ├── trapping_rain_water.java
│   │   │   │   └── trapping_rain_water.py
│   │   │   ├── unique_paths/
│   │   │   │   └── unique_paths.cpp
│   │   │   ├── weighted_job_scheduling/
│   │   │   │   ├── README.md
│   │   │   │   ├── weighted_job_scheduling.cpp
│   │   │   │   └── weighted_job_scheduling.py
│   │   │   └── wildcard_matching/
│   │   │       ├── wildcard.cpp
│   │   │       └── wildcard.md
│   │   └── test/
│   │       ├── README.md
│   │       ├── longest_repeating_subsequence/
│   │       │   └── longest_repeating_subsequence_test.cpp
│   │       └── subset_sum/
│   │           └── test_subset_sum.cpp
│   ├── filters/
│   │   └── src/
│   │       ├── gaussian_filter/
│   │       │   └── gaussian_filter.py
│   │       └── median_filter/
│   │           └── median_filter.py
│   ├── game_theory/
│   │   └── src/
│   │       ├── expectimax/
│   │       │   └── expectimax.py
│   │       ├── game_of_nim_next_best_move/
│   │       │   └── game_of_nim_next_best_move.py
│   │       ├── game_of_nim_win_loss_prediction/
│   │       │   └── game_of_nim_win_loss_prediction.py
│   │       ├── grundy_numbers_kayle/
│   │       │   └── grundy_numbers_kayle.py
│   │       └── minimax/
│   │           └── minimax.py
│   ├── git/
│   │   ├── undo-changes.md
│   │   └── viewhist.md
│   ├── graph_algorithms/
│   │   ├── src/
│   │   │   ├── Number-of-Islands-using-DFS.cpp
│   │   │   ├── README.md
│   │   │   ├── adjacency_lists_graph_representation/
│   │   │   │   └── adjacency_lists_in_c/
│   │   │   │       ├── README.MD
│   │   │   │       ├── lgraph_stack.c
│   │   │   │       ├── lgraph_stack.h
│   │   │   │       ├── lgraph_struct.c
│   │   │   │       ├── lgraph_struct.h
│   │   │   │       └── main.c
│   │   │   ├── astar_algorithm/
│   │   │   │   └── astar_algorithm.js
│   │   │   ├── bellman_ford_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   ├── bellman_ford_algorithm.c
│   │   │   │   ├── bellman_ford_algorithm.cpp
│   │   │   │   ├── bellman_ford_algorithm.js
│   │   │   │   ├── bellman_ford_algorithm.php
│   │   │   │   ├── bellman_ford_algorithm.py
│   │   │   │   ├── bellman_ford_algorithm_adjacency_list.java
│   │   │   │   └── bellman_ford_algorithm_edge_list.java
│   │   │   ├── biconnected_components/
│   │   │   │   ├── README.md
│   │   │   │   ├── biconnected_components.cpp
│   │   │   │   ├── biconnected_components.java
│   │   │   │   └── biconnected_components.py
│   │   │   ├── bipartite_check/
│   │   │   │   ├── bipartite_check.cpp
│   │   │   │   └── bipartite_check.java
│   │   │   ├── bipartite_checking/
│   │   │   │   ├── README.md
│   │   │   │   ├── bipartite_checking.cpp
│   │   │   │   ├── bipartite_checking.java
│   │   │   │   ├── bipartite_checking2.cpp
│   │   │   │   └── bipartite_checking_adjacency_list.java
│   │   │   ├── boruvka_minimum_spanning_tree/
│   │   │   │   ├── README.md
│   │   │   │   └── boruvka_minimum_spanning_tree.cpp
│   │   │   ├── breadth_first_search/
│   │   │   │   ├── README.md
│   │   │   │   ├── breadth_first_search.c
│   │   │   │   ├── breadth_first_search.cpp
│   │   │   │   ├── breadth_first_search.java
│   │   │   │   ├── breadth_first_search.py
│   │   │   │   ├── breadth_first_search.rb
│   │   │   │   └── breadth_first_search.swift
│   │   │   ├── bridge_tree/
│   │   │   │   └── bridge_tree.cpp
│   │   │   ├── bridges_in_graph/
│   │   │   │   ├── Count_bridges.py
│   │   │   │   ├── README.md
│   │   │   │   └── bridges.cpp
│   │   │   ├── bron_kerbosch_algorithm/
│   │   │   │   └── bron_kerbosch_algorithm.java
│   │   │   ├── centroid_decomposition/
│   │   │   │   ├── centroid_decomposition.cpp
│   │   │   │   └── centroid_decomposition.java
│   │   │   ├── channel_assignment/
│   │   │   │   └── README.md
│   │   │   ├── connected_components/
│   │   │   │   └── connected_components.c
│   │   │   ├── count_of_ways_n/
│   │   │   │   └── count_of_ways_n.cpp
│   │   │   ├── cut_vertices/
│   │   │   │   ├── README.md
│   │   │   │   └── cut_vertices.cpp
│   │   │   ├── cycle_directed_graph/
│   │   │   │   ├── README.md
│   │   │   │   ├── cycle_directed_graph.c
│   │   │   │   ├── cycle_directed_graph.cpp
│   │   │   │   ├── cycle_directed_graph.py
│   │   │   │   └── cycle_directed_graph_detection.c
│   │   │   ├── cycle_undirected_graph/
│   │   │   │   ├── README.md
│   │   │   │   ├── cycle_undirected_graph.cpp
│   │   │   │   ├── cycle_undirected_graph.py
│   │   │   │   ├── cycle_undirected_graph_check.java
│   │   │   │   └── cycle_undirected_graph_union_find.cpp
│   │   │   ├── data_structures/
│   │   │   │   ├── README.md
│   │   │   │   ├── adjacency_list.cpp
│   │   │   │   ├── adjacency_list.py
│   │   │   │   ├── adjacency_matrix.cpp
│   │   │   │   ├── adjacency_matrix.py
│   │   │   │   └── adjacency_matrix_c/
│   │   │   │       ├── main.c
│   │   │   │       ├── mgraph_struct.c
│   │   │   │       └── mgraph_struct.h
│   │   │   ├── depth_first_search/
│   │   │   │   ├── README.md
│   │   │   │   ├── depth_first_search.c
│   │   │   │   ├── depth_first_search.cpp
│   │   │   │   ├── depth_first_search.cs
│   │   │   │   ├── depth_first_search.go
│   │   │   │   ├── depth_first_search.java
│   │   │   │   ├── depth_first_search.kt
│   │   │   │   ├── depth_first_search.py
│   │   │   │   └── depth_first_search.rb
│   │   │   ├── dijkstra_shortest_path/
│   │   │   │   ├── README.md
│   │   │   │   ├── dijkstra_shortest_path.c
│   │   │   │   ├── dijkstra_shortest_path.cpp
│   │   │   │   ├── dijkstra_shortest_path.java
│   │   │   │   ├── dijkstra_shortest_path.js
│   │   │   │   ├── dijkstra_shortest_path.py
│   │   │   │   ├── dijkstra_shortest_path_efficient.py
│   │   │   │   └── dijkstra_shortest_path_gnu_fast.cpp
│   │   │   ├── dinic_maximum_flow/
│   │   │   │   └── dinic_maximum_flow.cpp
│   │   │   ├── eulerian_path/
│   │   │   │   ├── README.md
│   │   │   │   ├── eulerian_path.java
│   │   │   │   └── eulerian_path.py
│   │   │   ├── fleury_algorithm_euler_path/
│   │   │   │   └── README.md
│   │   │   ├── floyd_warshall_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   ├── floyd_warshall.go
│   │   │   │   ├── floyd_warshall_algorithm.c
│   │   │   │   ├── floyd_warshall_algorithm.cpp
│   │   │   │   ├── floyd_warshall_algorithm.java
│   │   │   │   └── floyd_warshall_algorithm.py
│   │   │   ├── ford_fulkerson_maximum_flow/
│   │   │   │   ├── README.md
│   │   │   │   ├── ford_fulkerson_maximum_flow.cpp
│   │   │   │   ├── ford_fulkerson_maximum_flow_using_bfs.cpp
│   │   │   │   ├── ford_fulkerson_maximum_flow_using_bfs.java
│   │   │   │   └── ford_fulkerson_maximum_flow_using_bfs.py
│   │   │   ├── graph_coloring/
│   │   │   │   ├── README.md
│   │   │   │   ├── graph_coloring.cpp
│   │   │   │   ├── graph_coloring.java
│   │   │   │   └── graph_coloring_greedy.py
│   │   │   ├── hamiltonian_cycle/
│   │   │   │   ├── README.md
│   │   │   │   ├── hamiltonian_cycle.java
│   │   │   │   └── hamiltonian_cycle.py
│   │   │   ├── hamiltonian_path/
│   │   │   │   └── hamiltonian_path.cpp
│   │   │   ├── hopcroft_karp_algorithm/
│   │   │   │   └── README.md
│   │   │   ├── johnson_algorithm_shortest_path/
│   │   │   │   ├── README.md
│   │   │   │   └── johnson_algorithm_shortest_path.py
│   │   │   ├── karger_minimum_cut/
│   │   │   │   ├── README.md
│   │   │   │   └── karger_minimum_cut.java
│   │   │   ├── kruskal_minimum_spanning_tree/
│   │   │   │   ├── README.md
│   │   │   │   ├── kruskal_minimum_spanning_tree.c
│   │   │   │   ├── kruskal_minimum_spanning_tree.cpp
│   │   │   │   ├── kruskal_minimum_spanning_tree.java
│   │   │   │   └── kruskal_minimum_spanning_tree.py
│   │   │   ├── kuhn_maximum_matching/
│   │   │   │   └── kuhn_maximum_matching.cpp
│   │   │   ├── kuhn_munkres_algorithm/
│   │   │   │   └── kuhn_munkres_algorithm.cpp
│   │   │   ├── left_view_binary_tree/
│   │   │   │   ├── left_view_binary_tree.cpp
│   │   │   │   ├── left_view_binary_tree.java
│   │   │   │   └── left_view_binary_tree.py
│   │   │   ├── longest_path_directed_acyclic_graph/
│   │   │   │   ├── README.md
│   │   │   │   └── longest_path_directed_acyclic_graph.cpp
│   │   │   ├── lowest_common_ancestor/
│   │   │   │   └── lowest_common_ancestor.cpp
│   │   │   ├── matrix_transformation/
│   │   │   │   └── matrix_transformation.swift
│   │   │   ├── maximum_bipartite_matching/
│   │   │   │   ├── README.md
│   │   │   │   └── maximum_bipartite_matching.py
│   │   │   ├── maximum_edge_disjoint_paths/
│   │   │   │   └── README.md
│   │   │   ├── minimum_s_t_cut/
│   │   │   │   └── README.md
│   │   │   ├── negative_cycle_finding/
│   │   │   │   └── negativeCycleFinding.cpp
│   │   │   ├── postorder_from_inorder_and_preorder/
│   │   │   │   └── postorder_from_inorder_and_preorder.cpp
│   │   │   ├── prim_minimum_spanning_tree/
│   │   │   │   ├── README.md
│   │   │   │   ├── prim_minimum_spanning_tree.c
│   │   │   │   ├── prim_minimum_spanning_tree.cpp
│   │   │   │   └── prim_minimum_spanning_tree.py
│   │   │   ├── push_relabel/
│   │   │   │   └── push_relabel.cpp
│   │   │   ├── redundant-connection/
│   │   │   │   └── redundant_connection.cpp
│   │   │   ├── shortest_path_k_edges/
│   │   │   │   └── README.md
│   │   │   ├── steiner_tree/
│   │   │   │   └── steiner_tree.java
│   │   │   ├── strongly_connected_components/
│   │   │   │   ├── README.md
│   │   │   │   ├── strongly_connected_components.cpp
│   │   │   │   └── strongly_connected_components.py
│   │   │   ├── tarjan_algorithm_strongly_connected_components/
│   │   │   │   ├── README.md
│   │   │   │   └── tarjan_algorithm_strongly_connected_components.c
│   │   │   ├── topological_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── kahn_algo_unique_toposort.cpp
│   │   │   │   ├── kahn_algorithm_basic.cpp
│   │   │   │   ├── print_all_topological_sorts.cpp
│   │   │   │   ├── topological_sort.c
│   │   │   │   ├── topological_sort.cpp
│   │   │   │   ├── topological_sort.hs
│   │   │   │   ├── topological_sort.js
│   │   │   │   ├── topological_sort.py
│   │   │   │   ├── topological_sort_adjacency_list.java
│   │   │   │   ├── topological_sort_adjacency_list2.java
│   │   │   │   ├── topological_sort_adjacency_matrix.java
│   │   │   │   └── topological_sort_adjacency_matrix2.java
│   │   │   ├── transitive_closure_graph/
│   │   │   │   ├── README.md
│   │   │   │   ├── transitive_closure_graph.cpp
│   │   │   │   ├── transitive_closure_graph.py
│   │   │   │   ├── transitive_closure_graph_floyd_warshall.cpp
│   │   │   │   ├── transitive_closure_graph_powering.cpp
│   │   │   │   └── transitive_closure_graph_powering_improved.cpp
│   │   │   ├── travelling_sales_man_dp/
│   │   │   │   ├── README.md
│   │   │   │   └── travelling_salesman_dp.cpp
│   │   │   ├── travelling_salesman_branch&bound/
│   │   │   │   └── tsp_branch_bound.cpp
│   │   │   ├── travelling_salesman_mst/
│   │   │   │   ├── README.md
│   │   │   │   ├── travelling_salesman.c
│   │   │   │   ├── travelling_salesman.cpp
│   │   │   │   └── travelling_salesman.py
│   │   │   └── vertex_cover/
│   │   │       └── README.md
│   │   └── test/
│   │       ├── README.md
│   │       ├── floyd_warshall_graph/
│   │       │   └── floyd_warshal_test.go
│   │       ├── matrix_transformation/
│   │       │   └── test_matrix_transformation.swift
│   │       └── push_relabel/
│   │           └── test_push_relabel.cpp
│   ├── greedy_algorithms/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── SplitArrayLargestSum/
│   │   │   │   ├── README.md
│   │   │   │   └── SplitArrayLargestSum.cpp
│   │   │   ├── activity_selection/
│   │   │   │   ├── README.md
│   │   │   │   ├── activity_selection.c
│   │   │   │   ├── activity_selection.cpp
│   │   │   │   ├── activity_selection.java
│   │   │   │   └── activity_selection.py
│   │   │   ├── dials_algorithm/
│   │   │   │   └── dials_algorithm.cpp
│   │   │   ├── dijkstra_shortest_path/
│   │   │   │   ├── README.md
│   │   │   │   ├── dijkstra_shortest_path.c
│   │   │   │   ├── dijkstra_shortest_path.cpp
│   │   │   │   ├── dijkstra_shortest_path.java
│   │   │   │   └── dijkstra_shortest_path.py
│   │   │   ├── egyptian_fraction/
│   │   │   │   ├── egyptian_fraction.c
│   │   │   │   ├── egyptian_fraction.cpp
│   │   │   │   ├── egyptian_fraction.php
│   │   │   │   └── egyptian_fraction.py
│   │   │   ├── fractional_knapsack/
│   │   │   │   ├── README.md
│   │   │   │   ├── fractional_knapsack.c
│   │   │   │   ├── fractional_knapsack.cpp
│   │   │   │   ├── fractional_knapsack.cs
│   │   │   │   ├── fractional_knapsack.go
│   │   │   │   ├── fractional_knapsack.java
│   │   │   │   └── fractional_knapsack.py
│   │   │   ├── hillclimber/
│   │   │   │   └── hillclimber.java
│   │   │   ├── huffman_coding/
│   │   │   │   ├── README.md
│   │   │   │   ├── huffman_GreedyAlgo.java
│   │   │   │   ├── huffman_coding.c
│   │   │   │   ├── huffman_coding.cpp
│   │   │   │   └── huffman_coding.py
│   │   │   ├── job_sequencing/
│   │   │   │   ├── README.md
│   │   │   │   ├── job_sequencing.cpp
│   │   │   │   ├── job_sequencing.java
│   │   │   │   └── job_sequencing.py
│   │   │   ├── k_centers/
│   │   │   │   ├── README.md
│   │   │   │   └── k_centers.py
│   │   │   ├── kruskal_minimum_spanning_tree/
│   │   │   │   ├── README.md
│   │   │   │   ├── kruskal.c
│   │   │   │   ├── kruskal.cpp
│   │   │   │   ├── kruskal.py
│   │   │   │   └── kruskal_using_adjacency_matrix.c
│   │   │   ├── min_lateness/
│   │   │   │   ├── README.md
│   │   │   │   └── min_lateness.cpp
│   │   │   ├── min_operation_to_make_gcd_k/
│   │   │   │   ├── README.md
│   │   │   │   └── min_operation.cpp
│   │   │   ├── minimum_coins/
│   │   │   │   ├── README.md
│   │   │   │   ├── minimum_coins.c
│   │   │   │   ├── minimum_coins.cpp
│   │   │   │   ├── minimum_coins.go
│   │   │   │   ├── minimum_coins.js
│   │   │   │   ├── minimum_coins.py
│   │   │   │   ├── minimumcoins.hs
│   │   │   │   └── minimumcoins.java
│   │   │   ├── prim_minimum_spanning_tree/
│   │   │   │   ├── README.md
│   │   │   │   ├── prim_minimum_spanning_tree.c
│   │   │   │   ├── prim_minimum_spanning_tree.cpp
│   │   │   │   ├── prim_minimum_spanning_tree.hs
│   │   │   │   └── prim_minimum_spanning_tree.py
│   │   │   ├── warshall/
│   │   │   │   └── warshalls.c
│   │   │   └── water_connection/
│   │   │       └── water_connection_algorithm.cpp
│   │   └── test/
│   │       ├── README.md
│   │       └── kruskal_minimum_spanning_tree/
│   │           └── test_kruskal.cpp
│   ├── html/
│   │   ├── README.md
│   │   ├── bootstrap/
│   │   │   ├── Readme.MD
│   │   │   └── tables.html
│   │   └── css/
│   │       ├── Hover/
│   │       │   └── src/
│   │       │       └── Hover_effect.html
│   │       ├── Layout/
│   │       │   └── normalflow.html
│   │       ├── Margin/
│   │       │   ├── README.md
│   │       │   └── src/
│   │       │       ├── Auto_keyword.html
│   │       │       ├── Individual.html
│   │       │       ├── Inherit_keyword.html
│   │       │       ├── Margin.html
│   │       │       ├── Margin_collapse.html
│   │       │       ├── Margin_length.html
│   │       │       ├── Margin_value_percentage.html
│   │       │       ├── Shorthand_1.html
│   │       │       ├── Shorthand_2.html
│   │       │       ├── Shorthand_3.html
│   │       │       └── Shorthand_4.html
│   │       ├── Padding/
│   │       │   ├── README.md
│   │       │   └── src/
│   │       │       ├── BoxModel.html
│   │       │       ├── Individual_sides.html
│   │       │       ├── Inherit.html
│   │       │       ├── Length.html
│   │       │       ├── Padding.html
│   │       │       ├── Percentage.html
│   │       │       ├── Shorthand_1.html
│   │       │       ├── Shorthand_2.html
│   │       │       ├── Shorthand_3.html
│   │       │       ├── Shorthand_4.html
│   │       │       └── code.html
│   │       ├── Position/
│   │       │   ├── README.md
│   │       │   └── src/
│   │       │       ├── Absolute_no_ancestor.html
│   │       │       ├── Absoulte_ancestor.html
│   │       │       ├── Fixed.html
│   │       │       ├── Position.html
│   │       │       ├── Relative.html
│   │       │       └── Static.html
│   │       ├── README.md
│   │       ├── Z_index/
│   │       │   ├── README.md
│   │       │   └── src/
│   │       │       ├── inherit.html
│   │       │       ├── initial.html
│   │       │       └── z_index.html
│   │       └── border/
│   │           ├── README.md
│   │           └── src/
│   │               ├── Border_color.html
│   │               ├── Border_style.html
│   │               ├── Border_width.html
│   │               ├── Individual_border.html
│   │               ├── Rounded_Border.html
│   │               └── Shorthand_property.html
│   ├── languages/
│   │   ├── Java/
│   │   │   ├── 2d-array-list-java.java
│   │   │   ├── 2d-array.java
│   │   │   ├── Handlingexceptions/
│   │   │   │   └── Handlingexp.java
│   │   │   ├── Kadane_algo.java
│   │   │   ├── README_Kadane_Algo.md
│   │   │   ├── README_bubble-sort.md
│   │   │   ├── README_reduce_TL.md
│   │   │   ├── Readme.md
│   │   │   ├── Reduce_Time_complexity.java
│   │   │   ├── String/
│   │   │   │   ├── Readme.md
│   │   │   │   └── StringClass.java
│   │   │   ├── bubble-sort.java
│   │   │   ├── readme-2DArray.md
│   │   │   └── this_reference/
│   │   │       ├── Readme.md
│   │   │       └── this.java
│   │   ├── c/
│   │   │   ├── README.md
│   │   │   ├── delete_array/
│   │   │   │   ├── README.md
│   │   │   │   └── del.c
│   │   │   ├── dynamic_memory_allocation/
│   │   │   │   ├── README.md
│   │   │   │   └── example.c
│   │   │   ├── linear_search/
│   │   │   │   ├── linear_search.c
│   │   │   │   ├── linear_search_duplicates.c
│   │   │   │   ├── linear_search_duplicates_linked_list.c
│   │   │   │   └── linear_search_linked_list.c
│   │   │   ├── loop/
│   │   │   │   ├── While.c
│   │   │   │   ├── break.c
│   │   │   │   ├── continue.c
│   │   │   │   ├── do-while.c
│   │   │   │   ├── for.c
│   │   │   │   └── switch-case.c
│   │   │   └── rock_paper_scissor/
│   │   │       └── rock_game.c
│   │   ├── c#/
│   │   │   ├── BasicDataTypes.cs
│   │   │   ├── ForLoop.cs
│   │   │   └── IfElseIfElse.cs
│   │   ├── cpp/
│   │   │   ├── begin_and_end/
│   │   │   │   ├── README.md
│   │   │   │   └── begin_and_end.cpp
│   │   │   ├── binary_search/
│   │   │   │   ├── README.md
│   │   │   │   └── binary_search_implementation.cpp
│   │   │   ├── calculator/
│   │   │   │   └── simpleCalculator.cpp
│   │   │   ├── delete_vs_free/
│   │   │   │   ├── README.md
│   │   │   │   └── free_vs_delete.cpp
│   │   │   ├── detect_cycle_undirected_graph_using_degrees_of_nodes/
│   │   │   │   ├── README.md
│   │   │   │   └── detect_cycle_graph_using_degree.cpp
│   │   │   ├── double_to_string/
│   │   │   │   ├── README.md
│   │   │   │   └── double_to_str.cpp
│   │   │   ├── initializing_multimap/
│   │   │   │   ├── README.md
│   │   │   │   └── multimap.cpp
│   │   │   ├── largest-element-in-an-array/
│   │   │   │   ├── Largest_element.cpp
│   │   │   │   └── README.md
│   │   │   ├── linear_search/
│   │   │   │   ├── Linear Search In A LinkedList With Duplicates.cpp
│   │   │   │   ├── Linear Search In Array.cpp
│   │   │   │   ├── Linear Search In Duplicate Array.cpp
│   │   │   │   ├── README.md
│   │   │   │   └── Search In Linked List.cpp
│   │   │   ├── loop/
│   │   │   │   └── continue.cpp
│   │   │   ├── reverse_linked_list/
│   │   │   │   ├── README.md
│   │   │   │   ├── reverse_linked_list_2pointers.cpp
│   │   │   │   └── reverse_linked_list_3pointers.cpp
│   │   │   ├── sort_vector/
│   │   │   │   └── sorting_vector.cpp
│   │   │   ├── spiral_matrix/
│   │   │   │   └── spiral_matrix.cpp
│   │   │   ├── uint8_t/
│   │   │   │   ├── README.md
│   │   │   │   └── int8_t_test.cpp
│   │   │   ├── vector-to-map.cpp
│   │   │   └── vector_to_map/
│   │   │       └── readme.md
│   │   ├── dart/
│   │   │   ├── 01.data_types.dart
│   │   │   ├── 02.condition.dart
│   │   │   ├── 03.loop.dart
│   │   │   ├── 04.data_structure.dart
│   │   │   └── README.md
│   │   └── python/
│   │       ├── 2d-array-numpy/
│   │       │   ├── 2d-array-numpy.py
│   │       │   └── README.md
│   │       ├── Image Encryption Decryption/
│   │       │   ├── README.md
│   │       │   └── image_encryption_decryption.py
│   │       ├── counter_objects/
│   │       │   ├── README.md
│   │       │   └── counter_obj.py
│   │       ├── rock_paper_scissors/
│   │       │   └── rock_paper_scissor.py
│   │       ├── static-class-variable/
│   │       │   ├── Readme.md
│   │       │   └── StaticClassVariable.py
│   │       ├── stock_data/
│   │       │   └── Stock_data.py
│   │       ├── tuple/
│   │       │   ├── README.md
│   │       │   └── example.py
│   │       ├── validate-parentheses/
│   │       │   ├── README.md
│   │       │   └── validate-parentheses.py
│   │       └── web_programming/
│   │           ├── README.md
│   │           ├── __init__.py
│   │           ├── co2_emission.py
│   │           ├── covid_stats_via_xpath.py
│   │           ├── crawl_google_results.py
│   │           ├── current_stock_price.py
│   │           ├── current_weather.py
│   │           ├── daily_horoscope.py
│   │           ├── emails_from_url.py
│   │           ├── fetch_bbc_news.py
│   │           ├── fetch_github_info.py
│   │           ├── fetch_jobs.py
│   │           ├── get_imdb_top_250_movies_csv.py
│   │           ├── get_imdbtop.py
│   │           ├── instagram_crawler.py
│   │           ├── recaptcha_verification.py
│   │           ├── slack_message.py
│   │           └── world_covid19_stats.py
│   ├── mathematical_algorithms/
│   │   ├── mathematical_algorithms/
│   │   │   ├── Solve_Pi/
│   │   │   │   ├── README.md
│   │   │   │   └── Solve_Pi.py
│   │   │   ├── Solve_Sum_2PositiveIntegers/
│   │   │   │   ├── README.md
│   │   │   │   └── Sum_2largeNumbers.py
│   │   │   ├── Solve_x_y/
│   │   │   │   ├── FindX_Y.py
│   │   │   │   └── README.md
│   │   │   ├── automorphic_number.c
│   │   │   └── factorial/
│   │   │       └── factorial.pl
│   │   ├── src/
│   │   │   ├── 2sum/
│   │   │   │   ├── 2sum.c
│   │   │   │   ├── 2sum.cpp
│   │   │   │   ├── 2sum.go
│   │   │   │   ├── 2sum.java
│   │   │   │   ├── 2sum.js
│   │   │   │   ├── 2sum.py
│   │   │   │   ├── 2sum.rb
│   │   │   │   └── 2sum.rs
│   │   │   ├── Binary_GCD_Algorithm/
│   │   │   │   ├── Binary_GCD_Iterative.cpp
│   │   │   │   ├── Binary_GCD_Recursive.cpp
│   │   │   │   ├── Binary_GCD_Recursive.py
│   │   │   │   └── README.md
│   │   │   ├── README.md
│   │   │   ├── add_polynomials/
│   │   │   │   ├── README.md
│   │   │   │   ├── add_polynomials.c
│   │   │   │   ├── add_polynomials.cpp
│   │   │   │   └── add_polynomials.go
│   │   │   ├── amicable_numbers/
│   │   │   │   ├── amicable_numbers.c
│   │   │   │   ├── amicable_numbers.cpp
│   │   │   │   ├── amicable_numbers.cs
│   │   │   │   ├── amicable_numbers.go
│   │   │   │   ├── amicable_numbers.java
│   │   │   │   ├── amicable_numbers.js
│   │   │   │   ├── amicable_numbers.py
│   │   │   │   ├── amicable_numbers.rb
│   │   │   │   └── amicable_numbers.rs
│   │   │   ├── armstrong_num_range/
│   │   │   │   ├── README.md
│   │   │   │   ├── amstrong_num_range.c
│   │   │   │   └── amstrong_num_range.py
│   │   │   ├── armstrong_numbers/
│   │   │   │   ├── README.md
│   │   │   │   ├── armstrong_number.php
│   │   │   │   ├── armstrong_numbers.c
│   │   │   │   ├── armstrong_numbers.cpp
│   │   │   │   ├── armstrong_numbers.cs
│   │   │   │   ├── armstrong_numbers.go
│   │   │   │   ├── armstrong_numbers.java
│   │   │   │   ├── armstrong_numbers.js
│   │   │   │   ├── armstrong_numbers.py
│   │   │   │   └── armstrong_numbers.rb
│   │   │   ├── automorphic_numbers/
│   │   │   │   ├── README.md
│   │   │   │   ├── automorphic_numbers.c
│   │   │   │   ├── automorphic_numbers.cpp
│   │   │   │   ├── automorphic_numbers.cs
│   │   │   │   ├── automorphic_numbers.go
│   │   │   │   ├── automorphic_numbers.hs
│   │   │   │   ├── automorphic_numbers.java
│   │   │   │   ├── automorphic_numbers.js
│   │   │   │   ├── automorphic_numbers.php
│   │   │   │   ├── automorphic_numbers.py
│   │   │   │   ├── automorphic_numbers.rb
│   │   │   │   └── automorphic_numbers.swift
│   │   │   ├── average_stream_numbers/
│   │   │   │   ├── README.md
│   │   │   │   ├── average_stream_numbers.c
│   │   │   │   ├── average_stream_numbers.cpp
│   │   │   │   ├── average_stream_numbers.go
│   │   │   │   ├── average_stream_numbers.js
│   │   │   │   └── average_stream_numbers.py
│   │   │   ├── babylonian_method/
│   │   │   │   ├── README.md
│   │   │   │   ├── babylonian_method.c
│   │   │   │   ├── babylonian_method.cpp
│   │   │   │   ├── babylonian_method.go
│   │   │   │   ├── babylonian_method.java
│   │   │   │   ├── babylonian_method.js
│   │   │   │   └── babylonian_method.py
│   │   │   ├── binary_to_decimal/
│   │   │   │   ├── Conversion_from_Binary_to_Decimal.cpp
│   │   │   │   └── Conversion_from_Binary_to_Decimal.py
│   │   │   ├── binomial_coefficient/
│   │   │   │   ├── README.md
│   │   │   │   ├── binomial_coefficient.c
│   │   │   │   ├── binomial_coefficient.cpp
│   │   │   │   ├── binomial_coefficient.go
│   │   │   │   ├── binomial_coefficient.java
│   │   │   │   └── binomial_coefficient.py
│   │   │   ├── catalan_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── catalan_number.c
│   │   │   │   ├── catalan_number.java
│   │   │   │   ├── catalan_number.js
│   │   │   │   ├── catalan_number.py
│   │   │   │   ├── catalan_number.rb
│   │   │   │   ├── catalan_number.scala
│   │   │   │   ├── catalan_number2.py
│   │   │   │   ├── catalan_number_dynamic.cpp
│   │   │   │   └── catalan_number_recursive.cpp
│   │   │   ├── check_good_array_GCD_problem/
│   │   │   │   ├── GCD_related_problems.py
│   │   │   │   └── readme.md
│   │   │   ├── check_is_square/
│   │   │   │   ├── check_is_square.c
│   │   │   │   ├── check_is_square.cpp
│   │   │   │   ├── check_is_square.cs
│   │   │   │   ├── check_is_square.go
│   │   │   │   ├── check_is_square.java
│   │   │   │   ├── check_is_square.js
│   │   │   │   ├── check_is_square.kt
│   │   │   │   ├── check_is_square.php
│   │   │   │   ├── check_is_square.py
│   │   │   │   ├── check_is_square.rs
│   │   │   │   ├── check_is_square.ruby
│   │   │   │   ├── check_is_square.scala
│   │   │   │   ├── check_is_square.swift
│   │   │   │   └── check_is_square_alternative.py
│   │   │   ├── collatz_conjecture_sequence/
│   │   │   │   └── collatz_conjecture_sequence.c
│   │   │   ├── convolution/
│   │   │   │   └── convolution.cpp
│   │   │   ├── coprime_numbers/
│   │   │   │   ├── README.md
│   │   │   │   ├── coprime_numbers.c
│   │   │   │   ├── coprime_numbers.cpp
│   │   │   │   ├── coprime_numbers.cs
│   │   │   │   ├── coprime_numbers.go
│   │   │   │   ├── coprime_numbers.java
│   │   │   │   ├── coprime_numbers.js
│   │   │   │   ├── coprime_numbers.py
│   │   │   │   ├── coprime_numbers.rb
│   │   │   │   └── coprime_numbers.rs
│   │   │   ├── count_digits/
│   │   │   │   ├── count_digits.c
│   │   │   │   ├── count_digits.cpp
│   │   │   │   ├── count_digits.cs
│   │   │   │   ├── count_digits.go
│   │   │   │   ├── count_digits.hs
│   │   │   │   ├── count_digits.java
│   │   │   │   ├── count_digits.js
│   │   │   │   ├── count_digits.py
│   │   │   │   ├── count_digits.swift
│   │   │   │   └── counts_digits.rb
│   │   │   ├── count_trailing_zeroes/
│   │   │   │   ├── count_trailing_zeroes.c
│   │   │   │   ├── count_trailing_zeroes.scala
│   │   │   │   ├── count_trailing_zeroes_factorial.cpp
│   │   │   │   ├── count_trailing_zeroes_factorial.java
│   │   │   │   ├── count_trailing_zeroes_factorial.js
│   │   │   │   └── count_trailing_zeroes_factorial.py
│   │   │   ├── decoding_of_string/
│   │   │   │   └── README.md
│   │   │   ├── delannoy_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── delannoy_number.c
│   │   │   │   ├── delannoy_number.cpp
│   │   │   │   └── delannoy_number.py
│   │   │   ├── derangements/
│   │   │   │   └── derangements.c
│   │   │   ├── dfa_division/
│   │   │   │   └── README.md
│   │   │   ├── diophantine/
│   │   │   │   └── diophantine.cpp
│   │   │   ├── divided_differences/
│   │   │   │   ├── README.md
│   │   │   │   ├── divided_differences.java
│   │   │   │   └── divided_differences.py
│   │   │   ├── euler_totient/
│   │   │   │   ├── README.md
│   │   │   │   ├── euler_totient.c
│   │   │   │   ├── euler_totient.cpp
│   │   │   │   ├── euler_totient.java
│   │   │   │   ├── euler_totient.py
│   │   │   │   ├── euler_totient_sieve.cpp
│   │   │   │   └── euler_totient_sieve.py
│   │   │   ├── exponentiation_power/
│   │   │   │   ├── README.md
│   │   │   │   ├── exponentiation_by_squaring/
│   │   │   │   │   ├── exponentiation_by_squaring.c
│   │   │   │   │   ├── exponentiation_by_squaring.cpp
│   │   │   │   │   ├── exponentiation_by_squaring.go
│   │   │   │   │   └── exponentiation_by_squaring.py
│   │   │   │   ├── exponentiation_power.c
│   │   │   │   ├── exponentiation_power.cpp
│   │   │   │   ├── exponentiation_power.java
│   │   │   │   └── modulo_exponentation_power.cpp
│   │   │   ├── factorial/
│   │   │   │   ├── factorial.c
│   │   │   │   ├── factorial.clj
│   │   │   │   ├── factorial.erl
│   │   │   │   ├── factorial.ex
│   │   │   │   ├── factorial.go
│   │   │   │   ├── factorial.hs
│   │   │   │   ├── factorial.java
│   │   │   │   ├── factorial.kt
│   │   │   │   ├── factorial.php
│   │   │   │   ├── factorial.rb
│   │   │   │   ├── factorial.rs
│   │   │   │   ├── factorial.scala
│   │   │   │   ├── factorial.swift
│   │   │   │   ├── factorial_hrw.py
│   │   │   │   ├── factorial_iteration.c
│   │   │   │   ├── factorial_iteration.cs
│   │   │   │   ├── factorial_iteration.js
│   │   │   │   ├── factorial_iteration.py
│   │   │   │   ├── factorial_recursion.c
│   │   │   │   ├── factorial_recursion.cpp
│   │   │   │   ├── factorial_recursion.cs
│   │   │   │   ├── factorial_recursion.js
│   │   │   │   └── factorial_recursion.py
│   │   │   ├── fast_fourier_transform/
│   │   │   │   ├── fast_fourier_transform.c
│   │   │   │   └── fast_fourier_transform.java
│   │   │   ├── fast_inverse_sqrt/
│   │   │   │   ├── fast_inverse_sqrt.cpp
│   │   │   │   └── fast_inverse_sqrt.py
│   │   │   ├── fermats_little_theorem/
│   │   │   │   ├── fermats_little_theorem.cpp
│   │   │   │   ├── fermats_little_theorem.java
│   │   │   │   └── fermats_little_theorem.py
│   │   │   ├── fibonacci_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── fast_fibonacci.c
│   │   │   │   ├── fibonacci_for_big_numbers.cpp
│   │   │   │   ├── fibonacci_lucas.py
│   │   │   │   ├── fibonacci_matrix_exponentiation.cpp
│   │   │   │   ├── fibonacci_matrix_multiplication.py
│   │   │   │   ├── fibonacci_memorized.swift
│   │   │   │   ├── fibonacci_number.c
│   │   │   │   ├── fibonacci_number.clj
│   │   │   │   ├── fibonacci_number.cpp
│   │   │   │   ├── fibonacci_number.cs
│   │   │   │   ├── fibonacci_number.erl
│   │   │   │   ├── fibonacci_number.ex
│   │   │   │   ├── fibonacci_number.go
│   │   │   │   ├── fibonacci_number.hs
│   │   │   │   ├── fibonacci_number.java
│   │   │   │   ├── fibonacci_number.js
│   │   │   │   ├── fibonacci_number.kt
│   │   │   │   ├── fibonacci_number.php
│   │   │   │   ├── fibonacci_number.py
│   │   │   │   ├── fibonacci_number.rb
│   │   │   │   ├── fibonacci_number.rs
│   │   │   │   ├── fibonacci_number.scala
│   │   │   │   └── fibonacci_number.swift
│   │   │   ├── fractals/
│   │   │   │   ├── julia_miim.cpp
│   │   │   │   └── simple_julia.cpp
│   │   │   ├── gaussian_elimination/
│   │   │   │   ├── gaussian_elimination.cpp
│   │   │   │   ├── gaussian_elimination.java
│   │   │   │   └── scala/
│   │   │   │       ├── build.sbt
│   │   │   │       ├── project/
│   │   │   │       │   └── build.properties
│   │   │   │       └── src/
│   │   │   │           └── main/
│   │   │   │               └── scala/
│   │   │   │                   ├── gaussian/
│   │   │   │                   │   └── elimination/
│   │   │   │                   │       ├── gaussianelimination.scala
│   │   │   │                   │       ├── matrixtype.scala
│   │   │   │                   │       └── solution.scala
│   │   │   │                   ├── main.scala
│   │   │   │                   └── structures/
│   │   │   │                       ├── epsilon.scala
│   │   │   │                       ├── matrix.scala
│   │   │   │                       └── regularmatrix.scala
│   │   │   ├── gcd_and_lcm/
│   │   │   │   ├── README.md
│   │   │   │   ├── gcd_and_lcm.c
│   │   │   │   ├── gcd_and_lcm.cpp
│   │   │   │   ├── gcd_and_lcm.cs
│   │   │   │   ├── gcd_and_lcm.erl
│   │   │   │   ├── gcd_and_lcm.ex
│   │   │   │   ├── gcd_and_lcm.go
│   │   │   │   ├── gcd_and_lcm.java
│   │   │   │   ├── gcd_and_lcm.js
│   │   │   │   ├── gcd_and_lcm.php
│   │   │   │   ├── gcd_and_lcm.py
│   │   │   │   ├── gcd_and_lcm.scala
│   │   │   │   └── gcd_and_lcm_best_approach.cpp
│   │   │   ├── greatest_digit_in_number/
│   │   │   │   ├── greatest_digit_in_number.c
│   │   │   │   ├── greatest_digit_in_number.cpp
│   │   │   │   ├── greatest_digit_in_number.cs
│   │   │   │   ├── greatest_digit_in_number.hs
│   │   │   │   ├── greatest_digit_in_number.java
│   │   │   │   ├── greatest_digit_in_number.js
│   │   │   │   ├── greatest_digit_in_number.php
│   │   │   │   ├── greatest_digit_in_number.py
│   │   │   │   └── greatest_digit_in_number.rb
│   │   │   ├── hill_climbing/
│   │   │   │   ├── hill_climbing.java
│   │   │   │   └── hill_climbing.py
│   │   │   ├── horner_polynomial_evaluation/
│   │   │   │   ├── README.md
│   │   │   │   ├── horner_polynomial_evaluation.cpp
│   │   │   │   └── horner_polynomial_evaluation.java
│   │   │   ├── integer_conversion/
│   │   │   │   ├── decimal_to_any_base.js
│   │   │   │   ├── decimal_to_any_base.py
│   │   │   │   ├── decimal_to_any_base.rs
│   │   │   │   ├── decimal_to_bin.cpp
│   │   │   │   ├── decimal_to_hex.cpp
│   │   │   │   ├── decimal_to_int.go
│   │   │   │   └── decimal_to_oct.cpp
│   │   │   ├── integer_to_roman/
│   │   │   │   ├── integer_to_roman.cpp
│   │   │   │   ├── integer_to_roman.js
│   │   │   │   └── integer_to_roman.py
│   │   │   ├── jacobi_method/
│   │   │   │   ├── README.md
│   │   │   │   └── jacobi_method.java
│   │   │   ├── karatsuba_multiplication/
│   │   │   │   ├── karatsuba_multiplication.cpp
│   │   │   │   └── karatsuba_multiplication.java
│   │   │   ├── largrange_polynomial/
│   │   │   │   ├── README.md
│   │   │   │   └── lagrange_polynomial.java
│   │   │   ├── lexicographic_string_rank/
│   │   │   │   ├── README.md
│   │   │   │   ├── lexicographic_string_rank.c
│   │   │   │   ├── lexicographic_string_rank.cpp
│   │   │   │   ├── lexicographic_string_rank.java
│   │   │   │   └── lexicographic_string_rank.py
│   │   │   ├── log_of_factorial/
│   │   │   │   ├── log_of_factorial.c
│   │   │   │   ├── log_of_factorial.cpp
│   │   │   │   ├── log_of_factorial.java
│   │   │   │   └── log_of_factorial.py
│   │   │   ├── lorenz_attractor/
│   │   │   │   ├── Lorenz Attractor.py
│   │   │   │   └── lorenz_attractor.py
│   │   │   ├── lucas_theorem/
│   │   │   │   └── lucas_theorem.cpp
│   │   │   ├── lucky_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── lucky_number.c
│   │   │   │   └── lucky_number.java
│   │   │   ├── magic_square/
│   │   │   │   ├── README.md
│   │   │   │   └── magic_square.py
│   │   │   ├── matrix_row_reduction/
│   │   │   │   └── matrix_row_reduction.cpp
│   │   │   ├── maximum_perimeter_triangle/
│   │   │   │   └── PerimeterTriangle.java
│   │   │   ├── minimum_operations_elements_equal/
│   │   │   │   └── EqualizeEveryone.java
│   │   │   ├── modular_inverse/
│   │   │   │   ├── modular_inverse.cpp
│   │   │   │   ├── modular_inverse.java
│   │   │   │   ├── modular_inverse.py
│   │   │   │   └── modular_inverse.rb
│   │   │   ├── multiply_polynomial/
│   │   │   │   ├── README.md
│   │   │   │   └── multiply_polynomial.cpp
│   │   │   ├── newman_conway/
│   │   │   │   ├── README.md
│   │   │   │   ├── newman_conway_recursion.cpp
│   │   │   │   ├── newman_conway_sequence.c
│   │   │   │   └── newman_conway_sequence.cpp
│   │   │   ├── newton_polynomial/
│   │   │   │   ├── README.md
│   │   │   │   └── newton_polynomial.java
│   │   │   ├── newton_raphson_method/
│   │   │   │   ├── README.md
│   │   │   │   ├── newton_raphson.c
│   │   │   │   ├── newton_raphson.cpp
│   │   │   │   └── newton_raphson.php
│   │   │   ├── next_larger_number/
│   │   │   │   ├── next_larger_number.cpp
│   │   │   │   ├── next_larger_number.java
│   │   │   │   ├── next_larger_number.php
│   │   │   │   └── next_larger_number.py
│   │   │   ├── pandigital_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── pandigital_number.c
│   │   │   │   └── pandigital_number.rb
│   │   │   ├── pascal_triangle/
│   │   │   │   ├── README.md
│   │   │   │   ├── pascal_triangle.c
│   │   │   │   ├── pascal_triangle.cpp
│   │   │   │   ├── pascal_triangle.exs
│   │   │   │   ├── pascal_triangle.go
│   │   │   │   ├── pascal_triangle.java
│   │   │   │   └── pascal_triangle.py
│   │   │   ├── perfect_number/
│   │   │   │   ├── .gitignore
│   │   │   │   ├── README.md
│   │   │   │   ├── perfect_number.c
│   │   │   │   ├── perfect_number.cpp
│   │   │   │   ├── perfect_number.hs
│   │   │   │   ├── perfect_number.java
│   │   │   │   ├── perfect_number.js
│   │   │   │   ├── perfect_number.php
│   │   │   │   ├── perfect_number.py
│   │   │   │   ├── perfect_number.rb
│   │   │   │   ├── perfect_number.rs
│   │   │   │   └── perfect_number_list.cpp
│   │   │   ├── permutation_lexicographic_order/
│   │   │   │   ├── README.md
│   │   │   │   └── permutation_lexicographic_order.cpp
│   │   │   ├── poisson_sample/
│   │   │   │   └── poisson_sample.py
│   │   │   ├── power/
│   │   │   │   ├── method1_power_recursion_with_even_odd_optimization.cpp
│   │   │   │   └── method2_power_recursion_with_even_odd_optimization.cpp
│   │   │   ├── primality_tests/
│   │   │   │   ├── fermat_primality_test/
│   │   │   │   │   ├── fermat_primality_test.c
│   │   │   │   │   └── fermat_primality_test.py
│   │   │   │   ├── miller_rabin_primality_test/
│   │   │   │   │   ├── miller_rabin_primality_test.cpp
│   │   │   │   │   ├── miller_rabin_primality_test.java
│   │   │   │   │   └── miller_rabin_primality_test.py
│   │   │   │   └── solovay_strassen_primality_test/
│   │   │   │       └── solovay_strassen_primality_test.cpp
│   │   │   ├── prime_factors/
│   │   │   │   ├── prime_factors.c
│   │   │   │   ├── prime_factors.cpp
│   │   │   │   ├── prime_factors.go
│   │   │   │   ├── prime_factors.java
│   │   │   │   ├── prime_factors.py
│   │   │   │   ├── sum_of_prime_factors.c
│   │   │   │   └── sum_of_primes.cpp
│   │   │   ├── prime_numbers_of_n/
│   │   │   │   ├── README.md
│   │   │   │   ├── prime_numbers_of_n.c
│   │   │   │   ├── prime_numbers_of_n.cpp
│   │   │   │   ├── prime_numbers_of_n.js
│   │   │   │   └── prime_numbers_of_n.py
│   │   │   ├── pythagorean_triplet/
│   │   │   │   ├── pythagorean_triplet.cpp
│   │   │   │   └── pythagorean_triplet.py
│   │   │   ├── replace_0_with_5/
│   │   │   │   ├── 0_to_5_efficent.cpp
│   │   │   │   ├── replace_0_with_5.c
│   │   │   │   ├── replace_0_with_5.cpp
│   │   │   │   ├── replace_0_with_5.cs
│   │   │   │   ├── replace_0_with_5.go
│   │   │   │   ├── replace_0_with_5.java
│   │   │   │   ├── replace_0_with_5.js
│   │   │   │   └── replace_0_with_5.py
│   │   │   ├── reverse_factorial/
│   │   │   │   ├── README.md
│   │   │   │   ├── reverse_factorial.c
│   │   │   │   ├── reverse_factorial.go
│   │   │   │   ├── reverse_factorial.java
│   │   │   │   ├── reverse_factorial.js
│   │   │   │   ├── reverse_factorial.py
│   │   │   │   └── reverse_factorial.rb
│   │   │   ├── reverse_number/
│   │   │   │   ├── reverse_a_number.c
│   │   │   │   ├── reverse_number.c
│   │   │   │   ├── reverse_number.cpp
│   │   │   │   ├── reverse_number.cs
│   │   │   │   ├── reverse_number.go
│   │   │   │   ├── reverse_number.hs
│   │   │   │   ├── reverse_number.java
│   │   │   │   ├── reverse_number.js
│   │   │   │   ├── reverse_number.php
│   │   │   │   ├── reverse_number.py
│   │   │   │   ├── reverse_number.rb
│   │   │   │   ├── reverse_number.swift
│   │   │   │   ├── reverse_number_iterative.c
│   │   │   │   └── reverse_number_recursion.java
│   │   │   ├── russian_peasant_multiplication/
│   │   │   │   ├── README.md
│   │   │   │   ├── russian_peasant_multiplication.c
│   │   │   │   ├── russian_peasant_multiplication.cpp
│   │   │   │   ├── russian_peasant_multiplication.cs
│   │   │   │   ├── russian_peasant_multiplication.go
│   │   │   │   ├── russian_peasant_multiplication.js
│   │   │   │   ├── russian_peasant_multiplication.php
│   │   │   │   ├── russian_peasant_multiplication.py
│   │   │   │   └── russian_peasant_multiplication.rs
│   │   │   ├── segmented_sieve_of_eratosthenes/
│   │   │   │   └── segmented_sieve_of_eratosthenes.cpp
│   │   │   ├── shuffle_array/
│   │   │   │   ├── README.md
│   │   │   │   ├── shuffle_array.c
│   │   │   │   ├── shuffle_array.cpp
│   │   │   │   ├── shuffle_array.js
│   │   │   │   └── shuffle_array.rb
│   │   │   ├── sieve_of_atkin/
│   │   │   │   ├── sieve_of_atkin.c
│   │   │   │   ├── sieve_of_atkin.cpp
│   │   │   │   ├── sieve_of_atkin.java
│   │   │   │   └── sieve_of_atkin.py
│   │   │   ├── sieve_of_eratosthenes/
│   │   │   │   ├── README.md
│   │   │   │   ├── sieve_of_eratosthenes.c
│   │   │   │   ├── sieve_of_eratosthenes.cpp
│   │   │   │   ├── sieve_of_eratosthenes.cs
│   │   │   │   ├── sieve_of_eratosthenes.go
│   │   │   │   ├── sieve_of_eratosthenes.hs
│   │   │   │   ├── sieve_of_eratosthenes.java
│   │   │   │   ├── sieve_of_eratosthenes.js
│   │   │   │   ├── sieve_of_eratosthenes.php
│   │   │   │   ├── sieve_of_eratosthenes.py
│   │   │   │   ├── sieve_of_eratosthenes_compact.cpp
│   │   │   │   └── sieve_of_eratosthenes_linear.cpp
│   │   │   ├── simpsons_rule/
│   │   │   │   ├── simpsons_rule.cpp
│   │   │   │   └── simpsons_rule.py
│   │   │   ├── smallest_digit_in_number/
│   │   │   │   ├── smallest_digit_in_number.c
│   │   │   │   ├── smallest_digit_in_number.cpp
│   │   │   │   ├── smallest_digit_in_number.cs
│   │   │   │   ├── smallest_digit_in_number.hs
│   │   │   │   ├── smallest_digit_in_number.java
│   │   │   │   ├── smallest_digit_in_number.js
│   │   │   │   ├── smallest_digit_in_number.php
│   │   │   │   ├── smallest_digit_in_number.py
│   │   │   │   └── smallest_digit_in_number.rb
│   │   │   ├── spiral_matrix/
│   │   │   │   ├── recursive_spiral_matrix.cpp
│   │   │   │   └── spiral_matrix_clockwise_cycle.cpp
│   │   │   ├── square_free_number/
│   │   │   │   ├── square_free_number.c
│   │   │   │   ├── square_free_number.cpp
│   │   │   │   ├── square_free_number.py
│   │   │   │   └── squarefreenumber.java
│   │   │   ├── std/
│   │   │   │   ├── std.c
│   │   │   │   ├── std.cpp
│   │   │   │   ├── std.go
│   │   │   │   ├── std.js
│   │   │   │   └── std.py
│   │   │   ├── steepest_descent/
│   │   │   │   └── steepest_descent.cpp
│   │   │   ├── sum_of_digits/
│   │   │   │   ├── sum_of_digits.c
│   │   │   │   ├── sum_of_digits.cpp
│   │   │   │   ├── sum_of_digits.cs
│   │   │   │   ├── sum_of_digits.ex
│   │   │   │   ├── sum_of_digits.go
│   │   │   │   ├── sum_of_digits.java
│   │   │   │   ├── sum_of_digits.js
│   │   │   │   ├── sum_of_digits.php
│   │   │   │   ├── sum_of_digits.py
│   │   │   │   ├── sum_of_digits.rb
│   │   │   │   ├── sum_of_digits.rs
│   │   │   │   ├── sum_of_digits.swift
│   │   │   │   └── sum_of_digits_with_recursion.c
│   │   │   ├── taxicab_numbers/
│   │   │   │   ├── taxicab_numbers.java
│   │   │   │   └── taxicab_numbers.py
│   │   │   ├── tower_of_hanoi/
│   │   │   │   ├── README.md
│   │   │   │   ├── tower_of_hanoi.c
│   │   │   │   ├── tower_of_hanoi.cpp
│   │   │   │   ├── tower_of_hanoi.go
│   │   │   │   ├── tower_of_hanoi.hs
│   │   │   │   ├── tower_of_hanoi.java
│   │   │   │   ├── tower_of_hanoi.js
│   │   │   │   ├── tower_of_hanoi.ml
│   │   │   │   ├── tower_of_hanoi.py
│   │   │   │   ├── tower_of_hanoi.rs
│   │   │   │   ├── tower_of_hanoi.scala
│   │   │   │   ├── tower_of_hanoi_binary_solution.c
│   │   │   │   └── tower_of_hanoi_iterative.c
│   │   │   ├── tribonacci_numbers/
│   │   │   │   ├── tribonacci_numbers.c
│   │   │   │   ├── tribonacci_numbers.cpp
│   │   │   │   ├── tribonacci_numbers.go
│   │   │   │   ├── tribonacci_numbers.java
│   │   │   │   ├── tribonacci_numbers.js
│   │   │   │   ├── tribonacci_numbers.py
│   │   │   │   ├── tribonacci_numbers.rs
│   │   │   │   └── tribonnaci.java
│   │   │   └── tridiagonal_matrix/
│   │   │       ├── README.md
│   │   │       └── tridiagonal_matrix.java
│   │   └── test/
│   │       ├── README.md
│   │       └── test_exponentiation_by_squaring.c
│   ├── networking/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── determine_endianess/
│   │   │   │   ├── determine_endianess.c
│   │   │   │   └── determine_endianess.sh
│   │   │   ├── packetsniffer/
│   │   │   │   ├── README.md
│   │   │   │   └── packetsniffer.py
│   │   │   └── validate_ip/
│   │   │       ├── README.md
│   │   │       ├── ValidateIp.java
│   │   │       ├── ipv4_check.go
│   │   │       ├── is_valid_ip.php
│   │   │       ├── validate_connection_ipv4.py
│   │   │       ├── validate_ip/
│   │   │       │   ├── validate_ipv4.c
│   │   │       │   └── validate_ipv6.c
│   │   │       ├── validate_ip.c
│   │   │       ├── validate_ip.cc
│   │   │       ├── validate_ip.rb
│   │   │       ├── validate_ip.sh
│   │   │       ├── validate_ipv4.js
│   │   │       ├── validate_ipv4.py
│   │   │       └── validate_ipv6.py
│   │   └── test/
│   │       └── README.md
│   ├── numerical_analysis/
│   │   ├── adam_bashforth/
│   │   │   └── src/
│   │   │       └── adam_bashforth.py
│   │   ├── bisection/
│   │   │   └── src/
│   │   │       └── Bisection Method.cpp
│   │   ├── false_position/
│   │   │   └── src/
│   │   │       └── False Position.cpp
│   │   ├── gauss_jacobi/
│   │   │   └── src/
│   │   │       └── Gauss Jacobi.cpp
│   │   ├── gauss_seidal/
│   │   │   └── src/
│   │   │       └── Gauss Seidal.cpp
│   │   ├── integral/
│   │   │   └── src/
│   │   │       ├── integral_rectangle.c
│   │   │       ├── integral_rectangle.cpp
│   │   │       ├── integral_rectangle.java
│   │   │       ├── integral_rectangle.py
│   │   │       ├── integral_trapezoid.c
│   │   │       ├── integral_trapezoid.cpp
│   │   │       ├── integral_trapezoid.java
│   │   │       └── integral_trapezoid.py
│   │   ├── iteration/
│   │   │   └── src/
│   │   │       └── Iteration Method.cpp
│   │   ├── monte_carlo/
│   │   │   └── src/
│   │   │       ├── integral_monte_carlo.cpp
│   │   │       ├── integral_montecarlo.c
│   │   │       ├── integral_montecarlo.py
│   │   │       ├── pi_monte_carlo.cpp
│   │   │       ├── pi_montecarlo.c
│   │   │       └── pi_montecarlo.py
│   │   ├── newton_rapson/
│   │   │   └── src/
│   │   │       └── Newton Rapson Method.cpp
│   │   ├── polynomial_interpolations/
│   │   │   └── src/
│   │   │       ├── lagrange_interpolation.py
│   │   │       └── nevilles_method.py
│   │   └── runge_kutt/
│   │       └── src/
│   │           ├── rk4.c
│   │           ├── rk4.cpp
│   │           └── rk4.py
│   ├── online_challenges/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── codechef/
│   │   │   │   ├── AMSGAME1/
│   │   │   │   │   ├── AMSGAME1.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── BACREP/
│   │   │   │   │   ├── BACREP.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── BRKBKS/
│   │   │   │   │   ├── Brkbks.java
│   │   │   │   │   └── README.md
│   │   │   │   ├── CARVANS/
│   │   │   │   │   ├── CARVANS.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── CASH/
│   │   │   │   │   ├── HardCash.java
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── hard_cash.cpp
│   │   │   │   ├── CHDIGER/
│   │   │   │   │   ├── CHDIGER.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── CHEALG/
│   │   │   │   │   ├── CHEALG.java
│   │   │   │   │   └── README.md
│   │   │   │   ├── CHEFING/
│   │   │   │   │   ├── CHEFING.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── CHFING/
│   │   │   │   │   ├── CHFING.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── CHNUM/
│   │   │   │   │   ├── CHNUM.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── CLEANUP/
│   │   │   │   │   ├── CLEANUP.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── CNOTE/
│   │   │   │   │   ├── CNOTE.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── COINS/
│   │   │   │   │   ├── COINS.py
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── coins.cpp
│   │   │   │   ├── CONFLIP/
│   │   │   │   │   ├── CONFLIP.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── COVID19/
│   │   │   │   │   ├── COVID19.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── DIVIDING/
│   │   │   │   │   ├── DIVIDING.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── EGGFREE/
│   │   │   │   │   ├── EGGFREE.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── EID2/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── eid2.cpp
│   │   │   │   ├── ERROR/
│   │   │   │   │   ├── ERROR.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── FCTRL/
│   │   │   │   │   ├── Factorial.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── GCD2/
│   │   │   │   │   ├── GCD2.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── GDOG/
│   │   │   │   │   ├── GDOG.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── GUESSNUM/
│   │   │   │   │   ├── Guessnum.java
│   │   │   │   │   └── README.md
│   │   │   │   ├── Greedy Puppy/
│   │   │   │   │   ├── Greedy_Pupy.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── HILLJUMP/
│   │   │   │   │   ├── HILLJUMP.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── HORSES/
│   │   │   │   │   ├── HORSES.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── J7/
│   │   │   │   │   ├── J7.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── JAIN/
│   │   │   │   │   ├── JAIN.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── JOHNY/
│   │   │   │   │   ├── JOHNY.c
│   │   │   │   │   ├── JOHNY.cpp
│   │   │   │   │   ├── JOHNY.py
│   │   │   │   │   └── README.md
│   │   │   │   ├── LAZERTST/
│   │   │   │   │   ├── LAZERTST.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── LEPERMUT/
│   │   │   │   │   ├── LEPERMUT.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── MARBLES/
│   │   │   │   │   ├── MARBLES.c
│   │   │   │   │   ├── MARBLES.py
│   │   │   │   │   └── README.md
│   │   │   │   ├── MARCHA1/
│   │   │   │   │   ├── MARCHA1.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── MATCHES/
│   │   │   │   │   ├── Mathces.cpp
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── matches.c
│   │   │   │   ├── MAXDIFF/
│   │   │   │   │   ├── MAXDIFF.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── MEETUP/
│   │   │   │   │   ├── MEETUP.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── MNMX/
│   │   │   │   │   ├── MNMX.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── NBONACCI/
│   │   │   │   │   ├── NBONACCI.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── NEWSCH/
│   │   │   │   │   ├── NEWSCH.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── NUKES/
│   │   │   │   │   ├── NUKES.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── NUMGAME2/
│   │   │   │   │   ├── NUMGAME2.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── OJUMPS/
│   │   │   │   │   ├── OJUMPS.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── P-BATTLE/
│   │   │   │   │   └── PBATTLE.cpp
│   │   │   │   ├── PRIME1/
│   │   │   │   │   ├── PRIME1.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── README.md
│   │   │   │   ├── RESQ/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── RESQ.c
│   │   │   │   ├── RIGHTRI/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── RIGHTRI.c
│   │   │   │   ├── RRCOPY/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── RRCOPY.c
│   │   │   │   ├── SALARY/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── SALARY.c
│   │   │   │   ├── SLAB/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── SLAB.cpp
│   │   │   │   │   └── Slab.java
│   │   │   │   ├── SNUG_FIT/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── snug_fit.cpp
│   │   │   │   ├── SPCANDY/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── SPCANDY.c
│   │   │   │   ├── STFOOD/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── Stfood.java
│   │   │   │   ├── STONES/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── STONES.c
│   │   │   │   ├── STRWN/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── STRWN.cpp
│   │   │   │   ├── STUPMACH/
│   │   │   │   │   └── Stupmach.java
│   │   │   │   ├── TACHSTCK/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── TACHSTCK.c
│   │   │   │   ├── TOTR/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── TOTR.c
│   │   │   │   └── VOTERS/
│   │   │   │       ├── README.md
│   │   │   │       └── VOTERS.c
│   │   │   ├── hackerrank/
│   │   │   │   ├── 2d_array_ds/
│   │   │   │   │   └── 2d_array_ds.java
│   │   │   │   ├── 3D_aurface_area/
│   │   │   │   │   ├── 3D_surface_area.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── Counting_Valleys/
│   │   │   │   │   ├── Counting_Valleys.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── Electronics_Shop/
│   │   │   │   │   ├── Electronics_Shop.cpp
│   │   │   │   │   └── Electronics_Shop.java
│   │   │   │   ├── almost_sorted/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── almost_sorted.cpp
│   │   │   │   ├── alternating_characters/
│   │   │   │   │   ├── Alternating.py
│   │   │   │   │   └── README.md
│   │   │   │   ├── array_manipulation/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── array_manipulation.cpp
│   │   │   │   ├── bigger_is_greater/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── bigger_is_greater.cpp
│   │   │   │   ├── dynamic_array/
│   │   │   │   │   └── dynamic_array.java
│   │   │   │   ├── encryption/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── encryption.cpp
│   │   │   │   ├── jumping_on_the_clouds/
│   │   │   │   │   ├── Readme.md
│   │   │   │   │   └── Solution.java
│   │   │   │   ├── lonely_integer/
│   │   │   │   │   └── lonely_integer.cpp
│   │   │   │   └── the_maximum_subarray/
│   │   │   │       ├── README.md
│   │   │   │       └── the_maximum_subarray.cpp
│   │   │   ├── leetcode/
│   │   │   │   ├── Arranging_coins/
│   │   │   │   │   └── arranging_coins.cpp
│   │   │   │   ├── Find_Minimum_in_Rotated_Sorted_Array/
│   │   │   │   │   └── FindMinimumInRotatedSortedArray.java
│   │   │   │   ├── README.md
│   │   │   │   ├── Sqrt(x)/
│   │   │   │   │   └── Sqrt(x).cpp
│   │   │   │   ├── decode_string/
│   │   │   │   │   └── encryption_string.py
│   │   │   │   ├── longest_substring_without_repetition/
│   │   │   │   │   └── longest_substring_without_repetition.cpp
│   │   │   │   ├── max_distance_to_closest_person/
│   │   │   │   │   └── Solution.py
│   │   │   │   ├── maximum_subarray/
│   │   │   │   │   └── maximumsubarray.cpp
│   │   │   │   ├── median_of_two_sorted_arrays/
│   │   │   │   │   └── median_of_two_sorted_arrays.cpp
│   │   │   │   ├── minimum_number_of_days_to_make_m_bouquets/
│   │   │   │   │   └── minimum_number_of_days_to_make_m_bouquets.cpp
│   │   │   │   ├── remove_duplicates_from_sorted_list_ii/
│   │   │   │   │   └── remove_duplicates_from_sorted_list_ii.cpp
│   │   │   │   ├── symmetric_tree/
│   │   │   │   │   └── symmetric_tree.cpp
│   │   │   │   └── two_sum/
│   │   │   │       └── two_sum.cpp
│   │   │   ├── project_euler/
│   │   │   │   ├── README.md
│   │   │   │   ├── documentation_guide.md
│   │   │   │   ├── problem_001/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_001.c
│   │   │   │   │   ├── problem_001.cpp
│   │   │   │   │   ├── problem_001.java
│   │   │   │   │   ├── problem_001.js
│   │   │   │   │   ├── problem_001.py
│   │   │   │   │   └── problem_001.rs
│   │   │   │   ├── problem_002/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_002.c
│   │   │   │   │   ├── problem_002.cpp
│   │   │   │   │   ├── problem_002.java
│   │   │   │   │   ├── problem_002.js
│   │   │   │   │   └── problem_002.py
│   │   │   │   ├── problem_003/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_003.c
│   │   │   │   │   ├── problem_003.cpp
│   │   │   │   │   ├── problem_003.java
│   │   │   │   │   ├── problem_003.js
│   │   │   │   │   └── problem_003.py
│   │   │   │   ├── problem_004/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_004.cpp
│   │   │   │   │   ├── problem_004.java
│   │   │   │   │   └── problem_004.py
│   │   │   │   ├── problem_005/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_005.c
│   │   │   │   │   ├── problem_005.cpp
│   │   │   │   │   ├── problem_005.java
│   │   │   │   │   └── problem_005.py
│   │   │   │   ├── problem_006/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_006.cpp
│   │   │   │   │   ├── problem_006.java
│   │   │   │   │   └── problem_006.py
│   │   │   │   ├── problem_007/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_007.cpp
│   │   │   │   │   ├── problem_007.js
│   │   │   │   │   └── problem_007.py
│   │   │   │   ├── problem_008/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_008.java
│   │   │   │   │   └── problem_008.py
│   │   │   │   ├── problem_009/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_009.cpp
│   │   │   │   │   ├── problem_009.java
│   │   │   │   │   └── problem_009.py
│   │   │   │   ├── problem_010/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_010.cpp
│   │   │   │   │   ├── problem_010.java
│   │   │   │   │   └── problem_010.py
│   │   │   │   ├── problem_011/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_011.cpp
│   │   │   │   ├── problem_012/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_012.cpp
│   │   │   │   │   └── problem_012.py
│   │   │   │   ├── problem_013/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_013.py
│   │   │   │   ├── problem_014/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_014.cpp
│   │   │   │   │   └── problem_014.py
│   │   │   │   ├── problem_016/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_016.py
│   │   │   │   ├── problem_017/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_017.cpp
│   │   │   │   ├── problem_018/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_018.py
│   │   │   │   ├── problem_019/
│   │   │   │   │   └── problem_019.java
│   │   │   │   ├── problem_020/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_020.java
│   │   │   │   │   └── problem_020.py
│   │   │   │   ├── problem_021/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_021.cpp
│   │   │   │   ├── problem_022/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_022.py
│   │   │   │   ├── problem_023/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_023.cpp
│   │   │   │   ├── problem_024/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_024.py
│   │   │   │   ├── problem_025/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_025.cpp
│   │   │   │   │   └── problem_025.py
│   │   │   │   ├── problem_026/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_026.cpp
│   │   │   │   ├── problem_027/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_027.cpp
│   │   │   │   ├── problem_028/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_028.cpp
│   │   │   │   │   └── problem_028.py
│   │   │   │   ├── problem_034/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_034.cpp
│   │   │   │   ├── problem_036/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_036.cpp
│   │   │   │   │   └── problem_036.py
│   │   │   │   ├── problem_037/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_037.cpp
│   │   │   │   ├── problem_040/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_040.py
│   │   │   │   ├── problem_067/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_067.py
│   │   │   │   └── problem_102/
│   │   │   │       ├── README.md
│   │   │   │       ├── problem_102.cpp
│   │   │   │       └── triangles.txt
│   │   │   └── rosalind/
│   │   │       ├── README.md
│   │   │       └── complement_dna_strand/
│   │   │           ├── complement_dna.rs
│   │   │           └── complement_dna_strand.exs
│   │   └── test/
│   │       └── README.md
│   ├── operating_system/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── concurrency/
│   │   │   │   ├── dining_philosophers/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── dining_philosophers.c
│   │   │   │   ├── monitors/
│   │   │   │   │   └── monitors_system_v/
│   │   │   │   │       ├── main.c
│   │   │   │   │       ├── monitors.c
│   │   │   │   │       └── monitors.h
│   │   │   │   ├── peterson_algorithm_for_mutual_exclusion/
│   │   │   │   │   └── peterson_algorithm_in_c/
│   │   │   │   │       ├── mythreads.h
│   │   │   │   │       └── peterson_algo_mutual_exclusion_in_c.c
│   │   │   │   ├── producer_consumer/
│   │   │   │   │   └── producer_consumer.cpp
│   │   │   │   └── readers_writers/
│   │   │   │       └── readers_writers.cpp
│   │   │   ├── deadlocks/
│   │   │   │   └── bankers_algorithm/
│   │   │   │       ├── README.md
│   │   │   │       └── banker_safety.cpp
│   │   │   ├── memory_management/
│   │   │   │   ├── least_recently_used/
│   │   │   │   │   ├── lru.c
│   │   │   │   │   └── lru.cpp
│   │   │   │   ├── memory_mapping/
│   │   │   │   │   └── mapping.c
│   │   │   │   └── partitioned_allocation/
│   │   │   │       ├── best_fit.cpp
│   │   │   │       ├── first_fit.cpp
│   │   │   │       ├── next_fit.cpp
│   │   │   │       └── worst_fit.cpp
│   │   │   ├── processCreation/
│   │   │   │   ├── Processes.c
│   │   │   │   ├── README.md
│   │   │   │   └── vfork.c
│   │   │   ├── scheduling/
│   │   │   │   ├── first_come_first_serve/
│   │   │   │   │   ├── fcfs.cpp
│   │   │   │   │   ├── fcfs.cs
│   │   │   │   │   ├── fcfs.java
│   │   │   │   │   ├── fcfs.py
│   │   │   │   │   └── fcfs.rs
│   │   │   │   ├── guaranteed_scheduler/
│   │   │   │   │   └── guaranteed_scheduling.c
│   │   │   │   ├── job_sequencing/
│   │   │   │   │   └── job_sequencing.cpp
│   │   │   │   ├── multi_level_feedback_queue_scheduling/
│   │   │   │   │   └── mlfq.ts
│   │   │   │   ├── priority_scheduling/
│   │   │   │   │   ├── priority_scheduling_non_preemptive.c
│   │   │   │   │   └── priority_scheduling_preemptive.c
│   │   │   │   ├── round_robin_scheduling/
│   │   │   │   │   ├── round_robin_c/
│   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   ├── queue.c
│   │   │   │   │   │   ├── queue.h
│   │   │   │   │   │   └── round_robin.c
│   │   │   │   │   ├── round_robin_scheduling.cpp
│   │   │   │   │   └── round_robin_scheduling.java
│   │   │   │   ├── shortest_job_first/
│   │   │   │   │   ├── SJF.ASM
│   │   │   │   │   └── sjf.cpp
│   │   │   │   ├── shortest_seek_time_first/
│   │   │   │   │   ├── shortest_seek_time_first.c
│   │   │   │   │   └── shortest_seek_time_first.cpp
│   │   │   │   └── smallest_remaining_time_first/
│   │   │   │       └── srtf.c
│   │   │   └── shell/
│   │   │       ├── README.md
│   │   │       └── c/
│   │   │           ├── README.md
│   │   │           ├── makefile
│   │   │           └── shell.c
│   │   └── test/
│   │       └── README.md
│   ├── quantum_algorithms/
│   │   ├── grovers_algorithm/
│   │   │   ├── P1_grover_plot.py
│   │   │   └── README.md
│   │   └── shors_algorithm/
│   │       ├── P1_shor_primefactorization.py
│   │       └── README.md
│   ├── randomized_algorithms/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── birthday_paradox/
│   │   │   │   └── birthday_paradox.py
│   │   │   ├── karger_minimum_cut_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   └── karger_minimum_cut_algorithm.cpp
│   │   │   ├── kth_smallest_element_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   ├── kth_smallest_element.java
│   │   │   │   ├── kth_smallest_element_algorithm.c
│   │   │   │   └── kth_smallest_element_algorithm.cpp
│   │   │   ├── random_from_stream/
│   │   │   │   └── random_number_selection_from_a_stream.cpp
│   │   │   ├── random_node_linkedlist/
│   │   │   │   └── README.md
│   │   │   ├── randomized_quick_sort/
│   │   │   │   ├── randomized_quicksort.c
│   │   │   │   └── randomized_quicksort.cpp
│   │   │   ├── reservoir_sampling/
│   │   │   │   ├── README.md
│   │   │   │   ├── reservoir_sampling.cpp
│   │   │   │   └── reservoir_sampling.rs
│   │   │   └── shuffle_an_array/
│   │   │       ├── README.md
│   │   │       ├── shuffle_an_array.cpp
│   │   │       ├── shuffle_an_array.java
│   │   │       ├── shuffle_an_array.js
│   │   │       ├── shuffle_an_array.php
│   │   │       ├── shuffle_an_array.py
│   │   │       ├── shuffle_an_array.rb
│   │   │       ├── shuffle_an_array.rs
│   │   │       └── shuffle_library.rb
│   │   └── test/
│   │       └── README.md
│   ├── search/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── binary_search/
│   │   │   │   ├── BinarySearch.asm
│   │   │   │   ├── README.md
│   │   │   │   ├── binary_search.c
│   │   │   │   ├── binary_search.cpp
│   │   │   │   ├── binary_search.cs
│   │   │   │   ├── binary_search.ex
│   │   │   │   ├── binary_search.go
│   │   │   │   ├── binary_search.hs
│   │   │   │   ├── binary_search.java
│   │   │   │   ├── binary_search.js
│   │   │   │   ├── binary_search.kt
│   │   │   │   ├── binary_search.php
│   │   │   │   ├── binary_search.py
│   │   │   │   ├── binary_search.rb
│   │   │   │   ├── binary_search.rkt
│   │   │   │   ├── binary_search.rs
│   │   │   │   ├── binary_search.scala
│   │   │   │   ├── binary_search.sh
│   │   │   │   ├── binary_search.swift
│   │   │   │   ├── binary_search_2.cpp
│   │   │   │   └── binarysearchrecursion.cpp
│   │   │   ├── exponential_search/
│   │   │   │   ├── README.md
│   │   │   │   ├── exponential_search.c
│   │   │   │   ├── exponential_search.cpp
│   │   │   │   ├── exponential_search.cs
│   │   │   │   ├── exponential_search.go
│   │   │   │   ├── exponential_search.java
│   │   │   │   ├── exponential_search.js
│   │   │   │   ├── exponential_search.php
│   │   │   │   ├── exponential_search.py
│   │   │   │   ├── exponential_search.rb
│   │   │   │   ├── exponential_search.rs
│   │   │   │   └── exponential_search2.cpp
│   │   │   ├── fibonacci_search/
│   │   │   │   ├── fibonacci_search.c
│   │   │   │   ├── fibonacci_search.cpp
│   │   │   │   ├── fibonacci_search.java
│   │   │   │   ├── fibonacci_search.js
│   │   │   │   ├── fibonacci_search.py
│   │   │   │   └── fibonacci_search.swift
│   │   │   ├── fuzzy_search/
│   │   │   │   ├── fuzzy_search.js
│   │   │   │   └── fuzzy_search.php
│   │   │   ├── interpolation_search/
│   │   │   │   ├── README.md
│   │   │   │   ├── interpolation_search.c
│   │   │   │   ├── interpolation_search.cpp
│   │   │   │   ├── interpolation_search.go
│   │   │   │   ├── interpolation_search.java
│   │   │   │   ├── interpolation_search.js
│   │   │   │   ├── interpolation_search.php
│   │   │   │   └── interpolation_search.py
│   │   │   ├── jump_search/
│   │   │   │   ├── README.md
│   │   │   │   ├── jump_search.c
│   │   │   │   ├── jump_search.cpp
│   │   │   │   ├── jump_search.go
│   │   │   │   ├── jump_search.java
│   │   │   │   ├── jump_search.js
│   │   │   │   ├── jump_search.php
│   │   │   │   ├── jump_search.py
│   │   │   │   ├── jump_search.rs
│   │   │   │   └── jump_search.swift
│   │   │   ├── linear_search/
│   │   │   │   ├── LINEAR_SEARCH.ASM
│   │   │   │   ├── README.md
│   │   │   │   ├── linear_search.c
│   │   │   │   ├── linear_search.clj
│   │   │   │   ├── linear_search.cpp
│   │   │   │   ├── linear_search.cs
│   │   │   │   ├── linear_search.go
│   │   │   │   ├── linear_search.hs
│   │   │   │   ├── linear_search.java
│   │   │   │   ├── linear_search.js
│   │   │   │   ├── linear_search.kt
│   │   │   │   ├── linear_search.ml
│   │   │   │   ├── linear_search.nim
│   │   │   │   ├── linear_search.php
│   │   │   │   ├── linear_search.py
│   │   │   │   ├── linear_search.rb
│   │   │   │   ├── linear_search.re
│   │   │   │   ├── linear_search.rs
│   │   │   │   ├── linear_search.scala
│   │   │   │   ├── linear_search.swift
│   │   │   │   └── sentinellinearsearch.cpp
│   │   │   └── ternary_search/
│   │   │       ├── README.md
│   │   │       ├── ternary_search.c
│   │   │       ├── ternary_search.cpp
│   │   │       ├── ternary_search.go
│   │   │       ├── ternary_search.java
│   │   │       ├── ternary_search.js
│   │   │       ├── ternary_search.kt
│   │   │       ├── ternary_search.php
│   │   │       ├── ternary_search.py
│   │   │       └── ternary_search.rs
│   │   └── test/
│   │       ├── README.md
│   │       ├── test_search.cpp
│   │       └── test_search.py
│   ├── selection_algorithms/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── median_of_medians/
│   │   │   │   ├── median_of_medians.c
│   │   │   │   ├── median_of_medians.hs
│   │   │   │   └── median_of_medians.py
│   │   │   ├── quick_select.java
│   │   │   ├── quick_select.kt
│   │   │   ├── quick_select.swift
│   │   │   ├── quickselect.cpp
│   │   │   ├── quickselect.go
│   │   │   ├── quickselect.py
│   │   │   └── quickselect_stl.cpp
│   │   └── test/
│   │       └── README.md
│   ├── shell_script/
│   │   ├── Looping/
│   │   │   ├── README.md
│   │   │   ├── for_loop/
│   │   │   │   ├── for_break.sh
│   │   │   │   ├── for_continue.sh
│   │   │   │   ├── for_ctype.sh
│   │   │   │   ├── for_increment.sh
│   │   │   │   ├── for_infinite.sh
│   │   │   │   ├── for_items.sh
│   │   │   │   ├── for_jump.sh
│   │   │   │   ├── for_seq.sh
│   │   │   │   └── forloop_tuple.sh
│   │   │   └── while_loop/
│   │   │       ├── while_basics.sh
│   │   │       └── while_infinite.sh
│   │   ├── README.md
│   │   ├── basic_scripts/
│   │   │   ├── README.md
│   │   │   └── src/
│   │   │       ├── HelloWorld.sh
│   │   │       ├── arithmetic.sh
│   │   │       ├── commandlineargument.sh
│   │   │       ├── deletevar.sh
│   │   │       ├── inout.sh
│   │   │       ├── readvar.sh
│   │   │       ├── specialvar.sh
│   │   │       └── variable.sh
│   │   ├── control_structures/
│   │   │   ├── README.md
│   │   │   └── src/
│   │   │       ├── if_elif_else.sh
│   │   │       ├── if_else.sh
│   │   │       └── switch_case.sh
│   │   ├── deleting_old_archives.sh
│   │   ├── functions/
│   │   │   ├── README.md
│   │   │   └── src/
│   │   │       ├── func_parameters.sh
│   │   │       ├── function.sh
│   │   │       ├── multicall.sh
│   │   │       ├── multiplefunctioncall.sh
│   │   │       ├── nestedfunction.sh
│   │   │       ├── return_code.sh
│   │   │       └── scope.sh
│   │   └── make_and_makefile/
│   │       ├── Makefile
│   │       ├── README.md
│   │       ├── add.c
│   │       ├── divide.c
│   │       ├── main.c
│   │       ├── multiply.c
│   │       ├── mycalculator
│   │       ├── mymath.h
│   │       └── subtract.c
│   ├── sorting/
│   │   ├── src/
│   │   │   ├── Frequency_Sort/
│   │   │   │   └── Frequency_Sort.py
│   │   │   ├── README.md
│   │   │   ├── Wave_Sort/
│   │   │   │   └── Wave_Sort.py
│   │   │   ├── bead_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── bead_sort.c
│   │   │   │   ├── bead_sort.cpp
│   │   │   │   ├── bead_sort.cs
│   │   │   │   ├── bead_sort.java
│   │   │   │   ├── bead_sort.js
│   │   │   │   ├── bead_sort.m
│   │   │   │   ├── bead_sort.php
│   │   │   │   ├── bead_sort.py
│   │   │   │   ├── bead_sort.swift
│   │   │   │   └── bead_sort_numpy.py
│   │   │   ├── bogo_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── bogo_or_permutation_sort.py
│   │   │   │   ├── bogo_sort.c
│   │   │   │   ├── bogo_sort.cpp
│   │   │   │   ├── bogo_sort.fs
│   │   │   │   ├── bogo_sort.go
│   │   │   │   ├── bogo_sort.java
│   │   │   │   ├── bogo_sort.js
│   │   │   │   ├── bogo_sort.m
│   │   │   │   ├── bogo_sort.pl
│   │   │   │   ├── bogo_sort.py
│   │   │   │   ├── bogo_sort.rb
│   │   │   │   └── bogo_sort.swift
│   │   │   ├── bubble_sort/
│   │   │   │   ├── BubbleSort.asm
│   │   │   │   ├── README.md
│   │   │   │   ├── bubble_sort.c
│   │   │   │   ├── bubble_sort.cpp
│   │   │   │   ├── bubble_sort.cs
│   │   │   │   ├── bubble_sort.dart
│   │   │   │   ├── bubble_sort.elm
│   │   │   │   ├── bubble_sort.exs
│   │   │   │   ├── bubble_sort.f
│   │   │   │   ├── bubble_sort.go
│   │   │   │   ├── bubble_sort.hs
│   │   │   │   ├── bubble_sort.java
│   │   │   │   ├── bubble_sort.jl
│   │   │   │   ├── bubble_sort.js
│   │   │   │   ├── bubble_sort.kt
│   │   │   │   ├── bubble_sort.m
│   │   │   │   ├── bubble_sort.php
│   │   │   │   ├── bubble_sort.py
│   │   │   │   ├── bubble_sort.rb
│   │   │   │   ├── bubble_sort.rs
│   │   │   │   ├── bubble_sort.sh
│   │   │   │   ├── bubble_sort.sml
│   │   │   │   ├── bubble_sort.swift
│   │   │   │   ├── bubble_sort.ts
│   │   │   │   ├── bubble_sort_efficient.cpp
│   │   │   │   ├── bubble_sort_extension.swift
│   │   │   │   ├── bubble_sort_linked_list.cpp
│   │   │   │   └── bubble_sort_recursive.cpp
│   │   │   ├── bucket_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── bucket_sort.c
│   │   │   │   ├── bucket_sort.cpp
│   │   │   │   ├── bucket_sort.cs
│   │   │   │   ├── bucket_sort.go
│   │   │   │   ├── bucket_sort.hs
│   │   │   │   ├── bucket_sort.java
│   │   │   │   ├── bucket_sort.js
│   │   │   │   ├── bucket_sort.m
│   │   │   │   ├── bucket_sort.php
│   │   │   │   ├── bucket_sort.py
│   │   │   │   ├── bucket_sort.rb
│   │   │   │   ├── bucket_sort.swift
│   │   │   │   └── bucket_sorting.cpp
│   │   │   ├── circle_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── circle_sort.c
│   │   │   │   ├── circle_sort.cpp
│   │   │   │   ├── circle_sort.cs
│   │   │   │   ├── circle_sort.java
│   │   │   │   ├── circle_sort.js
│   │   │   │   ├── circle_sort.m
│   │   │   │   ├── circle_sort.py
│   │   │   │   └── circle_sort.swift
│   │   │   ├── cocktail_sort/
│   │   │   │   ├── cocktail_sort.c
│   │   │   │   ├── cocktail_sort.java
│   │   │   │   └── cocktail_sort.py
│   │   │   ├── comb_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── comb_sort.c
│   │   │   │   ├── comb_sort.cpp
│   │   │   │   ├── comb_sort.go
│   │   │   │   ├── comb_sort.java
│   │   │   │   ├── comb_sort.js
│   │   │   │   ├── comb_sort.m
│   │   │   │   ├── comb_sort.py
│   │   │   │   └── comb_sort.swift
│   │   │   ├── counting_sort/
│   │   │   │   ├── Counting_sort.php
│   │   │   │   ├── README.md
│   │   │   │   ├── counting_sort.c
│   │   │   │   ├── counting_sort.cpp
│   │   │   │   ├── counting_sort.cs
│   │   │   │   ├── counting_sort.go
│   │   │   │   ├── counting_sort.java
│   │   │   │   ├── counting_sort.js
│   │   │   │   ├── counting_sort.m
│   │   │   │   ├── counting_sort.py
│   │   │   │   └── counting_sort.swift
│   │   │   ├── cycle_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── cycle_sort.c
│   │   │   │   ├── cycle_sort.cpp
│   │   │   │   ├── cycle_sort.cs
│   │   │   │   ├── cycle_sort.go
│   │   │   │   ├── cycle_sort.java
│   │   │   │   ├── cycle_sort.js
│   │   │   │   ├── cycle_sort.m
│   │   │   │   ├── cycle_sort.py
│   │   │   │   └── cycle_sort.swift
│   │   │   ├── flash_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── flash_sort.c
│   │   │   │   ├── flash_sort.js
│   │   │   │   ├── flash_sort.m
│   │   │   │   └── flash_sort.swift
│   │   │   ├── gnome_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── gnome_sort.c
│   │   │   │   ├── gnome_sort.cpp
│   │   │   │   ├── gnome_sort.go
│   │   │   │   ├── gnome_sort.java
│   │   │   │   ├── gnome_sort.js
│   │   │   │   ├── gnome_sort.m
│   │   │   │   ├── gnome_sort.py
│   │   │   │   └── gnome_sort.swift
│   │   │   ├── heap_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── heap_sort.c
│   │   │   │   ├── heap_sort.cpp
│   │   │   │   ├── heap_sort.cs
│   │   │   │   ├── heap_sort.go
│   │   │   │   ├── heap_sort.java
│   │   │   │   ├── heap_sort.js
│   │   │   │   ├── heap_sort.m
│   │   │   │   ├── heap_sort.py
│   │   │   │   ├── heap_sort.rb
│   │   │   │   ├── heap_sort.rs
│   │   │   │   ├── heap_sort.sc
│   │   │   │   ├── heap_sort.swift
│   │   │   │   └── heapsort.go
│   │   │   ├── insertion_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── insertion_sort.c
│   │   │   │   ├── insertion_sort.cpp
│   │   │   │   ├── insertion_sort.cs
│   │   │   │   ├── insertion_sort.dart
│   │   │   │   ├── insertion_sort.go
│   │   │   │   ├── insertion_sort.hs
│   │   │   │   ├── insertion_sort.java
│   │   │   │   ├── insertion_sort.js
│   │   │   │   ├── insertion_sort.kt
│   │   │   │   ├── insertion_sort.m
│   │   │   │   ├── insertion_sort.ml
│   │   │   │   ├── insertion_sort.php
│   │   │   │   ├── insertion_sort.py
│   │   │   │   ├── insertion_sort.rb
│   │   │   │   ├── insertion_sort.re
│   │   │   │   ├── insertion_sort.rs
│   │   │   │   ├── insertion_sort.sh
│   │   │   │   ├── insertion_sort.swift
│   │   │   │   └── insertion_sort_extension.swift
│   │   │   ├── intro_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── intro_sort.cpp
│   │   │   │   ├── intro_sort.m
│   │   │   │   └── intro_sort.swift
│   │   │   ├── median_sort/
│   │   │   │   ├── median_sort.cpp
│   │   │   │   ├── median_sort.cs
│   │   │   │   ├── median_sort.m
│   │   │   │   ├── median_sort.py
│   │   │   │   ├── median_sort.swift
│   │   │   │   └── median_sort_fast.cpp
│   │   │   ├── merge_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── merge_sort.c
│   │   │   │   ├── merge_sort.cpp
│   │   │   │   ├── merge_sort.cs
│   │   │   │   ├── merge_sort.fs
│   │   │   │   ├── merge_sort.go
│   │   │   │   ├── merge_sort.hs
│   │   │   │   ├── merge_sort.java
│   │   │   │   ├── merge_sort.js
│   │   │   │   ├── merge_sort.kt
│   │   │   │   ├── merge_sort.m
│   │   │   │   ├── merge_sort.php
│   │   │   │   ├── merge_sort.pl
│   │   │   │   ├── merge_sort.py
│   │   │   │   ├── merge_sort.rb
│   │   │   │   ├── merge_sort.rs
│   │   │   │   ├── merge_sort.scala
│   │   │   │   ├── merge_sort.sh
│   │   │   │   ├── merge_sort.swift
│   │   │   │   ├── merge_sort.ts
│   │   │   │   ├── merge_sort_extension.swift
│   │   │   │   ├── merge_sort_linked_list.c
│   │   │   │   └── merge_sort_linked_list.cpp
│   │   │   ├── pancake_sort/
│   │   │   │   └── pancake_sort.cpp
│   │   │   ├── pigeonhole_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── pigeonhole_sort.c
│   │   │   │   ├── pigeonhole_sort.cpp
│   │   │   │   ├── pigeonhole_sort.cs
│   │   │   │   ├── pigeonhole_sort.go
│   │   │   │   ├── pigeonhole_sort.java
│   │   │   │   ├── pigeonhole_sort.js
│   │   │   │   ├── pigeonhole_sort.m
│   │   │   │   ├── pigeonhole_sort.php
│   │   │   │   ├── pigeonhole_sort.py
│   │   │   │   ├── pigeonhole_sort.swift
│   │   │   │   └── pigeonholesort.scala
│   │   │   ├── postmans_sort/
│   │   │   │   ├── postmans_sort.c
│   │   │   │   └── postmans_sort.cpp
│   │   │   ├── quick_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── dutch_national_flag.cpp
│   │   │   │   ├── quick_sort.c
│   │   │   │   ├── quick_sort.cpp
│   │   │   │   ├── quick_sort.cs
│   │   │   │   ├── quick_sort.elm
│   │   │   │   ├── quick_sort.go
│   │   │   │   ├── quick_sort.hs
│   │   │   │   ├── quick_sort.java
│   │   │   │   ├── quick_sort.js
│   │   │   │   ├── quick_sort.lua
│   │   │   │   ├── quick_sort.m
│   │   │   │   ├── quick_sort.ml
│   │   │   │   ├── quick_sort.py
│   │   │   │   ├── quick_sort.rb
│   │   │   │   ├── quick_sort.rs
│   │   │   │   ├── quick_sort.scala
│   │   │   │   ├── quick_sort.sh
│   │   │   │   ├── quick_sort.swift
│   │   │   │   ├── quick_sort.ts
│   │   │   │   ├── quick_sort_extension.swift
│   │   │   │   ├── quick_sort_in_place.scala
│   │   │   │   ├── quick_sort_median_of_medians.c
│   │   │   │   └── quick_sort_three_way.cpp
│   │   │   ├── radix_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── radix_sort.c
│   │   │   │   ├── radix_sort.cpp
│   │   │   │   ├── radix_sort.go
│   │   │   │   ├── radix_sort.hs
│   │   │   │   ├── radix_sort.java
│   │   │   │   ├── radix_sort.js
│   │   │   │   ├── radix_sort.py
│   │   │   │   ├── radix_sort.rs
│   │   │   │   └── radix_sort.sh
│   │   │   ├── selection_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── SELCTION_SORT.ASM
│   │   │   │   ├── selection_sort.c
│   │   │   │   ├── selection_sort.cpp
│   │   │   │   ├── selection_sort.cs
│   │   │   │   ├── selection_sort.go
│   │   │   │   ├── selection_sort.hs
│   │   │   │   ├── selection_sort.java
│   │   │   │   ├── selection_sort.js
│   │   │   │   ├── selection_sort.kt
│   │   │   │   ├── selection_sort.m
│   │   │   │   ├── selection_sort.php
│   │   │   │   ├── selection_sort.py
│   │   │   │   ├── selection_sort.rb
│   │   │   │   ├── selection_sort.rs
│   │   │   │   ├── selection_sort.sh
│   │   │   │   ├── selection_sort.swift
│   │   │   │   ├── selection_sort.vb
│   │   │   │   └── selection_sort_extension.swift
│   │   │   ├── shaker_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── shaker_sort.c
│   │   │   │   ├── shaker_sort.cpp
│   │   │   │   ├── shaker_sort.cs
│   │   │   │   ├── shaker_sort.go
│   │   │   │   ├── shaker_sort.java
│   │   │   │   ├── shaker_sort.js
│   │   │   │   ├── shaker_sort.m
│   │   │   │   ├── shaker_sort.php
│   │   │   │   ├── shaker_sort.py
│   │   │   │   ├── shaker_sort.rs
│   │   │   │   └── shaker_sort.swift
│   │   │   ├── shell_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── shell_sort.c
│   │   │   │   ├── shell_sort.cpp
│   │   │   │   ├── shell_sort.go
│   │   │   │   ├── shell_sort.java
│   │   │   │   ├── shell_sort.js
│   │   │   │   ├── shell_sort.kt
│   │   │   │   ├── shell_sort.m
│   │   │   │   ├── shell_sort.py
│   │   │   │   ├── shell_sort.swift
│   │   │   │   └── shellsort.go
│   │   │   ├── sleep_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── sleep_sort.c
│   │   │   │   ├── sleep_sort.cpp
│   │   │   │   ├── sleep_sort.cs
│   │   │   │   ├── sleep_sort.go
│   │   │   │   ├── sleep_sort.java
│   │   │   │   ├── sleep_sort.jl
│   │   │   │   ├── sleep_sort.js
│   │   │   │   ├── sleep_sort.m
│   │   │   │   ├── sleep_sort.php
│   │   │   │   ├── sleep_sort.py
│   │   │   │   ├── sleep_sort.rb
│   │   │   │   ├── sleep_sort.scala
│   │   │   │   ├── sleep_sort.sh
│   │   │   │   └── sleep_sort.swift
│   │   │   ├── slow_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── slow_sort.cpp
│   │   │   │   └── slow_sort.java
│   │   │   ├── stooge_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── stooge_sort.c
│   │   │   │   ├── stooge_sort.cpp
│   │   │   │   ├── stooge_sort.go
│   │   │   │   ├── stooge_sort.java
│   │   │   │   ├── stooge_sort.js
│   │   │   │   └── stooge_sort.py
│   │   │   ├── topological_sort/
│   │   │   │   ├── readme.md
│   │   │   │   ├── topological_sort.c
│   │   │   │   ├── topological_sort.cpp
│   │   │   │   ├── topological_sort.java
│   │   │   │   └── topological_sort.py
│   │   │   └── tree_sort/
│   │   │       ├── README.md
│   │   │       ├── tree_sort.c
│   │   │       ├── tree_sort.cpp
│   │   │       ├── tree_sort.go
│   │   │       ├── tree_sort.java
│   │   │       ├── tree_sort.js
│   │   │       ├── tree_sort.php
│   │   │       └── tree_sort.py
│   │   └── test/
│   │       ├── README.md
│   │       ├── test_sort.cpp
│   │       ├── test_sort.py
│   │       └── test_sort.swift
│   ├── square_root_decomposition/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   └── mos_algorithm/
│   │   │       ├── mos_algorithm.cpp
│   │   │       └── sqrtdecomposition.py
│   │   └── test/
│   │       └── README.md
│   ├── string_algorithms/
│   │   ├── src/
│   │   │   ├── Longest_common_subsequence/
│   │   │   │   └── longest_common_subsequence.c
│   │   │   ├── README.md
│   │   │   ├── aho_corasick_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   ├── aho_corasick_algorithm.cpp
│   │   │   │   ├── aho_corasick_algorithm.java
│   │   │   │   └── aho_corasick_algorithm2.cpp
│   │   │   ├── anagram_search/
│   │   │   │   ├── README.md
│   │   │   │   ├── anagram.scala
│   │   │   │   ├── anagram_search.c
│   │   │   │   ├── anagram_search.cpp
│   │   │   │   ├── anagram_search.cs
│   │   │   │   ├── anagram_search.go
│   │   │   │   ├── anagram_search.java
│   │   │   │   ├── anagram_search.js
│   │   │   │   ├── anagram_search.py
│   │   │   │   ├── anagram_search.rb
│   │   │   │   └── anagram_search.swift
│   │   │   ├── arithmetic_on_large_numbers/
│   │   │   │   ├── string_addition.cpp
│   │   │   │   ├── string_factorial.cpp
│   │   │   │   ├── string_multiplication.cpp
│   │   │   │   └── string_subtract.cpp
│   │   │   ├── boyer_moore_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   ├── boyer_moore_algorithm.c
│   │   │   │   ├── boyer_moore_algorithm.cpp
│   │   │   │   └── boyer_moore_algorithm2.c
│   │   │   ├── finite_automata/
│   │   │   │   ├── README.md
│   │   │   │   ├── c/
│   │   │   │   │   ├── c/
│   │   │   │   │   │   └── makefile
│   │   │   │   │   ├── dfa.c
│   │   │   │   │   ├── dfa.h
│   │   │   │   │   ├── main.c
│   │   │   │   │   ├── types.c
│   │   │   │   │   └── types.h
│   │   │   │   ├── searchstringusingdfa.java
│   │   │   │   └── searchstringusingdfa.rs
│   │   │   ├── kasai_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   └── kasai_algorithm.cpp
│   │   │   ├── kmp_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   ├── kmp.java
│   │   │   │   ├── kmp.py
│   │   │   │   └── kmp_algorithm.cpp
│   │   │   ├── levenshtein_distance/
│   │   │   │   ├── README.md
│   │   │   │   └── levenshteindistance.java
│   │   │   ├── lexicographically_largest_palindrome_subsequence/
│   │   │   │   └── Lexicographyically_largest_palindrome_subsequence.cpp
│   │   │   ├── lipogram_checker/
│   │   │   │   ├── lipogram_checker.cpp
│   │   │   │   ├── lipogram_checker.cs
│   │   │   │   ├── lipogram_checker.js
│   │   │   │   └── lipogram_checker.py
│   │   │   ├── longest_palindromic_substring/
│   │   │   │   ├── longest_palindromic_substring.cpp
│   │   │   │   ├── longest_palindromic_substring.js
│   │   │   │   └── longest_palindromic_substring.py
│   │   │   ├── manachar_algorithm/
│   │   │   │   ├── manachar_longest_palindromic_subs.cpp
│   │   │   │   └── manachar_longest_palindromic_subs.py
│   │   │   ├── morse_code/
│   │   │   │   ├── morsecode.cpp
│   │   │   │   ├── morsecode.go
│   │   │   │   ├── morsecode.js
│   │   │   │   ├── morsecode.php
│   │   │   │   └── morsecode.py
│   │   │   ├── naive_pattern_search/
│   │   │   │   ├── README.md
│   │   │   │   ├── naive_pattern_search.cpp
│   │   │   │   └── naive_pattern_search.py
│   │   │   ├── palindrome_checker/
│   │   │   │   ├── palindrome.c
│   │   │   │   ├── palindrome.clj
│   │   │   │   ├── palindrome.cpp
│   │   │   │   ├── palindrome.cr
│   │   │   │   ├── palindrome.cs
│   │   │   │   ├── palindrome.erl
│   │   │   │   ├── palindrome.ex
│   │   │   │   ├── palindrome.go
│   │   │   │   ├── palindrome.hs
│   │   │   │   ├── palindrome.java
│   │   │   │   ├── palindrome.js
│   │   │   │   ├── palindrome.kt
│   │   │   │   ├── palindrome.lua
│   │   │   │   ├── palindrome.php
│   │   │   │   ├── palindrome.purs
│   │   │   │   ├── palindrome.py
│   │   │   │   ├── palindrome.rb
│   │   │   │   ├── palindrome.rs
│   │   │   │   ├── palindrome.sh
│   │   │   │   ├── palindrome.swift
│   │   │   │   └── palindrome.ts
│   │   │   ├── palindrome_substring/
│   │   │   │   └── palindrome_substring.c
│   │   │   ├── pangram_checker/
│   │   │   │   ├── README.md
│   │   │   │   ├── pangram.cpp
│   │   │   │   ├── pangram.java
│   │   │   │   ├── pangram.rb
│   │   │   │   ├── pangram_checker.c
│   │   │   │   ├── pangram_checker.go
│   │   │   │   ├── pangram_checker.js
│   │   │   │   ├── pangram_checker.m
│   │   │   │   ├── pangram_checker.php
│   │   │   │   ├── pangram_checker.py
│   │   │   │   ├── pangram_checker.swift
│   │   │   │   └── pangram_checker.ts
│   │   │   ├── password_strength_checker/
│   │   │   │   ├── README.md
│   │   │   │   ├── pw_checker.cpp
│   │   │   │   ├── pw_checker.cs
│   │   │   │   ├── pw_checker.java
│   │   │   │   ├── pw_checker.js
│   │   │   │   └── pw_checker.py
│   │   │   ├── rabin_karp_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   ├── rabinKarp.cpp
│   │   │   │   ├── rabin_karp.c
│   │   │   │   ├── rabin_karp.java
│   │   │   │   └── rabin_karp.py
│   │   │   ├── remove_dups/
│   │   │   │   ├── remove_dumps.py
│   │   │   │   ├── remove_dups.c
│   │   │   │   ├── remove_dups.cpp
│   │   │   │   ├── remove_dups.js
│   │   │   │   └── remove_dups.rs
│   │   │   ├── reverse_word_string/
│   │   │   │   ├── reverse_word_string.cpp
│   │   │   │   ├── reverse_word_string.js
│   │   │   │   ├── reverse_word_string.py
│   │   │   │   └── reverse_word_string.rs
│   │   │   ├── string_matching/
│   │   │   │   └── NaiveStringmatching.py
│   │   │   ├── suffix_array/
│   │   │   │   ├── README.md
│   │   │   │   └── suffix_array.java
│   │   │   ├── sum_of_numbers_string/
│   │   │   │   └── sum_of_numbers_string.py
│   │   │   ├── trie_pattern_search/
│   │   │   │   ├── README.md
│   │   │   │   └── trie_pattern_search.cpp
│   │   │   └── z_algorithm/
│   │   │       ├── README.md
│   │   │       ├── z_algorithm.cpp
│   │   │       ├── z_algorithm.py
│   │   │       └── z_algorithm_z_array.cpp
│   │   └── test/
│   │       ├── README.md
│   │       └── test_naive_pattern_search.cpp
│   ├── theory_of_computation/
│   │   └── src/
│   │       ├── deterministic_finite_automaton/
│   │       │   ├── dfa.cpp
│   │       │   ├── dfa.hh
│   │       │   └── dfa.py
│   │       ├── non_deterministic_finite_automata_to_finite_automata/
│   │       │   └── ndfa_to_dfa.cpp
│   │       └── nondeterministic_finite_atomaton/
│   │           ├── nfa.cpp
│   │           └── nfa.py
│   └── unclassified/
│       ├── src/
│       │   ├── README.md
│       │   ├── add_1_to_no_represented_as_array_of_digit/
│       │   │   └── add_1_to_no_represented_as_array_of_digit.py
│       │   ├── add_one_to_number/
│       │   │   └── add_one_to_number.cpp
│       │   ├── array_to_set/
│       │   │   └── arraytoset_iterator.cpp
│       │   ├── autobiographical_numbers/
│       │   │   ├── README.md
│       │   │   └── autobiographical_numbers.cpp
│       │   ├── average/
│       │   │   ├── average.c
│       │   │   ├── average.cpp
│       │   │   ├── average.cs
│       │   │   ├── average.erl
│       │   │   ├── average.es6.js
│       │   │   ├── average.ex
│       │   │   ├── average.go
│       │   │   ├── average.java
│       │   │   ├── average.js
│       │   │   ├── average.nims
│       │   │   ├── average.php
│       │   │   ├── average.py
│       │   │   ├── average.rb
│       │   │   ├── average.rs
│       │   │   ├── average.scala
│       │   │   ├── average.sh
│       │   │   ├── average.swift
│       │   │   └── readme.md
│       │   ├── biggest_of_n_numbers/
│       │   │   ├── biggest_of_n.js
│       │   │   ├── biggest_of_n_numbers.c
│       │   │   ├── biggest_of_n_numbers.cpp
│       │   │   ├── biggest_of_n_numbers.cs
│       │   │   ├── biggest_of_n_numbers.java
│       │   │   ├── biggest_of_n_numbers.nims
│       │   │   ├── biggest_of_n_numbers.py
│       │   │   ├── biggest_of_n_numbers2.cpp
│       │   │   └── readme.md
│       │   ├── biggest_suffix/
│       │   │   ├── biggest_suffix.c
│       │   │   ├── biggest_suffix.js
│       │   │   └── readme.md
│       │   ├── fifteen_puzzle/
│       │   │   ├── fifteen.c
│       │   │   ├── log.txt
│       │   │   ├── makefile
│       │   │   └── readme.md
│       │   ├── flutter_res/
│       │   │   └── README.md
│       │   ├── jaccard_similarity/
│       │   │   ├── README.md
│       │   │   ├── jaccard.c
│       │   │   ├── jaccard.java
│       │   │   ├── jaccard.js
│       │   │   ├── jaccard.nims
│       │   │   └── jaccard.py
│       │   ├── josephus_problem/
│       │   │   ├── README.md
│       │   │   ├── josephus.c
│       │   │   ├── josephus.cpp
│       │   │   ├── josephus.go
│       │   │   ├── josephus.js
│       │   │   └── josephus.py
│       │   ├── krishnamurthy_number/
│       │   │   ├── README.md
│       │   │   └── krishnamurthyNumber.py
│       │   ├── lapindrom_checker/
│       │   │   ├── README.md
│       │   │   ├── lapindrome_checker.cpp
│       │   │   └── lapindrome_checker.py
│       │   ├── leap_year/
│       │   │   ├── leap_year.c
│       │   │   ├── leap_year.cpp
│       │   │   ├── leap_year.cs
│       │   │   ├── leap_year.go
│       │   │   ├── leap_year.java
│       │   │   ├── leap_year.nim
│       │   │   ├── leap_year.py
│       │   │   ├── leap_year.rs
│       │   │   ├── leap_years.js
│       │   │   └── readme.txt
│       │   ├── magic_square/
│       │   │   ├── magic_square.c
│       │   │   ├── magic_square.php
│       │   │   ├── magic_square.py
│       │   │   └── magic_square.swift
│       │   ├── majority_element/
│       │   │   ├── majority_element.cpp
│       │   │   └── majority_element_randomized.cpp
│       │   ├── maximum_subarray_sum/
│       │   │   └── maximum_subarray_sum.cpp
│       │   ├── median_of_two_sorted_arrays/
│       │   │   └── median_of_two_sorted_arrays.c
│       │   ├── median_two_sortedArrayOfDifferentLength/
│       │   │   └── medianOfTwoSortedArrayOfDifferentLength.cpp
│       │   ├── merge_arrays/
│       │   │   └── merge_arrays.cpp
│       │   ├── minimum_subarray_size_with_degree/
│       │   │   └── minsubarraysizewithdegree.cpp
│       │   ├── move_zeroes_to_end/
│       │   │   ├── move_zeroes_to_end.cpp
│       │   │   └── move_zeroes_to_end.py
│       │   ├── no_operator_addition/
│       │   │   └── addition.c
│       │   ├── optimized_fibonacci/
│       │   │   └── optimized_fibonacci.cpp
│       │   ├── paint_fill/
│       │   │   └── paint_fill.cpp
│       │   ├── palindrome/
│       │   │   └── palindrome_check/
│       │   │       ├── palindrome.nim
│       │   │       ├── palindrome.py
│       │   │       ├── palindrome_check.c
│       │   │       ├── palindrome_check.cpp
│       │   │       ├── palindrome_check.cs
│       │   │       ├── palindrome_check.java
│       │   │       ├── palindrome_check.js
│       │   │       └── palindrome_check.rb
│       │   ├── range_sum_of_BST/
│       │   │   └── range_sum_of_bst.java
│       │   ├── segregate_even_odd/
│       │   │   ├── segregate_even_odd.cpp
│       │   │   └── segregate_even_odd.py
│       │   ├── segregate_positive_negative/
│       │   │   └── segregate_positive_negative.cpp
│       │   ├── smallest_number_to_the_left/
│       │   │   └── smallest.cpp
│       │   ├── spiral_print/
│       │   │   ├── README.md
│       │   │   ├── spiral_print.c
│       │   │   ├── spiral_print.cpp
│       │   │   ├── spiral_print.go
│       │   │   ├── spiral_print.java
│       │   │   └── spiral_print.py
│       │   ├── split_list/
│       │   │   ├── split_array.js
│       │   │   └── split_list.py
│       │   ├── sum_numbers_string/
│       │   │   └── sum_numbers_string.cpp
│       │   ├── tokenizer/
│       │   │   └── tokenizer.cpp
│       │   ├── unique_number/
│       │   │   ├── unique_num_stl.cpp
│       │   │   ├── unique_number.cpp
│       │   │   ├── unique_number.java
│       │   │   └── unique_number.py
│       │   ├── unique_numbers/
│       │   │   └── unique_numbers.py
│       │   └── utilities/
│       │       ├── convert2mp3.sh
│       │       └── download_link.sh
│       └── test/
│           ├── README.md
│           ├── palindrome/
│           │   └── palindrome_check/
│           │       ├── README.md
│           │       └── test_palindrome_check.cpp
│           └── spiral_printing/
│               └── test_spiral_print.cpp
├── generate_dependencies.make
├── guides/
│   ├── README.md
│   ├── coding_style/
│   │   ├── README.md
│   │   ├── c/
│   │   │   └── README.md
│   │   ├── c#/
│   │   │   ├── README.md
│   │   │   └── tryCatch.md
│   │   ├── c++/
│   │   │   ├── README.md
│   │   │   └── uncrustify_tests/
│   │   │       ├── input/
│   │   │       │   └── space001.cpp
│   │   │       ├── output/
│   │   │       │   └── space001.cpp
│   │   │       └── test.sh
│   │   ├── elixir/
│   │   │   └── README.md
│   │   ├── f#/
│   │   │   └── README.md
│   │   ├── go/
│   │   │   └── README.md
│   │   ├── java/
│   │   │   └── README.md
│   │   ├── javascript/
│   │   │   └── README.md
│   │   ├── kotlin/
│   │   │   └── README.md
│   │   ├── lisp/
│   │   │   └── README.md
│   │   ├── ml/
│   │   │   └── README.md
│   │   ├── pascal/
│   │   │   └── README.md
│   │   ├── perl/
│   │   │   └── style.md
│   │   ├── php/
│   │   │   └── README.md
│   │   ├── python/
│   │   │   └── README.md
│   │   ├── ruby/
│   │   │   └── README.md
│   │   ├── rust/
│   │   │   └── README.md
│   │   ├── swift/
│   │   │   └── README.md
│   │   └── typescript/
│   │       └── README.md
│   ├── documentation_guide.md
│   └── installation_guides/
│       ├── README.md
│       ├── c/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── c++/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── elixir/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── go/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── java/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── javascript/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── kotlin/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── pascal/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── python/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── python_pip/
│       │   └── linux/
│       │       └── README.md
│       ├── ruby/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── rust/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       └── swift/
│           ├── README.md
│           ├── linux/
│           │   └── README.md
│           ├── mac/
│           │   └── README.md
│           └── windows/
│               └── README.md
├── makefile
├── scripts/
│   ├── README.md
│   ├── STATS.md
│   ├── STATS.txt
│   ├── build_cpp.sh
│   ├── cpp_coding_style_checker.sh
│   ├── filename_formatter.sh
│   ├── global-metadata.py
│   ├── global_metadata.json
│   ├── javascript_code_style_checker.sh
│   ├── metadata/
│   │   └── code/
│   │       ├── artificial_intelligence/
│   │       │   └── src/
│   │       │       ├── a_star/
│   │       │       │   └── data.json
│   │       │       ├── artificial_neural_network/
│   │       │       │   └── data.json
│   │       │       ├── autoenncoder/
│   │       │       │   └── data.json
│   │       │       ├── convolutional_neural_network/
│   │       │       │   └── data.json
│   │       │       ├── dbscan_clustering/
│   │       │       │   └── data.json
│   │       │       ├── decision_tree/
│   │       │       │   └── data.json
│   │       │       ├── factorization_machines/
│   │       │       │   └── data.json
│   │       │       ├── gaussian_mixture_model/
│   │       │       │   └── data.json
│   │       │       ├── gaussian_naive_bayes/
│   │       │       │   └── data.json
│   │       │       ├── gradient_boosting_trees/
│   │       │       │   └── data.json
│   │       │       ├── hierachical_clustering/
│   │       │       │   └── hierachical_clustering/
│   │       │       │       └── data.json
│   │       │       ├── image_processing/
│   │       │       │   ├── canny/
│   │       │       │   │   └── data.json
│   │       │       │   ├── data.json
│   │       │       │   ├── erode_dilate/
│   │       │       │   │   └── data.json
│   │       │       │   ├── houghtransform/
│   │       │       │   │   └── data.json
│   │       │       │   ├── image_stitching/
│   │       │       │   │   └── data.json
│   │       │       │   ├── prewittfilter/
│   │       │       │   │   └── data.json
│   │       │       │   └── sobelfilter/
│   │       │       │       └── data.json
│   │       │       ├── isodata_clustering/
│   │       │       │   └── data.json
│   │       │       ├── k_means/
│   │       │       │   └── data.json
│   │       │       ├── k_nearest_neighbours/
│   │       │       │   └── data.json
│   │       │       ├── linear_regression/
│   │       │       │   └── linear_regression/
│   │       │       │       └── data.json
│   │       │       ├── logistic_regression/
│   │       │       │   └── data.json
│   │       │       ├── minimax/
│   │       │       │   └── data.json
│   │       │       ├── naive_bayes/
│   │       │       │   └── data.json
│   │       │       ├── nearest_sequence_memory/
│   │       │       │   └── nsm_matlab/
│   │       │       │       └── data.json
│   │       │       ├── neural_network/
│   │       │       │   └── data.json
│   │       │       ├── neural_style_transfer/
│   │       │       │   └── data.json
│   │       │       ├── particle_swarm_optimization/
│   │       │       │   ├── gbestPSO/
│   │       │       │   │   └── data.json
│   │       │       │   └── lbestPSO/
│   │       │       │       └── data.json
│   │       │       ├── perceptron/
│   │       │       │   └── data.json
│   │       │       ├── principal_component_analysis/
│   │       │       │   └── data.json
│   │       │       ├── q_learning/
│   │       │       │   └── data.json
│   │       │       ├── random_forests/
│   │       │       │   └── data.json
│   │       │       ├── restricted_boltzmann_machine/
│   │       │       │   └── data.json
│   │       │       ├── sat/
│   │       │       │   └── data.json
│   │       │       ├── support_vector_machine/
│   │       │       │   └── data.json
│   │       │       ├── t_distributed_stochastic_neighbor_embedding/
│   │       │       │   └── data.json
│   │       │       └── tsp/
│   │       │           └── data.json
│   │       ├── backtracking/
│   │       │   └── src/
│   │       │       ├── algorithm_x/
│   │       │       │   └── data.json
│   │       │       ├── crossword_puzzle/
│   │       │       │   └── data.json
│   │       │       ├── knight_tour/
│   │       │       │   └── data.json
│   │       │       ├── m_coloring_problem/
│   │       │       │   └── data.json
│   │       │       ├── n_queen/
│   │       │       │   └── data.json
│   │       │       ├── number_of_ways_in_maze/
│   │       │       │   └── data.json
│   │       │       ├── partitions_of_number/
│   │       │       │   └── data.json
│   │       │       ├── partitions_of_set/
│   │       │       │   └── data.json
│   │       │       ├── permutations_of_string/
│   │       │       │   └── data.json
│   │       │       ├── powerset/
│   │       │       │   └── data.json
│   │       │       ├── rat_in_a_maze/
│   │       │       │   └── data.json
│   │       │       ├── subset_sum/
│   │       │       │   └── data.json
│   │       │       └── sudoku_solve/
│   │       │           └── data.json
│   │       ├── bit_manipulation/
│   │       │   └── src/
│   │       │       ├── addition_using_bits/
│   │       │       │   └── data.json
│   │       │       ├── bit_division/
│   │       │       │   └── data.json
│   │       │       ├── byte_swapper/
│   │       │       │   └── data.json
│   │       │       ├── convert_number_binary/
│   │       │       │   └── data.json
│   │       │       ├── count_set_bits/
│   │       │       │   └── data.json
│   │       │       ├── flip_bits/
│   │       │       │   └── data.json
│   │       │       ├── hamming_distance/
│   │       │       │   └── data.json
│   │       │       ├── invert_bit/
│   │       │       │   └── data.json
│   │       │       ├── lonely_integer/
│   │       │       │   └── data.json
│   │       │       ├── magic_number/
│   │       │       │   └── data.json
│   │       │       ├── maximum_xor_value/
│   │       │       │   └── data.json
│   │       │       ├── power_of_2/
│   │       │       │   └── data.json
│   │       │       ├── subset_generation/
│   │       │       │   └── data.json
│   │       │       ├── sum_binary_numbers/
│   │       │       │   └── data.json
│   │       │       ├── sum_equals_xor/
│   │       │       │   └── data.json
│   │       │       ├── thrice_unique_number/
│   │       │       │   └── data.json
│   │       │       ├── twice_unique_number/
│   │       │       │   └── data.json
│   │       │       └── xor_swap/
│   │       │           └── data.json
│   │       ├── cellular_automaton/
│   │       │   └── src/
│   │       │       ├── brians_brain/
│   │       │       │   └── data.json
│   │       │       ├── conways_game_of_life/
│   │       │       │   └── data.json
│   │       │       ├── elementary_cellular_automata/
│   │       │       │   └── data.json
│   │       │       ├── genetic_algorithm/
│   │       │       │   └── data.json
│   │       │       ├── langtons_ant/
│   │       │       │   └── data.json
│   │       │       ├── nobili_cellular_automata/
│   │       │       │   └── data.json
│   │       │       └── von_neumann_cellular_automata/
│   │       │           └── data.json
│   │       ├── compression/
│   │       │   └── src/
│   │       │       ├── lossless_compression/
│   │       │       │   ├── data.json
│   │       │       │   ├── huffman/
│   │       │       │   │   └── data.json
│   │       │       │   └── lempel_ziv_welch/
│   │       │       │       └── data.json
│   │       │       └── lossy_compression/
│   │       │           └── data.json
│   │       ├── computational_geometry/
│   │       │   └── src/
│   │       │       ├── 2d_line_intersection/
│   │       │       │   └── data.json
│   │       │       ├── 2d_separating_axis_test/
│   │       │       │   └── data.json
│   │       │       ├── area_of_polygon/
│   │       │       │   └── data.json
│   │       │       ├── area_of_triangle/
│   │       │       │   └── data.json
│   │       │       ├── axis_aligned_bounding_box_collision/
│   │       │       │   └── data.json
│   │       │       ├── bresenham_circle/
│   │       │       │   └── data.json
│   │       │       ├── bresenham_line/
│   │       │       │   └── data.json
│   │       │       ├── chans_algorithm/
│   │       │       │   └── data.json
│   │       │       ├── cohen_sutherland_lineclip/
│   │       │       │   └── data.json
│   │       │       ├── dda_line/
│   │       │       │   └── data.json
│   │       │       ├── distance_between_points/
│   │       │       │   └── data.json
│   │       │       ├── graham_scan/
│   │       │       │   └── data.json
│   │       │       ├── halfplane_intersection/
│   │       │       │   └── data.json
│   │       │       ├── jarvis_march/
│   │       │       │   └── data.json
│   │       │       ├── quickhull/
│   │       │       │   └── data.json
│   │       │       ├── sphere_tetrahedron_intersection/
│   │       │       │   └── data.json
│   │       │       └── sutherland_hodgeman_clipping/
│   │       │           └── data.json
│   │       ├── computer_graphics/
│   │       │   └── src/
│   │       │       └── diamond_square/
│   │       │           └── data.json
│   │       ├── cryptography/
│   │       │   └── src/
│   │       │       ├── aes_128/
│   │       │       │   ├── aes_csharp/
│   │       │       │   │   ├── data.json
│   │       │       │   │   └── example/
│   │       │       │   │       └── data.json
│   │       │       │   └── data.json
│   │       │       ├── affine_cipher/
│   │       │       │   └── data.json
│   │       │       ├── atbash_cipher/
│   │       │       │   └── data.json
│   │       │       ├── autokey_cipher/
│   │       │       │   └── data.json
│   │       │       ├── baconian_cipher/
│   │       │       │   └── data.json
│   │       │       ├── caesar_cipher/
│   │       │       │   └── data.json
│   │       │       ├── columnar_transposition_cipher/
│   │       │       │   └── data.json
│   │       │       ├── huffman_encoding/
│   │       │       │   └── data.json
│   │       │       ├── morse_cipher/
│   │       │       │   └── data.json
│   │       │       ├── polybius_cipher/
│   │       │       │   └── data.json
│   │       │       ├── porta_cipher/
│   │       │       │   └── data.json
│   │       │       ├── rail_fence_cipher/
│   │       │       │   └── data.json
│   │       │       ├── rot13_cipher/
│   │       │       │   └── data.json
│   │       │       ├── rsa/
│   │       │       │   └── data.json
│   │       │       ├── rsa_digital_signature/
│   │       │       │   └── data.json
│   │       │       ├── runningkey_cipher/
│   │       │       │   └── data.json
│   │       │       ├── sha/
│   │       │       │   └── sha_256/
│   │       │       │       └── data.json
│   │       │       └── vigenere_cipher/
│   │       │           └── data.json
│   │       ├── data_structures/
│   │       │   └── src/
│   │       │       ├── bag/
│   │       │       │   └── data.json
│   │       │       ├── binary_heap/
│   │       │       │   └── data.json
│   │       │       ├── hashs/
│   │       │       │   ├── bloom_filter/
│   │       │       │   │   └── data.json
│   │       │       │   └── hash_table/
│   │       │       │       └── data.json
│   │       │       ├── linked_list/
│   │       │       │   └── data.json
│   │       │       ├── list/
│   │       │       │   ├── circular_linked_list/
│   │       │       │   │   ├── data.json
│   │       │       │   │   └── operations/
│   │       │       │   │       └── data.json
│   │       │       │   ├── data.json
│   │       │       │   ├── doubly_linked_list/
│   │       │       │   │   ├── c/
│   │       │       │   │   │   └── data.json
│   │       │       │   │   └── data.json
│   │       │       │   ├── singly_linked_list/
│   │       │       │   │   ├── data.json
│   │       │       │   │   ├── menu_interface/
│   │       │       │   │   │   └── data.json
│   │       │       │   │   └── operations/
│   │       │       │   │       ├── delete/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── detect_cycle/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── find/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── insertion/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── merge_sorted/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── n_th_node_linked_list/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── print_reverse/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── push/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── reverse/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── rotate/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── sort/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       └── unclassified/
│   │       │       │   │           └── data.json
│   │       │       │   ├── skip_list/
│   │       │       │   │   └── data.json
│   │       │       │   └── xor_linked_list/
│   │       │       │       └── data.json
│   │       │       ├── other/
│   │       │       │   └── data.json
│   │       │       ├── queue/
│   │       │       │   ├── circular_buffer/
│   │       │       │   │   └── data.json
│   │       │       │   ├── double_ended_queue/
│   │       │       │   │   └── data.json
│   │       │       │   ├── queue/
│   │       │       │   │   └── data.json
│   │       │       │   ├── queue_stream/
│   │       │       │   │   └── data.json
│   │       │       │   ├── queue_using_linked_list/
│   │       │       │   │   └── data.json
│   │       │       │   ├── queue_using_stack/
│   │       │       │   │   └── data.json
│   │       │       │   └── reverse_queue/
│   │       │       │       └── data.json
│   │       │       ├── stack/
│   │       │       │   ├── abstract_stack/
│   │       │       │   │   ├── cpp/
│   │       │       │   │   │   ├── arraystack/
│   │       │       │   │   │   │   └── data.json
│   │       │       │   │   │   └── data.json
│   │       │       │   │   └── data.json
│   │       │       │   ├── balanced_expression/
│   │       │       │   │   └── data.json
│   │       │       │   ├── infix_to_postfix/
│   │       │       │   │   └── data.json
│   │       │       │   ├── postfix_evaluation/
│   │       │       │   │   └── data.json
│   │       │       │   ├── prefix_to_postfix/
│   │       │       │   │   └── data.json
│   │       │       │   ├── reverse_stack/
│   │       │       │   │   └── data.json
│   │       │       │   ├── sort_stack/
│   │       │       │   │   └── data.json
│   │       │       │   └── stack/
│   │       │       │       └── data.json
│   │       │       └── tree/
│   │       │           ├── b_tree/
│   │       │           │   ├── b_tree/
│   │       │           │   │   ├── b_tree_c/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   └── data.json
│   │       │           │   └── two_three_tree/
│   │       │           │       └── data.json
│   │       │           ├── binary_tree/
│   │       │           │   ├── aa_tree/
│   │       │           │   │   └── data.json
│   │       │           │   ├── avl_tree/
│   │       │           │   │   └── data.json
│   │       │           │   ├── binary_tree/
│   │       │           │   │   ├── convert_to_doubly_linked_list/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── data.json
│   │       │           │   │   ├── diameter/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── is_balance/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── is_binary_tree/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── is_same/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── make_binary_tree/
│   │       │           │   │   │   ├── data.json
│   │       │           │   │   │   ├── from_inorder_and_postorder/
│   │       │           │   │   │   │   └── data.json
│   │       │           │   │   │   └── from_inorder_and_preorder/
│   │       │           │   │   │       └── data.json
│   │       │           │   │   ├── make_mirror_tree/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── maximum_height/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── minimum_height/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── node/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── path_sum/
│   │       │           │   │   │   ├── data.json
│   │       │           │   │   │   └── sum_left/
│   │       │           │   │   │       └── data.json
│   │       │           │   │   ├── serializer/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── traversal/
│   │       │           │   │   │   ├── inorder/
│   │       │           │   │   │   │   └── right_threaded/
│   │       │           │   │   │   │       └── data.json
│   │       │           │   │   │   ├── preorder/
│   │       │           │   │   │   │   ├── left_view/
│   │       │           │   │   │   │   │   └── data.json
│   │       │           │   │   │   │   └── right_view/
│   │       │           │   │   │   │       └── data.json
│   │       │           │   │   │   └── zigzag/
│   │       │           │   │   │       └── data.json
│   │       │           │   │   └── tree/
│   │       │           │   │       ├── bottom_view_binary_tree/
│   │       │           │   │       │   └── data.json
│   │       │           │   │       └── data.json
│   │       │           │   ├── rope/
│   │       │           │   │   └── data.json
│   │       │           │   └── treap/
│   │       │           │       └── data.json
│   │       │           ├── heap/
│   │       │           │   ├── binomial_heap/
│   │       │           │   │   └── data.json
│   │       │           │   ├── data.json
│   │       │           │   ├── max_heap/
│   │       │           │   │   └── data.json
│   │       │           │   ├── min_heap/
│   │       │           │   │   └── data.json
│   │       │           │   ├── pairing_heap/
│   │       │           │   │   └── data.json
│   │       │           │   ├── priority_queue/
│   │       │           │   │   ├── data.json
│   │       │           │   │   └── leftist_tree/
│   │       │           │   │       └── data.json
│   │       │           │   └── soft_heap/
│   │       │           │       └── data.json
│   │       │           ├── multiway_tree/
│   │       │           │   ├── fenwick_tree/
│   │       │           │   │   └── data.json
│   │       │           │   ├── red_black_tree/
│   │       │           │   │   └── data.json
│   │       │           │   ├── splay_tree/
│   │       │           │   │   └── data.json
│   │       │           │   ├── union_find/
│   │       │           │   │   └── data.json
│   │       │           │   └── van_emde_boas_tree/
│   │       │           │       └── data.json
│   │       │           ├── space_partitioning_tree/
│   │       │           │   ├── interval_tree/
│   │       │           │   │   └── data.json
│   │       │           │   ├── kd_tree/
│   │       │           │   │   └── data.json
│   │       │           │   ├── quad_tree/
│   │       │           │   │   └── data.json
│   │       │           │   └── segment_tree/
│   │       │           │       └── data.json
│   │       │           └── tree/
│   │       │               ├── suffix_array/
│   │       │               │   └── data.json
│   │       │               └── trie/
│   │       │                   └── data.json
│   │       ├── design_pattern/
│   │       │   └── src/
│   │       │       ├── OOP_patterns/
│   │       │       │   ├── adapter/
│   │       │       │   │   ├── data.json
│   │       │       │   │   └── soldiers/
│   │       │       │   │       └── data.json
│   │       │       │   ├── builder/
│   │       │       │   │   └── builder/
│   │       │       │   │       └── data.json
│   │       │       │   ├── facade/
│   │       │       │   │   ├── daily/
│   │       │       │   │   │   └── tasks/
│   │       │       │   │   │       ├── data.json
│   │       │       │   │   │       ├── evening/
│   │       │       │   │   │       │   └── routine/
│   │       │       │   │   │       │       └── data.json
│   │       │       │   │   │       ├── gym/
│   │       │       │   │   │       │   └── data.json
│   │       │       │   │   │       └── job/
│   │       │       │   │   │           └── data.json
│   │       │       │   │   └── data.json
│   │       │       │   ├── factory/
│   │       │       │   │   ├── data.json
│   │       │       │   │   └── gifts/
│   │       │       │   │       └── data.json
│   │       │       │   ├── observer_java/
│   │       │       │   │   ├── data.json
│   │       │       │   │   └── observer/
│   │       │       │   │       ├── data.json
│   │       │       │   │       └── network/
│   │       │       │   │           └── data.json
│   │       │       │   ├── observer_pattern/
│   │       │       │   │   └── data.json
│   │       │       │   ├── proxy/
│   │       │       │   │   ├── demo/
│   │       │       │   │   │   └── data.json
│   │       │       │   │   └── protection/
│   │       │       │   │       └── proxy/
│   │       │       │   │           └── data.json
│   │       │       │   └── singleton_pattern/
│   │       │       │       └── data.json
│   │       │       ├── builder_pattern/
│   │       │       │   └── data.json
│   │       │       ├── functional_patterns/
│   │       │       │   ├── data.json
│   │       │       │   └── functional_patterns/
│   │       │       │       └── scala/
│   │       │       │           └── src/
│   │       │       │               └── main/
│   │       │       │                   └── scala/
│   │       │       │                       ├── arrows/
│   │       │       │                       │   └── arrow/
│   │       │       │                       │       └── data.json
│   │       │       │                       ├── functors/
│   │       │       │                       │   ├── applicative/
│   │       │       │                       │   │   └── functor/
│   │       │       │                       │   │       └── data.json
│   │       │       │                       │   ├── bifunctor/
│   │       │       │                       │   │   └── data.json
│   │       │       │                       │   ├── contravariant/
│   │       │       │                       │   │   └── data.json
│   │       │       │                       │   ├── multifunctor/
│   │       │       │                       │   │   └── data.json
│   │       │       │                       │   └── profunctor/
│   │       │       │                       │       └── data.json
│   │       │       │                       └── monads/
│   │       │       │                           ├── comonad/
│   │       │       │                           │   └── data.json
│   │       │       │                           ├── free/
│   │       │       │                           │   └── monad/
│   │       │       │                           │       └── data.json
│   │       │       │                           └── gonad/
│   │       │       │                               └── data.json
│   │       │       ├── iterator_pattern/
│   │       │       │   └── data.json
│   │       │       └── policy_based_design/
│   │       │           └── data.json
│   │       ├── divide_conquer/
│   │       │   └── src/
│   │       │       ├── closest_pair_of_points/
│   │       │       │   └── data.json
│   │       │       ├── factorial/
│   │       │       │   └── data.json
│   │       │       ├── inversion_count/
│   │       │       │   └── data.json
│   │       │       ├── karatsuba_multiplication/
│   │       │       │   └── data.json
│   │       │       ├── maximum_contiguous_subsequence_sum/
│   │       │       │   └── data.json
│   │       │       ├── merge_sort_using_divide_and_conquer/
│   │       │       │   └── data.json
│   │       │       ├── strassen_matrix_multiplication/
│   │       │       │   └── data.json
│   │       │       ├── tournament_metho

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitattributes
================================================
*.ipynb linguist-documentation


================================================
FILE: .github/CODE_OF_CONDUCT.md
================================================
# Contributor Covenant Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at team@opengenus.org. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/


================================================
FILE: .github/CONTRIBUTING.md
================================================
# Cosmos

Welcome to the universe of algorithms and data structures. Before you begin contributing you must understand the concept of our organisation along with our goals and inspiration.
Read all about us [here](https://github.com/OpenGenus/cosmos/wiki)

## How to Begin

`“ Getting started is the most difficult thing to do; once you file it out, they rest of the journey is as soft as the straw. Be a good beginner. ” 
   ― Israelmore Ayivor`
 
 1. You can start contributing by selecting any field from our high-level structure that interests you the most.
 2. Once you have chosen the path, **make sure that the algorithm is not already implemented**. This step is very important because we dont't want your time and energy to be go in vain.
 3. When you complete step 2, read the [style guides](https://github.com/OpenGenus/cosmos/tree/master/guides/coding_style) for the language you want to implement. The coding style for every document is required to be similar so that it can be processed quickly and precisely across all platforms. 
 4. Last but not the least, follow our [code of conduct](https://github.com/OpenGenus/cosmos/blob/master/.github/CODE_OF_CONDUCT.md).
 
 So what are you waiting for? Go on and start contributing! :smile: May the code be with you :metal:


================================================
FILE: .github/CONTRIBUTORS.md
================================================
# Contributors

> Every work is great only because of its contributors

## Contributors

Thanks goes to these ❤️ wonderful people who made this possible:

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
| [<img src="https://avatars3.githubusercontent.com/u/10634210?v=4" width="100px;"/><br /><sub>Aditya Chatterjee</sub>](https://github.com/AdiChat)<br /> | [<img src="https://avatars2.githubusercontent.com/u/14166032?v=4" width="100px;"/><br /><sub>Vytautas Strimaitis</sub>](https://github.com/vstrimaitis)<br /> | [<img src="https://avatars3.githubusercontent.com/u/8721312?v=4" width="100px;"/><br /><sub>Lauri Välja</sub>](https://github.com/OFFLlNE)<br /> | [<img src="https://avatars1.githubusercontent.com/u/26284185?v=4" width="100px;"/><br /><sub>Keval Kale</sub>](https://github.com/jainkeval)<br /> | [<img src="https://avatars2.githubusercontent.com/u/1932305?v=4" width="100px;"/><br /><sub>Hung-Wei Chiu</sub>](https://github.com/hwchiu)<br /> | [<img src="https://avatars1.githubusercontent.com/u/13018182?v=4" width="100px;"/><br /><sub>Aakash Bhattacharya</sub>](https://github.com/abbh07)<br /> |
| :---: | :---: | :---: | :---: | :---: | :---: |
| [<img src="https://avatars3.githubusercontent.com/u/23060327?v=4" width="100px;"/><br /><sub>Navendu Gupta</sub>](https://github.com/navendu29)<br /> | [<img src="https://avatars1.githubusercontent.com/u/22820957?v=4" width="100px;"/><br /><sub>Sirjanpreet Singh Banga</sub>](https://github.com/sirjan13)<br /> | [<img src="https://avatars0.githubusercontent.com/u/11931391?v=4" width="100px;"/><br /><sub>Daniela Ruz</sub>](https://github.com/druzmieres)<br /> | [<img src="https://avatars1.githubusercontent.com/u/32430978?v=4" width="100px;"/><br /><sub>aman-mi</sub>](https://github.com/aman-mi)<br /> | [<img src="https://avatars3.githubusercontent.com/u/6378532?v=4" width="100px;"/><br /><sub>Anurag El Dorado</sub>](https://github.com/aedorado)<br /> | [<img src="https://avatars2.githubusercontent.com/u/23054280?v=4" width="100px;"/><br /><sub>charul97</sub>](https://github.com/charul97)<br /> | 
[<img src="https://avatars1.githubusercontent.com/u/26293279?v=4&s=460" width="100px;"/><br /><sub>Manan Manwani</sub>](https://github.com/manan904)<br /> | [<img src="https://avatars3.githubusercontent.com/u/22936570?v=4&s=400" width="100px;"/><br /><sub>Bhavesh Anand</sub>](https://github.com/bhaveshAn)<br /> | [<img src="https://avatars2.githubusercontent.com/u/24618078?v=4&s=400" width="100px;"/><br /><sub>Prashant Nigam</sub>](https://github.com/prashant0598)<br /> | [<img src="https://avatars2.githubusercontent.com/u/20587669?v=4&s=460" width="100px;"/><br /><sub>Vítor Gomes Chagas</sub>](https://github.com/Vitorvgc)<br /> | [<img src="https://avatars3.githubusercontent.com/u/12906090?v=4&s=460" width="100px;"/><br /><sub>Amit Singh</sub>](https://github.com/amitsin6h)<br /> | [<img src="https://avatars0.githubusercontent.com/u/6058114?v=4&s=400" width="100px;"/><br /><sub>Alabhya Vaibhav</sub>](https://github.com/AlabhyaVaibhav)<br /> | 
[<img src="https://avatars1.githubusercontent.com/u/30810402?s=460&v=4" width="100px;"/><br /><sub>Arnav Borborah</sub>](https://github.com/arnavb)<br /> | [<img src="https://avatars2.githubusercontent.com/u/28451366?s=400&v=4" width="100px;"/><br /><sub>Yatharth Shah</sub>](https://github.com/yatharthshahjpr)<br /> | [<img src="https://avatars2.githubusercontent.com/u/16862997?v=4" width="100px;"/> <br /><sub>David Wu</sub>](https://github.com/Pl4gue)<br /> | [<img src="https://avatars3.githubusercontent.com/u/16002727?v=4" width="100px;"/> <br /><sub>Mohit Khare</sub>](https://github.com/mkfeuhrer)<br /> | [<img src="https://avatars0.githubusercontent.com/u/14811383?v=4" width="100px"/><br /><sub>Saif Ahmad</sub>](https://github.com/the-saif-ahmad)<br /> | [<img src="https://avatars0.githubusercontent.com/u/22833885?v=4" width="100px"/><br /><sub>Sanchit Jalan</sub>](https://github.com/Sanchit-20)<br /> | 
[<img src="https://avatars3.githubusercontent.com/u/4724181?v=4" width="100px;"/><br /><sub>Yogesh Badhe</sub>](https://github.com/warlockz)<br /> | [<img src="https://avatars2.githubusercontent.com/u/31393258?s=460&v=4" width="100px;"/><br /><sub>Garvit Kothari</sub>](https://github.com/Garvit-k)<br /> | 
<!-- ALL-CONTRIBUTORS-LIST:END -->


================================================
FILE: .github/ISSUE_TEMPLATE.md
================================================
<!-- Thanks for filing an issue! Before submitting, please fill in the following information. -->

<!--Required Information-->

**This is a(n):**
<!-- choose one by changing [ ] to [x] -->
- [ ] New algorithm
- [ ] Update to an existing algorithm
- [ ] Error
- [ ] Proposal to the Repository

**Details:**
<!-- Details of algorithm to be added/updated -->



================================================
FILE: .github/PULL_REQUEST_TEMPLATE.md
================================================
**Fixes issue:**
<!-- [Mention the issue number it fixes or add the details of the changes if it doesn't has a specific issue. -->


**Changes:**
<!-- Add here what changes were made in this pull request. -->


<!-- Make sure to look at the Style Guide for your language in guides/coding_style/language_name:

     https://github.com/OpenGenus/cosmos/tree/master/guides/coding_style

     Note: A coding style guide may not exist for your language, since this is still in beta.
-->

<!-- Make sure to look at the Documentation Style Guide in guides/documentation.md:

     https://github.com/OpenGenus/cosmos/blob/master/guides/documentation_guide.md

     The document style guide may not apply for your algorithm category, you must also look at specified guide under all of the directory in the category, e.g., for project euler:

     https://github.com/OpenGenus/cosmos/blob/master/code/online_challenges/src/project_euler/documentation_guide.md
-->


================================================
FILE: .gitignore
================================================
**/*.vscode
**/*.netrwhist
.DS_Store
.replit

================================================
FILE: .gitmodules
================================================
[submodule "third_party/uncrustify"]
	path = third_party/uncrustify
	url = https://github.com/uncrustify/uncrustify.git
	branch = uncrustify-0.66.1
[submodule "third_party/namanager"]
	path = third_party/namanager
	url = https://github.com/iattempt/namanager.git


================================================
FILE: .travis.yml
================================================
matrix:
  include:
    #C with clang
    - os: linux
      language: c
      before_script:
        - wget https://download.savannah.gnu.org/releases/libgraph/libgraph-1.0.2.tar.gz
        - tar -xvf libgraph-1.0.2.tar.gz
        - pushd libgraph-1.0.2  && ./configure --prefix=/usr && make && sudo make install && popd
      script:
        make c
      addons:
        apt:
          sources:
            - llvm-toolchain-trusty-5.0
          packages:
            - clang-5.0
            - libsdl1.2-dev
            - libsdl-image1.2 libsdl-image1.2-dev guile-1.8 guile-1.8-dev libsdl1.2debian libart-2.0-dev libaudiofile-dev libesd0-dev libdirectfb-dev libdirectfb-extra libfreetype6-dev libxext-dev x11proto-xext-dev libfreetype6 libaa1 libaa1-dev libslang2-dev libasound2 libasound2-dev
      env:
        - MATRIX_EVAL="CC=clang-5.0"

    #C with gcc
    - os: linux
      language: c
      before_script:
        - wget https://download.savannah.gnu.org/releases/libgraph/libgraph-1.0.2.tar.gz
        - tar -xvf libgraph-1.0.2.tar.gz
        - pushd libgraph-1.0.2  && ./configure --prefix=/usr && make && sudo make install && popd
      script:
        make c
      addons:
        apt:
          sources:
            - ubuntu-toolchain-r-test
          packages:
            - gcc-7
            - libsdl1.2-dev
            - libsdl-image1.2 libsdl-image1.2-dev guile-1.8 guile-1.8-dev libsdl1.2debian libart-2.0-dev libaudiofile-dev libesd0-dev libdirectfb-dev libdirectfb-extra libfreetype6-dev libxext-dev x11proto-xext-dev libfreetype6 libaa1 libaa1-dev libslang2-dev libasound2 libasound2-dev
      env:
        - MATRIX_EVAL="CC=gcc-7"

    #C++ with g++
    - os: linux
      language: cpp
      script:
        ./scripts/build_cpp.sh
      addons:
        apt:
          sources:
            - ubuntu-toolchain-r-test
          packages:
            - g++-7
      env:
        - MATRIX_EVAL="CXX=g++-7"

    # Verify file name
    - os: linux
      language: python
      python:
        - "3.6"
      script:
        - pip install namanager
        - namanager -s third_party/namanager_settings.json --required

    # Check formatting of Python code
    - os: linux
      language: python
      python: 3.6
      script:
        - pip install black
        - ./scripts/python_code_style_checker.sh

    # Check formatting of Javascript code
    - os: linux
      language: node_js
      node_js: node
      script:
        - npm install -g prettier
        - ./scripts/javascript_code_style_checker.sh

before_install:
   - eval "${MATRIX_EVAL}"


================================================
FILE: LICENSE
================================================
                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The GNU General Public License is a free, copyleft license for
software and other kinds of works.

  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.  We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors.  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

  To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights.  Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received.  You must make sure that they, too, receive
or can get the source code.  And you must show them these terms so they
know their rights.

  Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.

  For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software.  For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.

  Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so.  This is fundamentally incompatible with the aim of
protecting users' freedom to change the software.  The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable.  Therefore, we
have designed this version of the GPL to prohibit the practice for those
products.  If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.

  Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary.  To prevent this, the GPL assures that
patents cannot be used to render the program non-free.

  The precise terms and conditions for copying, distribution and
modification follow.

                       TERMS AND CONDITIONS

  0. Definitions.

  "This License" refers to version 3 of the GNU General Public License.

  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.

  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.

  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.

  A "covered work" means either the unmodified Program or a work based
on the Program.

  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.

  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.

  An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.

  1. Source Code.

  The "source code" for a work means the preferred form of the work
for making modifications to it.  "Object code" means any non-source
form of a work.

  A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.

  The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.

  The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.

  The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.

  The Corresponding Source for a work in source code form is that
same work.

  2. Basic Permissions.

  All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.

  You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force.  You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright.  Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

  Conveying under any other circumstances is permitted solely under
the conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.

  3. Protecting Users' Legal Rights From Anti-Circumvention Law.

  No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.

  When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.

  4. Conveying Verbatim Copies.

  You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.

  You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.

  5. Conveying Modified Source Versions.

  You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:

    a) The work must carry prominent notices stating that you modified
    it, and giving a relevant date.

    b) The work must carry prominent notices stating that it is
    released under this License and any conditions added under section
    7.  This requirement modifies the requirement in section 4 to
    "keep intact all notices".

    c) You must license the entire work, as a whole, under this
    License to anyone who comes into possession of a copy.  This
    License will therefore apply, along with any applicable section 7
    additional terms, to the whole of the work, and all its parts,
    regardless of how they are packaged.  This License gives no
    permission to license the work in any other way, but it does not
    invalidate such permission if you have separately received it.

    d) If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your
    work need not make them do so.

  A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.

  6. Conveying Non-Source Forms.

  You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:

    a) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the
    Corresponding Source fixed on a durable physical medium
    customarily used for software interchange.

    b) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a
    written offer, valid for at least three years and valid for as
    long as you offer spare parts or customer support for that product
    model, to give anyone who possesses the object code either (1) a
    copy of the Corresponding Source for all the software in the
    product that is covered by this License, on a durable physical
    medium customarily used for software interchange, for a price no
    more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the
    Corresponding Source from a network server at no charge.

    c) Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source.  This
    alternative is allowed only occasionally and noncommercially, and
    only if you received the object code with such an offer, in accord
    with subsection 6b.

    d) Convey the object code by offering access from a designated
    place (gratis or for a charge), and offer equivalent access to the
    Corresponding Source in the same way through the same place at no
    further charge.  You need not require recipients to copy the
    Corresponding Source along with the object code.  If the place to
    copy the object code is a network server, the Corresponding Source
    may be on a different server (operated by you or a third party)
    that supports equivalent copying facilities, provided you maintain
    clear directions next to the object code saying where to find the
    Corresponding Source.  Regardless of what server hosts the
    Corresponding Source, you remain obligated to ensure that it is
    available for as long as needed to satisfy these requirements.

    e) Convey the object code using peer-to-peer transmission, provided
    you inform other peers where the object code and Corresponding
    Source of the work are being offered to the general public at no
    charge under subsection 6d.

  A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.

  A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling.  In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage.  For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product.  A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.

  "Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source.  The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.

  If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).

  The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed.  Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.

  Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.

  7. Additional Terms.

  "Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.

  When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.

  Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:

    a) Disclaiming warranty or limiting liability differently from the
    terms of sections 15 and 16 of this License; or

    b) Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal
    Notices displayed by works containing it; or

    c) Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in
    reasonable ways as different from the original version; or

    d) Limiting the use for publicity purposes of names of licensors or
    authors of the material; or

    e) Declining to grant rights under trademark law for use of some
    trade names, trademarks, or service marks; or

    f) Requiring indemnification of licensors and authors of that
    material by anyone who conveys the material (or modified versions of
    it) with contractual assumptions of liability to the recipient, for
    any liability that these contractual assumptions directly impose on
    those licensors and authors.

  All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.

  If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.

  Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.

  8. Termination.

  You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).

  However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.

  Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.

  Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.

  9. Acceptance Not Required for Having Copies.

  You are not required to accept this License in order to receive or
run a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.

  10. Automatic Licensing of Downstream Recipients.

  Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.

  An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.

  You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.

  11. Patents.

  A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor's "contributor version".

  A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.

  Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.

  In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.

  If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.

  If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.

  A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License.  You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.

  Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.

  12. No Surrender of Others' Freedom.

  If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all.  For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.

  13. Use with the GNU Affero General Public License.

  Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.

  14. Revised Versions of this License.

  The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

  Each version is given a distinguishing version number.  If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.

  If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

  Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.

  15. Disclaimer of Warranty.

  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  16. Limitation of Liability.

  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.

  17. Interpretation of Sections 15 and 16.

  If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    {one line to give the program's name and a brief idea of what it does.}
    Copyright (C) {year}  {name of author}

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

    {project}  Copyright (C) {year}  {fullname}
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.

  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.


================================================
FILE: README.md
================================================
# Cosmos

> [Join our Internship Program now](http://internship.opengenus.org/) | Try this cool [One Liner knowledge tool](https://iq.opengenus.org/one/)
>
> Participate in [Checklist project](https://github.com/OpenGenus/checklist)

> The universe of algorithm and data structures - OpenGenus Cosmos

**Cosmos** is your personal offline collection of every algorithm and data structure one will ever encounter and use in a lifetime. This provides solutions in various languages spanning `C`, `C++`, `Java`, `JavaScript`, `Swift`, `Python`, `Go` and others.

This work is maintained by a community of hundreds of people and is a _massive collaborative effort_ to bring the readily available coding knowledge **offline**.

> **Many coders ask me how to improve their own performances. I cannot say anything except "solve and review and prepare your library"** - _Uwi Tenpen_

Make your fundamentals in Algorithms and Data Structure with these free resources:

* [**50+** Linked List Problems](https://iq.opengenus.org/list-of-linked-list-problems/)
* [**50+** Array Problems](https://iq.opengenus.org/list-of-array-problems/)
* [**50+** Binary Tree Problems](https://iq.opengenus.org/list-of-binary-tree-problems/)
* [**100+** Dynamic Programming (DP) Problems](https://iq.opengenus.org/list-of-dynamic-programming-problems/)

# Cosmic Structure

Following is the high-level structure of cosmos:
* [Artificial intelligence](/code/artificial_intelligence) :robot:
* [Backtracking](/code/backtracking)
* [Bit manipulation](/code/bit_manipulation)
* [Cellular automaton](/code/cellular_automaton) 🐚
* [Compression algorithms](/code/compression) 🗜️
* [Computational geometry](/code/computational_geometry) :gear:
* [Cryptography](/code/cryptography)
* [Data structures](/code/data_structures)
* [Design pattern](/code/design_pattern)
* [Divide conquering](/code/divide_conquer) ➗
* [Dynamic programming](/code/dynamic_programming)
* [Graph algorithms](/code/graph_algorithms) 📈
* [Greedy algorithms](/code/greedy_algorithms) 💰
* [Mathematical algorithms](/code/mathematical_algorithms)  :1234:
* [Networking](/code/networking)  :globe_with_meridians:
* [Numerical analysis](/code/numerical_analysis)  :chart_with_upwards_trend:
* [Online challenges](/code/online_challenges)
* [Operating system](/code/operating_system) 💻
* [Quantum algorithms](/code/quantum_algorithms)  :cyclone:
* [Randomized algorithms](/code/randomized_algorithms)  :slot_machine:
* [Searching](/code/search) 🔎
* [Selecting](/code/selection_algorithms)
* [Sorting](/code/sorting)
* [Square root decomposition](/code/square_root_decomposition)
* [String algorithms](/code/string_algorithms) 🧵
* [Unclassified](/code/unclassified) 👻

Each type has several hundreds of problems with solutions in several languages spanning `C`, `C++`, `Java`, `Python`, `Go` and others.

# Maintainers

This is a massive collaboration. Hence, to keep the quality intact and drive the vision in the proper direction, we have maintainers.

> Maintainers are your friends forever. They are vastly different from moderators.

Currently, we have **5 active maintainers** and we are expanding quickly.

The task of maintainers is to review pull requests, suggest further quality additions and keep the work up to date with the current state of the world. 🌍

[Check out our current maintainers](https://github.com/OpenGenus/cosmos/wiki/maintainers)

# Contributors

The success of our vision to bring knowledge offline depends on you. Even a small contribution helps. All forms of contributions are highly welcomed and valued.

Currently, we have over **1000+ contributors** in Cosmos and **over 2K+ contributors** in sister projects of Cosmos.

When you contribute, your name with a link (if available) is added to our [contributors list](https://github.com/OpenGenus/cosmos/wiki/contributors).

You can contribute by writing `code`, documentation in the form of `installation guides` and `style guides`, making Cosmos search friendly and many others. There are endless possibilities.

Additionally, you might want to take a look at this [contributing guidelines](https://github.com/OpenGenus/cosmos/wiki/contribute) before you make Cosmos better.

You may, also, refer to the available [style guides](/guides/coding_style) before contributing code.

# License

We believe in freedom and improvement. [GNU General Public License v3.0](https://github.com/OpenGenus/cosmos/blob/master/LICENSE)

---

OpenGenus is sponsored by DigitalOcean and Discourse.

<p style="float: left;">
  <a href="https://www.digitalocean.com/">
    <img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/SVG/DO_Logo_horizontal_blue.svg" width="201px">
  </a>
  <br>
  <br><img src="https://github.com/OpenGenus/cosmos/assets/10634210/b6d7640b-9a98-45e2-a293-f11725cec6f9" width="150px">
</p>


================================================
FILE: code/algorithm_applications/src/Cichelli's Perfect Hashing Alogorithm/Hashing.java
================================================
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Scanner;
import java.util.Stack;

public class Hashing {

	public static void main(String[] args) {
		//start timer
		long startTime = System.currentTimeMillis();
		
		//list used to hold key words.
		ArrayList<Key> listOfKeys = new ArrayList<Key>();
		
		//method opens key word file then returns a scanner of the file of key words.
		Scanner keyWordFile = openTextFile("files/kywrdsOdd.txt");
		 
		//method reads the key word file and populates a list of keys.
		readKeys(keyWordFile, listOfKeys);
		
		//array will be used to count frequency of letters.
		int[] occurencesOfLetters = new int[26];

		//this method counts the frequency of letters and stores in occurenceOfLetters array.
		populateOccurencesOfLetters(listOfKeys, occurencesOfLetters);
		
		/*this method sets the value of all keywords based off the frequency of each word's 
		first and last letter.*/
		setValueOfAllKeys(listOfKeys, occurencesOfLetters);

		//This method sorts the list of keys by value in descending order.
		Collections.sort(listOfKeys);
				
		/*this arraylist takes values from occurences array but deletes characters 
		 * with frequencies of zero.*/
		ArrayList<Character> uniqueLetters = new ArrayList<Character>();
		populateUniqueLetters(uniqueLetters, occurencesOfLetters);
		
		/*g 2 dimensional array overview:
		 * collumn 0 stores g-values
		 * collumn 1 stores ascii values of characteres
		 * collumn 2 stores 0 if value for g has not been set and 1 if value for g has been set.
		 */
		int[][] g = new int[uniqueLetters.size()][3];	
		populateGArray(uniqueLetters, g);		

		//this hashtable will have keywords mapped to it using a hash function while the cichelli's algorithm is running.
		Key[] hashTable = new Key[listOfKeys.size()];
		
		/*max and mod values initialized. max value is utilized in cichelli's algorithm
		mod value is utilized in the hash function*/
		int maxValue = listOfKeys.size()/2;
		int modValue = listOfKeys.size();
		
		/*creating a stack and populating it with the keywords from my list of key words.
		it is easier to implement cichelli's algorithm with a stack rather than a list.*/
		Stack<Key> keyWordStack = new Stack<Key>();
		populateStack(listOfKeys, keyWordStack);
		
		//Cichelli's algorithm is called to map key words to the hashTable
		cichelli(keyWordStack, hashTable, g, modValue, maxValue);
		
		//this array is used to count the frequency each keyword appears in a subsequent text file.
		int[] keyWordCounter = new int[hashTable.length];
		//this method initializes the counter array with zeros.
		initializeCounter(keyWordCounter);
		
		//method opens text file then returns a scanner of the file.
		Scanner textFile = openTextFile("files/tstOdd.txt");
		
		/*this method reads the second text file. 
		Other methods checkForKeyWord and printResults are called within the readOtherFile method.
		The result is that the program will print number of keywords etc. present in the second text file.
		The hash function is used in order compare key words with the words of the second text file. the printed
		results are accurate thus proving this implementation of Cichelli's algorithm is effective.
		*/
		readOtherFile(textFile, g, hashTable, keyWordCounter, modValue);

		//end timer
		long endTime = System.currentTimeMillis();
		//calculate the time it took to run the program.
		long timeTaken = endTime - startTime;
		System.out.println("Execution time: " + timeTaken + " milliseconds");
		//System.out.println("Start time: " + startTime + " milliseconds");
		//System.out.println("End time: " + endTime + " milliseconds");
		
	}//end of main
	
	//method opens text file then returns a scanner of the file.
	public static Scanner openTextFile(String fileName)	{
		Scanner data;

		try{
            data = new Scanner(new File(fileName));
            return data;
        }
        catch(FileNotFoundException e){
            System.out.println(fileName  + " did not read correctly");
        }  
		data = null;
		return data;
	}
	
	//method reads the key word file and populates a list of keys.
	public static void readKeys(Scanner data, ArrayList<Key> listOfKeys)	{
		String currentToken;
		while(data.hasNext())	{
			currentToken = data.next();
			currentToken = currentToken.toLowerCase();
			Key currentKey = new Key(currentToken);
			listOfKeys.add(currentKey);
		}
	}
	
	//this method counts the frequency of letters and stores in occurenceOfLetters array.
	public static void populateOccurencesOfLetters(ArrayList<Key> listOfKeys, int[] occurencesOfLetters)	{
		//using an array of 26 to keep track of occurences of letters
		//initialize all array values to zero.
		for (int i = 0; i < 26; i += 1)	{
			occurencesOfLetters[i] = 0;
		}
		// count the frequency that each letter appears as a first or last letter
		for (Key e: listOfKeys)	{
			for (int i = 97; i < 123; i += 1)	{
				if (e.getFirstLetter() == (char) i)	{
					occurencesOfLetters[i - 97] += 1;
				}
				if (e.getLastLetter() == (char) i)	{
					occurencesOfLetters[i - 97] += 1;
				}
			}//end of for loop
		}//end of foreach loop		
	}
	
	/*this method sets the value of all keywords based off the frequency of each word's 
	first and last letter.*/
	public static void setValueOfAllKeys(ArrayList<Key> listOfKeys, int[] occurencesOfLetters)	{
		//set values of keys
		for(Key e : listOfKeys)	{
			int firstLetterValue = occurencesOfLetters[((int) e.getFirstLetter() - 97)];
			e.setFirstLetterValue(firstLetterValue);
			int lastLetterValue = occurencesOfLetters[((int) e.getLastLetter() - 97)];
			e.setLastLetterValue(lastLetterValue);
			int totalValue = firstLetterValue + lastLetterValue;
			e.setTotalValue(totalValue);
		}
	}
	
	//the uniqueLetters arrayList is populated with letters from the occurencesOfLetters array.
	public static void populateUniqueLetters(ArrayList<Character> uniqueLetters, int[] occurencesOfLetters)	{
		for(int i = 0; i < occurencesOfLetters.length; i += 1)	{
			if (occurencesOfLetters[i] != 0)	{
				uniqueLetters.add((char) (i+97));
			}
		}
	}
	
	//this method populates 2 dimension g array
	public static void populateGArray(ArrayList<Character >uniqueLetters, int [][] g)	{
		for (int i = 0; i < uniqueLetters.size(); i += 1)	{
			//collumn 0 holds g values. all initialized to zero
			g[i][0] = 0;
			//collumn 1 holds ascci values of letters.
			g[i][1] = (int) uniqueLetters.get(i);	
			//collumn 2 holds 0 if g-value is not set and 1 if g-value is set. all initialized to zero.
			g[i][2] = 0;
		}
	}
	
	//this method populates the stack with keys from the listOfKeys.
	public static void populateStack(ArrayList<Key> listOfKeys, Stack<Key> keyWordStack)	{
		for (int i = (listOfKeys.size() - 1); i >= 0; i -= 1)	{
			keyWordStack.push(listOfKeys.get(i));
		}
	}
	
	//Cichelli's algorithm is called to map key words to the hashTable and is a perfect hashing algorithm.
	public static boolean cichelli(Stack<Key> keyWordStack, Key [] hashTable, int[][] g, int modValue, int maxValue)	{
		
		while(keyWordStack.isEmpty() != true)	{
		
			Key word = keyWordStack.pop();
			
			//finding first and last g values by comparing 2d gArray to first and last letters of word.
			//setPositionInG refers to the row of the array where the letters was found.
			for (int i = 0; i < g.length; i += 1)	{
				if (g[i][1] == ((int) word.getFirstLetter()))	{
					word.setPositionInGFirst(i);
				}
				if (g[i][1] == ((int) word.getLastLetter()))	{	
					word.setpositionInGLast(i);
				}
			}
			

			//if values are already assigned for both letters try to place key in table
			if (g[word.getPositionInGFirst()][2] == 1 && g[word.getPositionInGLast()][2] == 1)	{
				//check if hash value for word is valid.
				if (hashTable[hashFunction(word, g[word.getPositionInGFirst()][0], g[word.getPositionInGLast()][0], modValue)] == null)	{
					//assign hash value to word
					hashTable[hashFunction(word, g[word.getPositionInGFirst()][0], g[word.getPositionInGLast()][0], modValue)] = word;
					//recursively call cichelli method
					if (cichelli(keyWordStack, hashTable, g, modValue, maxValue) == true)	{
						return true;
					}
					//detach the hash value for word
					else	{
						hashTable[hashFunction(word, g[word.getPositionInGFirst()][0], g[word.getPositionInGLast()][0], modValue)] = null;
						//set values of g array column 2 back to zero.
					}
				}
				keyWordStack.push(word);
				return false;
			}	
			
			//neither letter assigned g-value AND first != last letter
			else if((g[word.getPositionInGFirst()][2] == 0) && (g[word.getPositionInGLast()][2] == 0) && (word.getFirstLetter() != word.getLastLetter()))	{
				/*increment first g value up to maxValue times, but dont increment 1st iteration 
				to see if we get a hit while g value is still set to zero. Previous sentence explains
				why for loop condition is (maxValue + 1)*/
				for (int m = 0; m < (maxValue + 1); m += 1)	{
					//not incrementing g-value in first iteration
					if (m > 0)	{
						//increment g-value
						g[word.getPositionInGFirst()][0] += 1;
					}
					//check if hash value is valid if not we want to keep incrementing g.
					if (hashTable[hashFunction(word, g[word.getPositionInGFirst()][0], g[word.getPositionInGLast()][0], modValue)] == null)	{
						//assign hash value to word
						hashTable[hashFunction(word, g[word.getPositionInGFirst()][0], g[word.getPositionInGLast()][0], modValue)] = word;
						//set values of g array column 2 to 1.
						g[word.getPositionInGFirst()][2] = 1;
						g[word.getPositionInGLast()][2] = 1;
						//recursively call cichelli method
						if (cichelli(keyWordStack, hashTable, g, modValue, maxValue) == true)	{
							return true;
						}
						//detach the hash value for word
						else	{
						hashTable[hashFunction(word, g[word.getPositionInGFirst()][0], g[word.getPositionInGLast()][0], modValue)] = null;
						//set values of g array column 2 back to zero.
						g[word.getPositionInGFirst()][2] = 0;
						g[word.getPositionInGLast()][2] = 0;
						}
					
					}
				}//end of for loop
				/*I believe this following code is only reached if hashfunction has a hit 
				 but returns false at some point or if hash function has no hits! */		
				//reset g value
				g[word.getPositionInGFirst()][0] = 0;
				keyWordStack.push(word);
				return false;	
			}//end of else if
			
			
			// else refers to case where only one letter assigned g-value OR first = last letter
			else	{
				//determine which letter(first or last) is assigned a g value.
				//if the following condition is true than the first letter has a g value and last letter will not
				if (g[word.getPositionInGFirst()][2] == 0)	{
					word.setUnassignedLetterPosition(word.getPositionInGFirst());
					
				}
				// reaches (else if) if the first letter does not have a gvalue. still possible neither has a g value.
				else if (g[word.getPositionInGLast()][2] == 0)	{
					word.setUnassignedLetterPosition(word.getPositionInGLast());
					
				}
				/*reaches else. if the first letter = last letter
				this case should not be reached with the given set of keywords.*/
				else	{
					//there is no unassigned letter first = last.
					//set to arbitrary value of -1.
					word.setUnassignedLetterPosition(-1);
				}
				
				/*increment the unassigned letter's g value up to maxValue times, but dont increment 1st iteration 
				to see if we get a hit while g value is still set to zero. Previous sentence explains
				why for loop condition is (maxValue + 1)*/
				for (int m = 0; m < (maxValue + 1); m += 1)	{
					//not incrementing g-value in first iteration
					if(m > 0)	{
						//increment g-value
						g[word.getUnassignedLetterPosition()][0] += 1;
					}
					//check if hash value is valid if not we want to keep incrementing g.
					if (hashTable[hashFunction(word, g[word.getPositionInGFirst()][0], g[word.getPositionInGLast()][0], modValue)] == null)	{
						//assign hash value to word
						hashTable[hashFunction(word, g[word.getPositionInGFirst()][0], g[word.getPositionInGLast()][0], modValue)] = word;
						//only need to change the unassigned letter's set field to 1.
						g[word.getUnassignedLetterPosition()][2] = 1;
						//recursively call cichelli's method
						if (cichelli(keyWordStack, hashTable, g, modValue, maxValue) == true)	{
							return true;
						}
						//detach the hash value for word  
						else	{
						hashTable[hashFunction(word, g[word.getPositionInGFirst()][0], g[word.getPositionInGLast()][0], modValue)] = null;
						//set unassigned letters set field back to zero.
						g[word.getUnassignedLetterPosition()][2] = 0;
						}
					}
				}//end of for loop
				/*I believe this following code is only reached if hashfunction has a hit but returns false at some point
				 * or if hash function has no hits!
				 */			
				//reset unassigned letters g value
				g[word.getUnassignedLetterPosition()][0] = 0;
				keyWordStack.push(word);
				return false;
			}//end of else
				
		}//end of while
		// empty stack means we have a solution
		return true;   
	}//end of Cichelli's method
			
	
	//overloaded hash function takes Key data type as an argument		
	public static int hashFunction(Key keyWord, int gFirst, int gLast, int modValue)	{
		int hashValue = (keyWord.getKeyWord().length() + gFirst + gLast) % modValue;
		return hashValue;
	}
	
	//overloaded hash function takes String data type as an argument.
	public static int hashFunction(String word, int gFirst, int gLast, int modValue)	{
		int hashValue = (word.length() + gFirst + gLast) % modValue;
		return hashValue;
	}
	
	//this method initializes the keyWordCounter array with zeros.
	public static void initializeCounter(int[] keyWordCounter)	{
		for (int i = 0; i < keyWordCounter.length; i += 1)	{
			keyWordCounter[i] = 0;
		}
	}

	public static void readOtherFile(Scanner data, int g[][], Key[] hashTable, int[] keyWordCounter, int modValue)	{
		int lineCounter = 0, wordCounter = 0;
		
		String x;
        String []y;
        while(data.hasNextLine()){
        	lineCounter += 1;  
            x = data.nextLine();
            
            /*the following conditional statement takes care of the issue of their being an
             * entirely blank line encountered before reaching the end of the text file.
             */
            if(x.length() == 0) {
            	x = data.nextLine();
            }
            
            x = x.toLowerCase();
			x = x.replaceAll("[,.()]","");
          
            
            y = x.split(" ");
            wordCounter +=  y.length;
            
            //method compares a token to a key word to see if they are identical.
            checkForKeyWord(y, g, hashTable, keyWordCounter, modValue);
        }
        //method prints statistical results
        printResults(lineCounter, wordCounter, hashTable, keyWordCounter);
	}
	
	
	//method compares a token to a key word to see if they are identical.
	public static void checkForKeyWord(String[] words, int[][] g, Key[] hashTable, int[] keyWordCounter, int modValue)	{
		for(String word: words)	{
			char firstLetter = word.charAt(0),  lastLetter = word.charAt(word.length() - 1);
			boolean firstLetterBool = false, lastLetterBool = false;
			int firstGvalue = 0, lastGvalue = 0;
			
		
			for(int i = 0; i < g.length; i += 1)	{
				if(firstLetter == (char) g[i][1]) {
					firstLetterBool = true;
					firstGvalue = g[i][0];
				}
				if (lastLetter == (char) g[i][1])	{
					lastLetterBool = true;
					lastGvalue = g[i][0];
				}
			}
			if (firstLetterBool == true && lastLetterBool == true)	{
				int index = hashFunction(word, firstGvalue, lastGvalue, modValue);
				if (word.equals(hashTable[index].getKeyWord()))	{
					keyWordCounter[index] += 1;
				}
			}
		}
	}
	
	//method prints statistical results
	public static void printResults(int lineCounter, int wordCounter, Key[] hashTable, int[] keyWordCounter)	{
		System.out.println("Total Lines Read " + lineCounter);
		System.out.println("Total Words Read " + wordCounter);
		System.out.println("Break down by key word");
		for(int i = 0; i < hashTable.length; i += 1)	{
			System.out.println("    " + hashTable[i].getKeyWord() + ": " + keyWordCounter[i]);
		}
		int totalKeys = 0;
		for(int e: keyWordCounter)	{
			totalKeys += e;
		}
		System.out.println("Total Keywords: " + totalKeys);
	}
	
	
}//end of class


================================================
FILE: code/algorithm_applications/src/Cichelli's Perfect Hashing Alogorithm/Key.java
================================================
public class Key implements Comparable<Key> {
    //fields
	private String keyWord;
	private char firstLetter, lastLetter;
	//unnassignedLetter is used if only one letter(first or last) is not set.
	private int totalValue, firstLetterValue, lastLetterValue, positionInGFirst, positionInGLast, unassignedLetterPosition;
	
	//constructor
	public Key(String keyWord)	{
		this.keyWord = keyWord;
		this.firstLetter = keyWord.charAt(0);
		this.lastLetter = keyWord.charAt(keyWord.length() - 1);
		this.totalValue = 0; //updated in setValue method
		this.firstLetterValue = 0; //updated in setValue method
		this.lastLetterValue = 0; //updated in setValue method
		this.positionInGFirst = 0; //updated in Cichelli's alogrithm
		this.positionInGLast = 0; //updated in Cichelli's alogrithm
		//unassignedLetterPosition is set to -1 as an arbitrary value.
		this.unassignedLetterPosition = -1; //can updated in Cichelli's alogrithm under certain conditions.
	}
	
	/*this method is necessary in sorting the list of keys by value.
	 * I created this compareTo method based on info from the following link:
	 * https://beginnersbook.com/2013/12/java-arraylist-of-object-sort-example-comparable-and-comparator/
	 */
	@Override
	public int compareTo(Key comparesTo)	{
		int compareValue = ((Key)comparesTo).getTotalValue();
		return compareValue-this.totalValue;
	}

	//getter and setter methods
	
	public String getKeyWord()	{
		return keyWord;
	}
	
	public char getFirstLetter()	{
		return firstLetter;
	}
	
	public char getLastLetter()	{
		return lastLetter;
	}
	
	public int getFirstLetterValue()	{
		return firstLetterValue;
	}
	
	public void setFirstLetterValue(int value)	{
		this.firstLetterValue = value;
	}
	
	public int getLastLetterValue()	{
		return lastLetterValue;
	}
	
	public void setLastLetterValue(int value)	{
		this.lastLetterValue = value;
	}
	
	public void setTotalValue(int value)	{
		this.totalValue = value;
	}
	
	public int getTotalValue()	{
		return totalValue;
	}
	
	public void setPositionInGFirst(int position)	{
		this.positionInGFirst = position;
	}
	
	public int getPositionInGFirst()	{
		return positionInGFirst;
	}

	
	public void setpositionInGLast(int position)	{
		this.positionInGLast = position;
	}

	public int getPositionInGLast()	{
		return positionInGLast;
	}
	
	public void setUnassignedLetterPosition(int position)	{
		this.unassignedLetterPosition = position;
	}
	
	public int getUnassignedLetterPosition()	{
		return unassignedLetterPosition;
	}
}


================================================
FILE: code/algorithm_applications/src/Cichelli's Perfect Hashing Alogorithm/files/kywrdsOdd.txt
================================================
jitter
frequency
Chapter
camera
step
in
range
the
ToF
influence

================================================
FILE: code/algorithm_applications/src/Cichelli's Perfect Hashing Alogorithm/files/tstOdd.txt
================================================
During the last decade, the ToF range imaging cameras have significantly
improved and have been used in various applications from agricultural sectors
to engineering industries. With the improvement of the technology to build
the depth sensor, novel applications of ToF range imaging will increase. At
present, more researchers are mainly focused on the noise investigation in
these cameras. However, from this thesis, we found that the jitter significantly
influences range measurements therefore it is worth further investigating jitter
in ToF range imaging systems. Several investigations could be extended to
further perform the ToF range imaging systems due to the jitter influence on
measurements as follows.

The proposed methodology in Chapters 4 and 5 could be extended to correct
range measurements after extracting and measuring the RJ and PJ in the
light signal of the camera. This will be very useful since the available jitter can
be compensated before the measurement. Since for a particular configuration
of the AMCW camera (e.g., with default modulation frequency and integration 
period), the periodic and random jitter in the illumination source is fixed
amounts which can be computed with the proposed methodology. Then, considering
the benchmark numerical results in Chapters 7 and 8 for the influence
of the periodic and random jitter on range measurements, respectively, can
be applied for compensating of the measurement. In addition, the proposed
algorithm may be applied to extract the jitter in other types of ToF range
imaging cameras such as pulse based and pseudo-noise based modulation cameras.
This methodology can be used for jitter measurement in any kind of
application where the reference clock signal cannot be accessed.

A cheaper SDR USB dongle with the proposed algorithm for jitter extraction
in ToF cameras at lower frequencies in the RF signal was investigated in
Chapter 6. The high sample rates and high quality of SDRs can be used to
explore the relatively large range of frequencies of the PJ and RJ in the light
source of the AMCW ToF cameras by setting a suitable local oscillator frequency
to get a large intermediate frequency (less than the Nyquist frequency)
in the dongle. Also, this concept may be used to find the jitter in the light
source of the aforementioned two modulation types of ToF range imaging cameras
as well as in any other relevant applications. In addition, it may possible
to modify the DSP engine in the dongle which is a software based controller in
order to get maximum benefit but this may not be a straightforward process.

In Chapter 7, the influence of the periodic jitter on range measurements
was investigated. Can we compensate the PJ amount in the first phase step
(by determining and correcting it) before it proceeds to the second phase step
and so on, in the correlation function within the integration period? With
the influence of the PJ in each phase step a constant (a fixed amount), then
it can be further analysed with the crosstalking between phase steps, during
the integration period. But if it is not a constant (i.e., random behaviour),
then it will be difficult to compensate for the influence of the PJ on range 
measurements. Thus, this is a more challenging task for future investigation
that arises from Chapter 7. On the other hand, here the periodic jitter at a
single frequency was considered. But in practice, the ToF cameras may have
periodic jitter at multiple frequencies. Then, it is very interesting to know how
the analytical model will change accordingly. Will the influence be linear or
non-linear and will it be partially or fully cancel on range measurements? So,
some interesting questions arise from this future investigation.

A finite number of evaluations of the Monte Carlo simulation were used to
investigate the influence of random jitter on range measurements in Chapter 8. 
With increasing the number of simulations, it is surprisingly effective to estimate
the better result than the current one. In order to understand the
impact of uncertainty of the results obtained, it is necessary to analyse the
stochastic model for the full range of possible outcomes, to get much more
accurate results. On the other hand, all simulations were done at fixed integration
period T = 1 ms and it is interesting to investigate the behaviour of the
random jitter for various T, especially for less than 1 ms integration period
since now the depth sensor manufacturers are trying to develop the AMCW
ToF cameras with short integration periods. 

================================================
FILE: code/algorithm_applications/src/Strassens algorithm/strassens algorithm.cpp
================================================
#include <bits/stdc++.h>
using namespace std;

#define ff(i, a, b) for (int i = int(a); i < int(b); i++)
#define ffn(i, n) ff(i, 0, n)

static bool comp(vector<int> &v1, vector<int> &v2)
{
    return (v1[1] < v2[1]);
}

vector<vector<int>> aloc_ary(vector<vector<int>> a, int l, int m, int n)
{
    int i, k, o, b;
    vector<vector<int>> c(n, vector<int>(n, 0));

    for (k = 0, i = l; k < n; k++, i++)
        for (o = 0, b = m; o < n; o++, b++)
            c[k][o] = a[i][b];
    return c;
}

vector<vector<int>> adn_ary(vector<vector<int>> a, vector<vector<int>> b, int n)
{
    vector<vector<int>> c(n, vector<int>(n, 0));
    int i, j;
    ffn(i, n)
        ffn(j, n)
            c[i][j] = a[i][j] + b[i][j];
    return c;
}

vector<vector<int>> sbn_ary(vector<vector<int>> a, vector<vector<int>> b, int n)
{
    vector<vector<int>> c(n, vector<int>(n, 0));
    int i, j;
    ffn(i, n)
        ffn(j, n)
            c[i][j] = a[i][j] - b[i][j];
    return c;
}

void crt(vector<int> g[], int n, int st)
{
    queue<int> q;
    bool v[n + 1];
    memset(v, 0, sizeof(v));
    q.push(st);
    v[st] = 1;
    
    while (!q.empty())
    {
        int a = q.front();
        q.pop();
        ffn(j, g[a].size())
        {
            if (!v[g[a][j]])
            {
                q.push(g[a][j]);
                v[g[a][j]] = 1;
            }
        }
    }
}

void cbn_ary(vector<vector<int>> &c, vector<vector<int>> c11, int i, int j, int n)
{
    int a, b, x, y;
    for (a = 0, x = i; a < n; a++, x++)
        for (b = 0, y = j; b < n; b++, y++)
            c[x][y] = c11[a][b];
}

vector<vector<int>> mul_ary(vector<vector<int>> ary1, vector<vector<int>> ary2, int n)
{
    if (n == 1)
    {
        vector<vector<int>> res(n, vector<int>(n, 0));
        res[0][0] = ary1[0][0] * ary2[0][0];
        return res;
    }

    vector<vector<int>> ary1_11 = aloc_ary(ary1, 0, 0, n / 2);
    vector<vector<int>> ary1_12 = aloc_ary(ary1, 0, n / 2, n / 2);
    vector<vector<int>> ary1_21 = aloc_ary(ary1, n / 2, 0, n / 2);
    vector<vector<int>> ary1_22 = aloc_ary(ary1, n / 2, n / 2, n / 2);
    vector<vector<int>> ary2_11 = aloc_ary(ary2, 0, 0, n / 2);
    vector<vector<int>> ary2_12 = aloc_ary(ary2, 0, n / 2, n / 2);
    vector<vector<int>> ary2_21 = aloc_ary(ary2, n / 2, 0, n / 2);
    vector<vector<int>> ary2_22 = aloc_ary(ary2, n / 2, n / 2, n / 2);

    vector<vector<int>> ary_tmp1 = mul_ary(adn_ary(ary1_11, ary1_22, n / 2), adn_ary(ary2_11, ary2_22, n / 2), n / 2);
    vector<vector<int>> ary_tmp2 = mul_ary(adn_ary(ary1_21, ary1_22, n / 2), ary2_11, n / 2);
    vector<vector<int>> ary_tmp3 = mul_ary(ary1_11, sbn_ary(ary2_12, ary2_22, n / 2), n / 2);
    vector<vector<int>> ary_tmp4 = mul_ary(ary1_22, sbn_ary(ary2_21, ary2_11, n / 2), n / 2);
    vector<vector<int>> ary_tmp5 = mul_ary(adn_ary(ary1_11, ary1_12, n / 2), ary2_22, n / 2);
    vector<vector<int>> ary_tmp6 = mul_ary(sbn_ary(ary1_21, ary1_11, n / 2), adn_ary(ary2_11, ary2_12, n / 2), n / 2);
    vector<vector<int>> ary_tmp7 = mul_ary(sbn_ary(ary1_12, ary1_22, n / 2), adn_ary(ary2_21, ary2_22, n / 2), n / 2);
    vector<vector<int>> res11 = adn_ary(sbn_ary(adn_ary(ary_tmp1, ary_tmp4, n / 2), ary_tmp5, n / 2), ary_tmp7, n / 2);
    vector<vector<int>> res12 = adn_ary(ary_tmp3, ary_tmp5, n / 2);
    vector<vector<int>> res21 = adn_ary(ary_tmp2, ary_tmp4, n / 2);
    vector<vector<int>> res22 = adn_ary(sbn_ary(adn_ary(ary_tmp1, ary_tmp3, n / 2), ary_tmp2, n / 2), ary_tmp6, n / 2);

    vector<vector<int>> res(n, vector<int>(n, 0));
    cbn_ary(res, res11, 0, 0, n / 2);
    cbn_ary(res, res12, 0, n / 2, n / 2);
    cbn_ary(res, res21, n / 2, 0, n / 2);
    cbn_ary(res, res22, n / 2, n / 2, n / 2);
    return res;
}

int main()
{
    int n, i, j, x;
    cin >> n;

    if (log2(n) != floor(log2(n)))
        x = pow(2, ceil(log2(n)));
    else
        x = n;

    vector<vector<int>> ary1(n, vector<int>(n,0));
    vector<vector<int>> ary2(n, vector<int>(n,0));
    for (i = 0; i < n; ++i)
        for (j = 0; j < n; ++j)
            scanf("%d", &ary1[i][j]);

    for (i = 0; i < n; ++i)
        for (j = 0; j < n; ++j)
            scanf("%d", &ary2[i][j]);

    vector<vector<int>> mul1(x + 1, vector<int>(x + 1, 0));
    vector<vector<int>> mul2(x + 1, vector<int>(x + 1, 0));

    for (i = 0; i < n; ++i) {
        for (j = 0; j < n; ++j) {
            mul1[i][j] = ary1[i][j];
            mul2[i][j] = ary2[i][j];
        }
    }

    vector<vector<int>> res_arr(n, vector<int>(n, 0));
    res_arr = mul_ary(mul1, mul2, x);
    ffn(i, n)
    {
        ffn(j, n)
            cout << res_arr[i][j] << " ";
        cout << "\n";
    }
    return 0;
}

================================================
FILE: code/algorithm_applications/src/binary_search/ceil_of_element/ceil_of_element_in_sorted_array.cpp
================================================
#include<bits/stdc++.h>
using namespace std; 
int solve(int arr[],int n, int ele){
  int ans=-1;
  int low=0;
  int high=n-1;
  while(low<=high){
    int mid=low+(high-low)/2;
    if(ele==arr[mid]){
      return ele; 
      }
    else if(ele>arr[mid]){
      ans=mid;
      high=mid-1;
      }
    else{
      low=mid+1;
      }
    }
  return arr[ans];
  }
int main(){
  int n; 
  cin>>n; 
  int arr[n];
  for(int i=0;i<n;i++){
    cin>>arr[i];
    }
  int ele; 
  cin>>ele; 
  int ans=solve(arr,n,ele);
  cout<<"Ceil of "<<ele<<" is "<<ans<<endl; 
  return 0;
  }


================================================
FILE: code/algorithm_applications/src/binary_search/distributing_candies/CandyDistribution.java
================================================
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;

class CandyDistribution {
    public static void main(String[] args) throws IOException {
        BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
	//testcases
        int t = Integer.parseInt(br.readLine());
        while (t-- > 0){
            String[] input = br.readLine().split(" ");
            //n: number of candy boxes
            int n = Integer.parseInt(input[0]);
            //k: number of friends
            long k = Long.parseLong(input[1]);
            String[] input1 = br.readLine().split(" ");
            long[] arr = new long[n];
            long max = Integer.MIN_VALUE;
            for(int i=0; i<n; i++){
                arr[i] = Long.parseLong(input1[i]);
//we need to find max for the upper bound in the binary search.
                max = Math.max(max,arr[i]);
            }
            System.out.println(binarySearch(n, k, arr, max));
        }
    }
  public static long binarySearch(int n, long k, long[] arr, long max){
        long low = 1;
        long high = max;
        long mid;
        long res = 0;

        while (high>=low){
            mid = low + (high-low)/2;
            if(canDistribute(mid, n, k, arr)){
                low = mid+1;
                res = mid;
            }
            else{
                high = mid-1;
            }
        }
        return res;
    }
    
  public static boolean canDistribute(long val, int n, long k, long[] arr){
        if(k==1){
            return true;
        }
        long peopleServed = 0;
        for (int i=n-1; i>=0; i--){
//this is the number of people who can get candy
            peopleServed += arr[i]/val;
        }
        if(peopleServed>=k){
            return true;
        }
        return false;
    }
}


================================================
FILE: code/algorithm_applications/src/binary_search/first_and_last_position_in_sorted_array/firstAndLastPosInSortedArray.cpp
================================================
#include <bits/stdc++.h>
using namespace std;

int first(int arr[], int x, int n)
{
    int low = 0, high = n - 1, res = -1;
    while (low <= high)
    {
        int mid = (low + high) / 2;

        if (arr[mid] > x)
            high = mid - 1;
        else if (arr[mid] < x)
            low = mid + 1;
        else
        {
            res = mid;
            high = mid - 1;
        }
    }
    return res;
}

int last(int arr[], int x, int n)
{
    int low = 0, high = n - 1, res = -1;
    while (low <= high)
    {
        int mid = (low + high) / 2;

        if (arr[mid] > x)
            high = mid - 1;
        else if (arr[mid] < x)
            low = mid + 1;
        else
        {
            res = mid;
            low = mid + 1;
        }
    }
    return res;
}

int main()
{
    int n;
    cin >> n;
    int arr[n];
    for (int i = 0; i < n; i++)
    {
        cin >> arr[i];
    }
    int q;
    cin >> q;
    while (q--)
    {
        int a;
        cin >> a;
        cout << first(arr, a, n) << " " << last(arr, a, n) << endl;
    }
}

================================================
FILE: code/algorithm_applications/src/binary_search/floor_of_element/floor_of_element_in_sorted_array.cpp
================================================
#include<bits/stdc++.h>
using namespace std; 
int solve(int arr[],int n,int ele){
  int ans=-1;
  int low=0;
  int high=n-1;
  while(low<=high){
    int mid=low+(high-low)/2;
    if(arr[mid]==ele){
      return ele; 
      }
    else if(arr[mid]<ele){
      ans=mid;
      low=mid+1;
      }
    else{
      high=mid-1;
      }
    }
  return arr[ans];
  }
int main(){
  int n;
  cin>>n; 
  int arr[n];
  for(int i=0;i<n;i++){
    cin>>arr[i];
    }
  int ele; 
  cin>>ele; 
  int ans=solve(arr,n,ele);
  cout<<"floor of "<<ele<<" is "<<ans<<endl; 
  return 0;
  }


================================================
FILE: code/algorithm_applications/src/bubble_sort/bubble_sort_implementation.cpp
================================================
#include<iostream>

using namespace std;

int main() {    
    int n;
    cin >> n;
    int arr[n];
    for(int i = 0; i < n; i++) {
        cin >> arr[i];
    }

    // Bubble sort algorithm code 
    int counter = 1;
    while(counter < n) {
        for(int i = 0; i < n-counter; i++){
            if(arr[i] > arr[i+1]) {
                // if arr[i] > arr[i+1] then we swap those two element
                // because they are not in sorting form
                int temp = arr[i];
                arr[i] = arr[i+1];
                arr[i+1] = temp;
            }
        }
        counter++;
    }

    cout << '\n';

    return 0;
}


================================================
FILE: code/algorithm_applications/src/merge_arrays/merge_two_arrays.c
================================================
#include <stdio.h>

int main(){
    int m;
    printf("Enter the number of elements in first array\n");
    scanf("%d",&m);
    int arr1[m];
    int n;
    printf("\nEnter the number of elements in second array\n");
    scanf("%d",&n);
    int arr2[n];
    printf("\nEnter the elements of first array\n");
    for(int i=0;i<m;i++){
        scanf("%d",&arr1[i]);
    }
    printf("\nEnter the elements of second array\n");
    for(int i=0;i<n;i++){
        scanf("%d",&arr2[i]);
    }
    int arr[m+n];
    int i=0;
    for(i=0;i<m;i++){
        arr[i]=arr1[i];
    }
    for(int j=0;j<n;j++){
        arr[i+j]=arr2[j];
    }
    printf("\nFirst array is\n");
    for(int i=0;i<m;i++){
        printf("%d ",arr1[i]);
    }
    printf("\nSecond array is\n");   
        for(int i=0;i<n;i++){
        printf("%d ",arr2[i]);
    }
    printf("\nMerged array is\n");
    for(int i=0;i<m+n;i++){
        printf("%d ",arr[i]);
    }
}


================================================
FILE: code/artificial_intelligence/src/Inception_Pre-trained_Model/Inception_model.md
================================================
The architecture of the Inception model is heavily engineered and quite complex to understand as it is huge both in terms of depth and width. 

The visual representations below make it simpler to  understand  the entire architecture and thus make it easier to understand the subsequent versions 

Learn more: https://iq.opengenus.org/inception-pre-trained-cnn-model/


================================================
FILE: code/artificial_intelligence/src/Inception_Pre-trained_Model/README.md
================================================
This  article at opengenus  about the Inception Pre-Trained cnn model gives an entire overview of the following :

* Inception model
* It's architecture
* The various versions of this model
* Their evolution history

The Inception model , introduced in 2014, is a deep CNN architecture. It has also  won  the ImageNet Large-Scale Visual Recognition Challenge (ILSVRC14). These networks are useful in computer vision and  tasks where convolutional filters are used.

Heretofore, inception has evolved through its four versions namely, **Inception v1** ,**Inception v2 and v3**, **Inception v4 and Resnet**.
These versions have showed iterative improvement over each other which has helped in pushing its speed and accuracy.

All of these, along with their architectures, have been discussed in detail in the above article.


================================================
FILE: code/artificial_intelligence/src/VGG-11/README.md
================================================
The article at OpenGenus elaborted about VGG-11, its architecture, number of layers it comprise of along with its application and importnance.

It is a pre-trained model, on a dataset and contains the weights that represent the features of whichever dataset it was trained on. 
VGG-11, it attributes to 11 weighted layers, Weights represent the strength of connections between units
in adjacent network layers,are used to connect the each neurons in one layer to the every neurons in the next layer,
weights near zero mean changing this input will not change the output.

VGG incorporates 1x1 convolutional layers to make the decision function more non-linear without changing the receptive fields.
Labeled as deep CNN, VGG surpasses datasets outside of ImageNet.
The architecture of VGG-11 and the ctivation functions insight to different applications and importance whose 
detialed account has ben provided.

Learn more: https://iq.opengenus.org/vgg-11/


================================================
FILE: code/artificial_intelligence/src/VGG-11/vgg11.md
================================================
11 Layers f VGG-11 are as follows: 
The detialed explanation has been provided in order to get better insight of how the model should be incorporated. 

Convolution using 64 filters + Max Pooling
Convolution using 128 filters + Max Pooling
Convolution using 256 filters
Convolution using 256 filters + Max Pooling
Convolution using 512 filters
Convolution using 512 filters + Max Pooling
Convolution using 512 filters
Convolution using 512 filters + Max Pooling
Fully connected with 4096 nodes
Fully connected with 4096 nodes
Output layer with Softmax activation with 1000 nodes.
Note: Here the max-pooling layer that is shown in the image is not counted among the 11 layers of VGG, 
the reason for which is listed above. In accordance with the Softmax Activation function, it can be easily verified 
from the VGG-11 architecture.
One major conclusion that can be drawn from the whole study is VGG-11 prospers with an appreciable number of layers due to small size 
of convolution filter. This accounts for good accuracy of the model and decent performance outcomes

Learn more: https://iq.opengenus.org/vgg-11/


================================================
FILE: code/artificial_intelligence/src/Vaccum_Cleaner/VC.md
================================================
This is the code for simple reflex, goal based agent for vaccum cleaner.


================================================
FILE: code/artificial_intelligence/src/Vaccum_Cleaner/Vaccum_cleaner (1).ipynb
================================================
{
  "nbformat": 4,
  "nbformat_minor": 0,
  "metadata": {
    "colab": {
      "name": "Vaccum_cleaner.ipynb",
      "provenance": []
    },
    "kernelspec": {
      "name": "python3",
      "display_name": "Python 3"
    },
    "language_info": {
      "name": "python"
    }
  },
  "cells": [
    {
      "cell_type": "code",
      "execution_count": 86,
      "metadata": {
        "id": "mFjOnvVzKM19"
      },
      "outputs": [],
      "source": [
        "import matplotlib.pyplot as plt\n",
        "from matplotlib import colors\n",
        "import random"
      ]
    },
    {
      "cell_type": "markdown",
      "source": [
        "**Visualising the room**"
      ],
      "metadata": {
        "id": "NfUu86pJZLqv"
      }
    },
    {
      "cell_type": "code",
      "source": [
        "def visuals(room):\n",
        "  plt.grid(color='black', linestyle='--', linewidth=2)\n",
        "  plt.xlim(0, 5)\n",
        "  plt.ylim(0, 5)\n",
        "  for i in range(5):\n",
        "    for j in range(5):\n",
        "      if(room[i][j]==1):\n",
        "        plt.scatter(i+0.5,j+0.5,color='red', s=1000)\n",
        "      elif(room[i][j]==-1):\n",
        "        plt.scatter(i+0.5,j+0.5,color='blue', s=1000)\n",
        "      else:\n",
        "        plt.scatter(i+0.5,j+0.5,color='green', s=1000)\n",
        "  plt.show()"
      ],
      "metadata": {
        "id": "KEOYJ2Z-NAnY"
      },
      "execution_count": 87,
      "outputs": []
    },
    {
      "cell_type": "code",
      "source": [
        "def evening():\n",
        "  for i in range(15):                                                              \n",
        "    x = random.randint(0,4) \n",
        "    y = random.randint(0,4)\n",
        "    if(room[x][y]!=-1): #If the Tile doesn't contain an obstacle then placing the dirt on it.\n",
        "      room[x][y] = 1\n",
        "    else:\n",
        "      room[x][y] = -1\n",
        "  return room "
      ],
      "metadata": {
        "id": "6xju6N7pXiCt"
      },
      "execution_count": 88,
      "outputs": []
    },
    {
      "cell_type": "code",
      "source": [
        "def cleanRoom(Battery, Room):\n",
        "  for i in range(5):\n",
        "    j=0\n",
        "    print(\"#Current Battery Status: \",Battery)\n",
        "    while(j<5):\n",
        "      #Once we see the tile containing the obstacle the cleaner cannot move to ABOVE tile there for going for Below Tile\n",
        "      if(Room[i][j]==-1): \n",
        "        print(\"As there is an Obstacle Going to the BELOW TILE\")\n",
        "        Battery-=1\n",
        "        j = 5\n",
        "      else:\n",
        "        print(\"----------------------------------------------\")\n",
        "        #If the Current Tile is Dirty\n",
        "        print(\"*Checking the Current Tile\")\n",
        "        if(Room[i][j]!=-1 and Room[i][j]==1):\n",
        "          print(\"The Current Tile is Dirty Cleaning it\")\n",
        "          Room[i][j]=0\n",
        "          Battery-=1\n",
        "          print(\"The location \"+str(i)+\" \"+str(j)+\" is Cleaned\")\n",
        "        elif(Room[i][j]!=-1 and Room[i][j]==0):\n",
        "          print(\"The Location \"+ str(i)+\" \"+str(j) + \" is Clean\")\n",
        "          Battery-=1\n",
        "        else:\n",
        "          print(\"There is an Obstacle at Location \" +  str(i)+\" \"+str(j))\n",
        "\n",
        "        #Checking whether the ABOVE Side is clean or not\n",
        "        \n",
        "        print(\"*Checking the ABOVE Tile\")\n",
        "        if((j<4) and (Room[i][j+1]!=-1 and Room[i][j+1]==1)):\n",
        "          print(\"The Location \"+ str(i)+\" \"+str(j+1) + \" is Dirty\")\n",
        "          Battery-=1\n",
        "          Room[i][j+1]=0\n",
        "          print(\"Moving the Cleaner ABOVE and Cleaning it and Positioning it back to \"  + str(i)+\" \"+str(j))\n",
        "        elif((j<4) and (Room[i][j+1]==0 and Room[i][j+1]!=-1)):\n",
        "          print(\"The Location \"+ str(i)+\" \"+str(j+1) + \" is Clean\")\n",
        "          Battery-=1\n",
        "        else:\n",
        "          print(\"There is an Obstacle at Location \" +  str(i)+\" \"+str(j+1))\n",
        "\n",
        "        #After Cleaning the ABOVE Side Checking for the Below\n",
        "        print(\"*Checking the RIGHT Tile\")\n",
        "        if((i<4) and (Room[i+1][j]!=-1 and Room[i+1][j]==1)):\n",
        "          print(\"The Location \"+ str(i+1)+\" \"+str(j) + \" is Dirty\")\n",
        "          Battery-=1\n",
        "          Room[i+1][j]=0\n",
        "          print(\"Moving the Cleaner ABOVE and Cleaning it and Positioning it back to \"  + str(i)+\" \"+str(j))\n",
        "        elif((i<4) and (Room[i+1][j]!=-1 and Room[i+1][j]==0)):\n",
        "          print(\"The Location \"+ str(i+1)+\" \"+str(j) + \" is Clean\")\n",
        "          Battery-=1\n",
        "        else:\n",
        "          print(\"Obstacle Present at \"+str(i+1)+\" \"+str(j))\n",
        "        \n",
        "        #Checking the LEFT Tile\n",
        "        print(\"*Checking the LEFT Tile\")\n",
        "        if((i>1)and (Room[i-1][j]!=-1 and Room[i-1][j]==1)):\n",
        "          print(\"The Location \"+ str(i-1)+\" \"+str(j) + \" is Dirty\")\n",
        "          Room[i-1][j]=0\n",
        "          Battery-=1\n",
        "          print(\"Moving the Cleaner ABOVE and Cleaning it and Positioning it back to \"  + str(i)+\" \"+str(j))\n",
        "        elif((i>1) and (Room[i-1][j]!=-1 and Room[i-1][j]==0)):\n",
        "          print(\"The Location \"+ str(i-1)+\" \"+str(j) + \" is Clean\")\n",
        "          Battery-=1\n",
        "        elif((i>=1)):\n",
        "          print(\"Obstacle Present at \"+str(i-1)+\" \"+str(j))\n",
        "        else:\n",
        "          print(\"We are at LEFT-MOST Level\")\n",
        "      j+=1\n",
        "      print(\"The Room After Cleaning is \")\n",
        "      visuals(Room)\n",
        "\n",
        "  return Battery"
      ],
      "metadata": {
        "id": "Rb-h9AQRaKZK"
      },
      "execution_count": 89,
      "outputs": []
    },
    {
      "cell_type": "code",
      "source": [
        "room = [[0,0,0,0,-1], [0,-1,0,0,0], [0,0,0,0,0], [0,0,0,0,-1], [0,0,0,-1,0]]    #initial condition in the morning\n",
        "visuals(room)"
      ],
      "metadata": {
        "colab": {
          "base_uri": "https://localhost:8080/",
          "height": 269
        },
        "id": "M5EfYk8AcSNO",
        "outputId": "76263ab3-d692-4d3d-c1f9-3f3b31c521fa"
      },
      "execution_count": 90,
      "outputs": [
        {
          "output_type": "display_data",
          "data": {
            "text/plain": [
              "<Figure size 432x288 with 1 Axes>"
            ],
            "image/png": "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\n"
          },
          "metadata": {
            "needs_background": "light"
          }
        }
      ]
    },
    {
      "cell_type": "code",
      "source": [
        "room = evening()\n",
        "Battery = 100\n",
        "visuals(room)\n",
        "print (\"Vacuum is placed at Location A at 0,0\")\n",
        "print(\"**** Cleaning Room A ****\")\n",
        "Battery = cleanRoom(Battery, room)\n",
        "print(\"********The Room A After Cleaning is \")\n",
        "visuals(room)\n",
        "print(\"The Battery Remaining in the Vaccum Cleaner After Cleaning Room A is \",Battery)\n",
        "print(\"************************************************************\")"
      ],
      "metadata": {
        "colab": {
          "base_uri": "https://localhost:8080/",
          "height": 9214
        },
        "id": "0S4JptjpbfXM",
        "outputId": "14b3c7f9-8527-4b7e-b240-ca8b641012af"
      },
      "execution_count": 91,
      "outputs": [
        {
          "output_type": "display_data",
          "data": {
            "text/plain": [
              "<Figure size 432x288 with 1 Axes>"
            ],
            "image/png": "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\n"
          },
          "metadata": {
            "needs_background": "light"
          }
        },
        {
          "output_type": "stream",
          "name": "stdout",
          "text": [
            "Vacuum is placed at Location A at 0,0\n",
            "**** Cleaning Room A ****\n",
            "#Current Battery Status:  100\n",
            "----------------------------------------------\n",
            "*Checking the Current Tile\n",
            "The Location 0 0 is Clean\n",
            "*Checking the ABOVE Tile\n",
            "The Location 0 1 is Dirty\n",
            "Moving the Cleaner ABOVE and Cleaning it and Positioning it back to 0 0\n",
            "*Checking the RIGHT Tile\n",
            "The Location 1 0 is Clean\n",
            "*Checking the LEFT Tile\n",
            "We are at LEFT-MOST Level\n",
            "The Room After Cleaning is \n"
          ]
        },
        {
          "output_type": "display_data",
          "data": {
            "text/plain": [
              "<Figure size 432x288 with 1 Axes>"
            ],
            "image/png": "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\n"
          },
          "metadata": {
            "needs_background": "light"
          }
        },
        {
          "output_type": "stream",
          "name": "stdout",
          "text": [
            "----------------------------------------------\n",
            "*Checking the Current Tile\n",
            "The Location 0 1 is Clean\n",
            "*Checking the ABOVE Tile\n",
            "The Location 0 2 is Clean\n",
            "*Checking the RIGHT Tile\n",
            "Obstacle Present at 1 1\n",
            "*Checking the LEFT Tile\n",
            "We are at LEFT-MOST Level\n",
            "The Room After Cleaning is \n"
          ]
        },
        {
          "output_type": "display_data",
          "data": {
            "text/plain": [
              "<Figure size 432x288 with 1 Axes>"
            ],
            "image/png": "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\n"
          },
          "metadata": {
            "needs_background": "light"
          }
        },
        {
          "output_type": "stream",
          "name": "stdout",
          "text": [
            "----------------------------------------------\n",
            "*Checking the Current Tile\n",
            "The Location 0 2 is Clean\n",
            "*Checking the ABOVE Tile\n",
            "The Location 0 3 is Dirty\n",
            "Moving the Cleaner ABOVE and Cleaning it and Positioning it back to 0 2\n",
            "*Checking the RIGHT Tile\n",
            "The Location 1 2 is Dirty\n",
            "Moving the Cleaner ABOVE and Cleaning it and Positioning it back to 0 2\n",
            "*Checking the LEFT Tile\n",
            "We are at LEFT-MOST Level\n",
            "The Room After Cleaning is \n"
          ]
        },
        {
          "output_type": "display_data",
          "data": {
            "text/plain": [
              "<Figure size 432x288 with 1 Axes>"
            ],
            "image/png": "iVBORw0KGgoAAAANSUhEUgAAAW0AAAD8CAYAAAC8TPVwAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4yLjIsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy+WH4yJAAAgAElEQVR4nO2dX2xbWX7fv4e6EhnSNvxgNxCtsbYPxcjTYDsjiak0W1TqAok9ySK2pgV2AytA5Fg00E3sWDKC9qlogT70QVIkTB9MqVZSyJsgm7W8QYrJdIGuZOwulVxK42w3Y00RpKs1TaEz25SwlwRJUTp9OOKcaw8lXeqec/+Qvw8gjD2+Oufyw3N+vDz/foxzDoIgCCIYhLy+AYIgCMI+FLQJgiACBAVtgiCIAEFBmyAIIkBQ0CYIgggQFLQJgiAChGHnIsbYjwG8ALALoMo579d5UwRBEER9bAXtff4F5/yn2u6EIAiCOBIaHiEIgggQzM6OSMbY/wbw/wBwAHc556k61yQBJPf/2ndQWefPn8fZs2cBAJ9++il+8pOfHFhvX58s5smTJygWi3WvO3PmDLq7uwEAxWIRT548ObDMCxcuIBqNAgC2trbw05/W//IQjUZx4cKFz/6+vr5+YJn0mug1AfZeU+3fz5w50zSvqRnfJ49e008552cPLGQfu0H7HOf8GWPsHwD4DoDf4Zw/OuR6TtvjAcYYAKDVXZAHCbmQkAvJvot1O/OFtoZHOOfP9v/7CYBlAL/o5AYJgiCI43Fk0GaMxRhjJ2t/BvDLAH6k+8YIgiCIz2Nn9cjPA1jef3w3AHyDc/4XWu+KIAiCqMuRQZtz/ncA/okL90IQBEEcQSPrtG1jndF1g3weSKcB0wRWV4FcDqhUgI4OIB4HhoaARAIYHAROn3bvvryYYMmX8kg/TcPMmVjdWkXueQ6VvQo6Qh2In4pjqHsIiXgCg68N4nTEHRleTTSRC4kf+4hnE5A+lME5/2xi9ihsrR5plP7+fp7JZJSX+yqZDDA1BTx8KHwXi0C1+vnrDAOIRsX7cuUKMDkJ9DfZns5MLoOpH0zh4ccP0dHWgeJOEdW9z8swQgai7VFUdiu48voVTL49if54c8kgFxLqIxZ8LoMxZmv1SCCDdjYLjI6KD8pSCdjbs/+7oRAQiYgP0qUloKtL2226QvZ5FqMPRmHmTJSqJexx+zJCLISIEUEinsDSu0voOhVsGeRCQn3EQkBk2A3aWnZEHrZw3QmcA/fuAT09wPe/Lz4oG/EPiOuLRfH7PT2iPF3f0vr6+rQNFXHOce/De+h5rwfff/p9FHeKDQUpANjjeyjuFPH9p99Hz3s9uPfhPS1fWXV6AMiFlSD1Ed0ugiSjEQ9anrR1bK7hHLh9G5ifFw5VEY0C4+PAzAxgc0jJNro2D3DOcfuD25jfmEdxR52MaHsU473jmLk4Y3t8zQ46N1GQC0nQ+ojWzTUBk6F8c43X1PwvLKj1D4jyFhaAiQm15eqiFqQWNhaUBikAKO4UsbCxgIkPgiGDXEioj1hochmBCNqLi+IDs1DQU36hAKRS4puP31l8vIj5jXkUdvTIKOwUkNpI4d6H/pdBLiTURyw0uQzfD49ks2IoSZd/KydOAJubwLlzaspT/fUv+zyLnvd6tAUpKyc6TmDz65s4d8q5DB1fg8mFJKh9RMvwSEBlNNXwyOgoUC67U1epBFy96k5dx2H0wSjKu+7IKFVLuPrAvzLIhYT6iIUWkOHroG2a4qfeUkodVKuiPheWmDeM+cyEmTPrrjfWQXWvCjNnIpPznwxyIaE+YqFFZGgJ2mfOnFFSztSU+DBzk1IJmJ5WU9b4+DjGx8eVlDWVnkKp6q6MUrWE6bRzGSo9AOTCSpD7iGoXQZbRiAffbq7J54HOTvffA0Cspd/ednfL+2HkS3l0TnW6HqgAIGJEsD257do276MgFxLqIxaaQIanm2tUkE6LnaZeEA4Da2ve1F2P9NM0Otq8kRFuC2Mt6x8Z5EJCfcRCC8nQErQPSvnTCKapfomlXQoFUb9T1tfXD01BZBczZ6JY8UZGYacA85kzGao8AOTCStD7iEoXQZfRiAffbmNfXXVvPuFVqlVgZcV5Of39/ehXcNDM6tYqqtwbGdW9Kla2VhyVocoDQC6sBL2PqHQRdBmNePDt8Egu523929ve1m8l99xbGdsv/CODXEioj1hoIRm+DdqVirf1u7XU0w6VPW9luLUe2g7kQkJ9xEILyfBt0PZqTqFGOOxt/VY6Qt7KCLf5Rwa5kFAfsdBCMnwbtONxb+vv7PS2fivxU97K6DzpHxnkQkJ9xEILyfBt0B4aEgkkvMAwgOFhb+qux1D3EIyQNzKMkIHh7mFP6q4HuZBQH7HQQjJ8G7QTCXF0rRfEYqJ+v5CIJxBt90ZGrD2GxDn/yCAXEuojFlpIhpaPpgsXLjguY3DQu7mFchkYGHBejqqUa4OvDaKy642M8m4ZA13OZKhMPUcuJEHvI0pTEgZcRiaTsb3sT8uTdlTBJ97p08DlyyJFm5uEQsDIiJrtuarSKZ2OnMbl1y8jxNyVEWIhjPSMON62rTKtFLmQBL2PKE03FnAZjXjw7fAIANy5I7b1u0kkIpIv+407b99BxHBXRsSIYHLQfzLIhYT6iIUWkaElaG9tbSkpp79fDBW5Nb9gGKI+VR/+yWQSyWRSSVn98X4k4gnXJuGMkIFEPIG+uHMZKj0A5MJKkPuIahdBltGIB8pcY4Ey10h8n62FXHxGUPsIZa6RNFXmmq4uYG5O/8RwNArMzqoL2DroOtWFuXfmtK+eiLZHMXtpVkmQ0gW5kFAfsdACMnwftAFgbExkrY/F9JQfiwHJJHDtmp7yVTL25hjGe8cRa9cjI9YeQ7I3iWtv+V8GuZBQH7HQ5DICEbQZA2ZmgOvX1X+ARqPi/VWVrUY3jDHMXJzB9d7ryp8yo+1RjPeOY/piMGSQCwn1EQtNLsP3Y9pWOAcWF4Fbt0SCCicnMRqGmPidndX3gallzG4fzjkWHy/i1vu3UNotOcqXaIQMRIwIZi/Nanmq1OmhVi65wH65wekjul0ESUYjY9qBCto1slmRdNk0xXuxt2f/d0Mh4T6RAO7f1zskpb1RQkzIjT4YhZkzUaqWsMftywixECJGBIl4Avffva9t3NYNDwC5sBKEPuKWiyDI8Dxox2IxXnBh9jaTEd9SlpfFIVuFQv0PU8MQw1DlslgHPzEhVgfpprZgXll2jkPI5DKYTk9jeXMZ4bYwCjuFuk+cRshArD2G8m4ZIz0jmBicQH9crww3PQDkwoqf+4jbLvwso6+vDxsbG94FbRWJfRshnxcp2kxTJJDY3ha+w2Fx+NbwsPigHBjwUSJSTeRLeaxl12A+M7GytYLtF9so75YRbguj82QnhruHkTiXwEDXgG8S1OqCXEioj1jwqQy7iX2bImgTBEEEncBnYycIgiA+j+0nbcZYG4AMgGec868cca3Wicig4NpEi88hDxJyISEXEl07Im8BcJ5mnSAIgjg2toI2Y6wLwK8CWLBbMGOs7k8qlfrsmlQqdeB1tU/hGn19fQdeZz1sZX19/dAyrTPVyWTywOtePSrxsDIPek31fjfor+k475P13prlNTXj++T2azro9QX5NR33fWoEu0/avw/g9wAcuMCRMZZkjGUYYzQDSRAEoYkjx7QZY18B8Cuc83/NGBsGcIfGtO1R+wRtdRfkQUIuJORCsu9C2Zj2lwD8GmPsxwD+GMCXGWNLju6QIAiCOBYNrdOmJ+3GoCcJAXmQkAsJuZA08qStJcXD+fPndRQbOO7evev1LfgC8iAhFxJyIbl79y5u3Lhh61raEUkQBOEDmM0dkS4lU9NLvpRH+mkaZs7E6tYqcs9zqOxV0BHqQPxUHEPdQ0jEExh8bbD5z5ggF59BLizk80A6Lc7bWF0FcjmgUgE6OoB4HBgaEudtDA42/eEjQVeh5Um7u7ubq0ruexiZXAZTP5jCw48foqOtA8Wd4oGnuUXbo6jsVnDl9SuYfHtS+2luAD5bm6k0eekB+NmFmx4AcvESmQwwNQU8fCiiUrF48Ml20aiIXleuiAzjmk+2c71d+FcFUqkUbty40cTnaSs6N3np3SV0nerSdp9uTLQEwYVbE07kwoKqM6SXlkTeRQ241i78r6KhichABe1ahpKb799EebfsOENJuC2MuXfmMPbmWMO7kuygs1EGyYXuzkkuLNSytdy8KY4bdZqtJRwWiXLHxkQaL4XobxeBUdGcQZtzjtsf3Mb8xjyKO0Vl5dZyAc5cnAlMBw2aC90fXuRiH86B27eB+Xnx3V8VtbyIMzNKo5XedhEoFco313hOrWMubCwo7ZgAUNwpYmFjARMfTCgtVxfkQkIuLNSi1MKC2igFiPIWFkQGlwDQ7CoCEbQXHy9ifmMehR09KcwKOwWkNlK49+E9LeWrhFxIyIWFxUXxWKkrzV+hAKRSwD3/u2h2Fb4fHsk+z6LnvR5tHdPKiY4T2Pz6prKkrqq//gXVhY6vweTCQjYL9PToi1JWTpwANjeVJLjV0i6CqaK5hkdGH4yivFt2pa5StYSrD666UtdxIBcScmFhdFTMtLlBqQRc9a+LVlChJWi/es7scTGfmTBzpqPVAI1Q3avCzJnI5NTs5uScK3uKCLILlR4AcvESpil+nCyNaIRqVdSnYMez8nYRXBUNefD1k/ZUegqlasnVOkvVEqbT067WaQdyISEXFqamxCOfm5RKwLT/XLSKCt+ePZIv5dE51el65wSAiBHB9uS2b7Y2kwsJubCQzwOdne5HKkDsONne9s0+72ZQYffsES1P2k+eOE8lmX6aRkdbh4K7aZxwWxhr2TXH5fT19SkZKgq6C1UeAHLxEum02I/tBeEwsOYfFwFX0ZAHLUG7qGBxpJkzUawoXmRpk8JOAeYz03E5Gxsb2NjYcFxO0F2o8gCQi5cwTfULke1SKIj6HaC0XQRbRUMefDumvbq1iip3aUbhFap7VaxsrXhSdz3IhYRcWFhddW/W7VWqVWBlxZu669BKKnwbtHPPc57Wv/1i29P6rZALCbmwkPPWBbb946KVVPg2aFf2Kp7W79YaYDuQCwm5sFDx1oVrC6Jt0EoqfBu0O0IezSrsE24Le1q/FXIhIRcWvJp5qxH2j4tWUuHboB0/Ffe0/s6TnZ7Wb4VcSMiFhbi3LtDpHxetpEJLurEzZ844LmOoewiPth65tuvNihEyMNw97Lic8fFx5zeD4LtQ5QEgFy8xNAQ8euTNDJxhAMPDjopQ2i6CrQLj4+OYn5+3V5+zqurT3d3tuIxEPIFoexTPy88V3FFjxNpjSJxLOC6nlk7JKUF3ocoDQC5eIpEQBzw/d98FYjFRvwOUtotgq0AqlbIdtH07PDL42iAqu97MLpR3yxjoGvCk7nqQCwm5sDA46N0MXLkMDPjHRSup8O3mmtOR07j8+mWEmLufKyEWwkjPiJKtyuvr61hfX3dcTtBdqPIAkIuXOH0auHxZJDJ0k1AIGBlxvG9babsItoqGPPj6PO1MLoOhPxhSnpXkMKLtUTz6zUfoizvfXqvyvOAgu1B9bjK5sJDJiAFdN7cDRqNiANnhFnTl7SK4KprnPO3+eD8S8QSMkJah989hhAwk4gklAVs15EJCLiz094sBVcMdFzAMUZ+q81MU0ioqfP2kDQQ3QwlAmWtqUOYaCWWukVDmGknTPGkDQNepLsy9M4doe1RrPdH2KGYvzSoL2DogFxJyYaGrC5ibE9/VdRKNArOzaqKUJlpBhe+DNgCMvTmG8d5xxNpjWsqPtceQ7E3i2lvXtJSvEnIhIRcWxsaA8XGx/kwHsRiQTALX/O+i2VUEImgzxjBzcQbXe68rf7KKtkcx3juO6Yv+y8RRD3IhIRcWGANmZoDr19U/ZkajIgr6MFtNPZpdhe/HtK1wzrH4eBG33r+F0m7J0a44I2QgYkQwe2lW25OUlvHLfYLkQqeHWrnkYh/OgcVF4NYtkcbFyRZBwxBpWWZntTxW6m8XgVHR0Ji2lqD9xhtv8I8++kh5uTWyz7MYfTAKM2eiVC1hj+/Z/t0QCyFiRJCIJ3D/3ftaxypray+VZSqpQxBcuOEBIBcvkc2K1OSmKSLWnn0XCIVEhEokgPv3tQ3cutYu/K8C6+vr6O/v9y5oq8gRaYdMLoPp9DSWN5cRbgujsFOo+5RlhAzE2mMo75Yx0jOCicEJ9MePdBMoyIWEXFjIZMR3+eVlcRRdoVD/kdMwxGBtuSx2i0xMiDV0TYTfVdjNERnooF0jX8pjLbsG85mJla0VbL/YRnm3jHBbGJ0nOzHcPYzEuQQGugb8k5RVE+RCQi4s5PMikaFpijQr29siKoXD4oi64WHxODkw4JtkvbrwqwpPg/bZs2f5p59+qrzcoJFMJgEoPiQogJAHCbmQkAtJMpnE/Py8mqDNGIsAeAQgDHEq4J9yzv/dEb+jZSIyaGifdAoI5EFCLiTkQtLIRKSdDZ9lAF/mnP+MMdYO4HuMsfc55w6TxhMEQRCNcuQ6bS742f5f2/d/jvxoZIzV/bF+FUqlUgdeV/sUrtHX13fgdbWvWYCYhT2sTOtpWslk8sDrXp3RPqzMg15Tvd8N+ms6zvtkvbdmeU3N+D65/ZoOen1Bfk3HfZ8awdbmGsZYG2PsMYBPAHyHc/6Xda5JMsYyjDH3ZiAJgiBajIYmIhljpwEsA/gdzvmPDrmOxrRBY3Y1yIOEXEjIhWTfhfoDozjneQDfBXDpeLdGEARBOOHIiUjG2FkAO5zzPGPs5wD8EoD/dNjvRHUfsRUQent7vb4FX0AeJORCQi4kvb292NjYsHWtnSV/XwTwhwDaIJ7M/4Rz/h8O+x23N9cQBEEEHWZzc82RT9qc8x8CeEvJXREEQRCOcCkxj17ypTzST9MwcyZWt1aRe55DZa+CjlAH4qfiGOoeQiKewOBrg02/XZlcSMiFhXweSKfF3u3VVSCXE+nLOzqAeFwkV0wkRFrzJt/GHnQXgTqa9VUyuQymfjCFhx8/REdbB4o7xQMPBoq2R1HZreDK61cw+fakKwcDuTk77mcXbq8SIBcWMhlgagp4+FAEpWLx4FOSolERvK5cASYntZ+SRC4kjaweCWTQVnUE59K7S+g61aXtPt1olEFw4VbnJBcWVJ1HurQkcnhpgFxImjZo1w67v/n+TZR3y44Puw+3hTH3zhzG3hxreFeSHXQ2yiC50N05yYWF2sn/N2+Ko+ucnvwfDouki2NjIiWMQsiFpCmDNucctz+4jfmNeRR3isrKraWVmrk4E5gOGjQXuj+8yMU+nAO3bwPz8+KrvypqObZmZpQGK3Ih0ba5xitqHXNhY0FpxwSA4k4RCxsLmPhgQmm5uiAXEnJhoRakFhbUBilAlLewILIBBIEmdxGIoL34eBHzG/Mo7BS0lF/YKSC1kcK9D+9pKV8l5EJCLiwsLoqnyoIeFygUgFQKuEcuvHbh++GR7PMset7r0dYxrZzoOIHNr28qyw+o+utfUF3o+BpMLixks0BPj74gZeXECWBzU0myRHIh8Xx45Pz588rKGn0wivJuWVl5h1GqlnD1wVVl5d29exd3795VVl5QXaj2AJCLlxgdFRNtblAqAVfJBQDlLuzi6xyR5jMTw384rHy88jCi7VGs/uaq7xK8kgsJubBgmiKpoeqx28OIRsWmFL8l/g24C7vb2H09pj2VnkKpWnK1zlK1hOn0tKt12oFcSMiFhakp8cTnJqWSSGvuN1rEhZagrSKpb76Ux7c//nZDGyRUsMf3sLy5jHwp77isVCqlJGlp0F2o8gCQi5fI54Fvf7uxzSIq2NsDlpdF/Q4gF5JGPGgJ2j/5yU8cl5F+mkZHW4eCu2mccFsYa1nnKTBv3LiBGzduOC4n6C5UeQDIxUuk02I7theEw8AauQCgzIVdfDs8YuZMFCsujk1ZKOwUYD4zPam7HuRCQi4smKa747dWCgVRv19oIRe+DdqrW6uocgfbTh1Q3atiZWvFk7rrQS4k5MLC6qqzrdlOqFaBlRVv6q5HC7nwbdDOPc95Wv/2i21P67dCLiTkwkLOWxfYJhef4aIL3wbtyl7F0/rdWgNsB3IhIRcWKt66cG09tB1ayIVvg3ZHyKNJhX3CbWFP67dCLiTkwoJXE281wuTiM1x04dugHT8V97T+zpOdntZvhVxIyIWFuLcu0EkuPsNFF1qCdl9fn+MyhrqHYIS8yYZmhAwMdw87LodzruRchaC7UOUBIBcvMTQkznn2AsMQuw8dQC4kjXjw7ZN2Ip5AtD3qSd2x9hgS5xKe1F0PciEhFxYSCbGN2gtiMVG/X2ghF74N2oOvDaKy683kQnm3jIGuAU/qrge5kJALC4OD3k3AlcvAALkA4LoLLUH7yZMnjss4HTmNy69fRoi5+7kSYiGM9Iwoyc7d19enZKgo6C5UeQDIxUucPg1cvizyGLpJKASMjDjOVE4uJI148PV52plcBkN/MOT6aW6PfvMR+uLOG5PK84KD7EL1ucnkwkImI8Zz3T7Z7tEjwGHAJRcSz8/TVkV/vB+JeMK1iScjZCARTygJ2KohFxJyYaG/X4ynujUJZxiiPlVPyCppERe+ftIGgpuhBKDMNTUoc42EsrVIyIWkaZ60AaDrVBfm3pnTvmIg2h7F7KVZZQFbB+RCQi4sdHUBc3P6V09Eo8DsrJIgpY0WcOH7oA0AY2+OYbx3HLH2mJbyY+0xJHuTuPbWNS3lq4RcSMiFhbExYHxcLD/TQSwGJJPANXLhtYtABG3GGGYuzuB673XlT1bR9ijGe8cxfdGHmTjqQC4k5MICY8DMDHD9uvqnzGhUBEE/ZqupR5O70DJif+bMGeVl1jroF3/+i7j1/i2Udkuo7h3/KEYjZCBiRDB7aVbbk9T4+LiWcoPmQpcHgFy8RC1YffGLwK1bIhWWk+NKDQOIRMQwgIanSnIhGR8fx/z8vK1rfZ3Y9yCyz7MYfTAKM2eiVC01lHoqxEKIGBEk4gncf/e+v8cqbUAuJOTCQjYrMpObpghYjaThCoVEgEokgPv3/T2GbYeAuLCb2DeQQbtGJpfBdHoay5vLCLeFUdgp1H3KMkIGYu0xlHfLGOkZwcTghP+yajuEXEjIhYVMRnyVX14WJ9EVCvWfOA1DjNWWy2KzyMSE/7KtO8XnLjwN2m+88Qb/6KOPlJd7EPlSHmvZNZjPTKxsrWD7xTbKu2WE28LoPNmJ4e5hJM4lMNA1oGSno13W19cBqDlAyy5+dOGFB4BcvEQ+L/IYmqbIsrK9LYJSOCxOqBseFk+TAwOOd/fZhVxI1tfX0d/f713QVrlOO8hoWYcaQMiDhFxIyIWkqdZpEwRBEJIjgzZj7DXG2HcZYx8xxv6GMXbLjRsjCIIgPo+dJX9VAJOc8w3G2EkA64yx73DO3Ru0JgiCIADYeNLmnG9zzjf2//wCwBMAR657YYzV/UmlUp9dk0qlDryuNt5Vo6+v78DrksnkZ9etr68fWmZt8gMAksnkgde9OjlyWJkHvaZ6vxv013Sc98l6b83ymprxfXL7NR30+oL8mo77PjVCQ5trGGNfAPAWgL+s829JAMlX/z9BEAShDturRxhjJwCsAviPnPMHR1xLq0dAs+M1yIOEXEjIhWTfha3VI7aetBlj7QC+BeD+UQEbAC5cuGCn2KbHjQ1GQYA8SMiFhFxIMpkM+m1u4DnySZuJj4A/BPD3nPPftVOoWzsiCYIgmgVmc0eknXXaXwLwGwC+zBh7vP/zK47vkCAIgmiYI4dHOOffA9DQ9ObW1taxb6iZqM1YW2eOWxHyICEXEnIhsa5uOYqm2MaeL+WRfpqGmTOxurWK3PMcKnsVdIQ6ED8Vx1D3EBLxBAZfG3T17BEvJlryeSCdFscqrK4CuRxQqQAdHUA8LvKeJhLA4KBrxyp4NuHkx3ZBLiSeTUT6sJM0MhEZ6KCdyWUw9YMpPPz4ITraOlDcKR54mlu0PYrKbgVXXr+CybcnXTnNzc1GmckAU1PAw4ei7RWLBx9gFo2KNnrlCjA5qf8AM7c7p5/bBbmQuB60fdxJmj5oqzo3eendJXSd6tJ2n240SlVHBS8tifR6OnCrcwahXZALiWtBOwCdpGmDNucci48XcfP9myjvlh1nKAm3hTH3zhzG3hxreFeSHXQ2Ss6BxUXg5k1xqqTTpBzhsMiHOjYmkn6oRHfnDFK7IBcS7UE7QJ2kKYM25xy3P7iN+Y15FHeKysqt5QKcuTgTmEbJOXD7NjA/L77hqaKW/m5mRm2b1PvhFax2QS4kWoN2wDpJI0E7EEez1hrjwsaC0sYIAMWdIhY2FjDxwYTScnVRa4sLC2rbIiDKW1gQiTqCALULCbmw0OSdREvQjirOgLz4eBHzG/Mo7BSUllujsFNAaiOFex/eU1pub28vent7lZa5uCgeHgp6VKBQAFIp4J5CFTo8AMFsF+RCostFEDtJIx58nyMy+zyLnvd6tDVGKyc6TmDz65u+TeqazQI9PfraopUTJ4DNTf/mdKV2ISEXFgLcSVTuiPSU0QejKO+WXamrVC3h6oOrrtR1HEZHxXyKG5RKwFX/qqB2YYFcWGiBTuLroG0+M2HmTEcz4I1Q3avCzJnI5Px3boppih8nE+CNUK2K+vx4hAy1Cwm5sNAinURL0LYeIu6EqfQUStWSkrLsUqqWMJ2eVlLWcQ44P4ipKfHB7ialEjCtQIVKD0Cw2wW5kKh2EeRO0ogH3y75y5fy6JzqdL1BAkDEiGB7ctvxdl5VS5ryeaCz0/32CIh9BdvbznbzqlzaFfR2QS4kSpf8BbyTNMWSv/TTNDraOjypO9wWxlp2zZO665FOi123XhAOA2v+UUHtwgK5sNBCncS3QdvMmShWFK+xtElhpwDzmelJ3fUwTfXLTe1SKIj6/QK1Cwm5sNBCncS3QXt1axVV7tKEwitU96pY2VrxpO56rK66N7fyKtUqsLLiTd31oHYhIRcWWqiT+DZo557nPK1/+8W2p/VbyXmrAtv+UUHtwgK5sNBCncS3QbuyV/G0frfWvdqh4q0K15a92oHahYRcWGihTmIrsfYHefsAABBNSURBVG+jnD9/3nEZHSGPJhX2CbeFHZdx9+5dBXfi3fxKjbBDFao8AMFvF+RCotJF0DvJ3bt3cePGDVvXagnaZ8+edVxG/FQcm/93U8HdHI/Ok52Oy2gkhdBhxONit6xXdDpUocoDEPx2QS4kKl0EvZMkk0nbQdu3wyND3UMwQlo+U47ECBkY7h72pO56DA2J43y9wDCA4WFv6q4HtQsJubDQQp1ES9D+9NNPHZeRiCcQbVd7WqBdYu0xJM4lHJeTSqWUJC1NJMQxvl4Qi4n6naDKAxD8dkEuJCpdBL2TNOKBdkTWgXZESmhHpMRvuwDJhYWAd5Km2BF5OnIal1+/jBBz9xZDLISRnhFXs7YfxenTwOXLIl2dm4RCwMiIe1nb7UDtQkIuLLRQJ/Ft0AaAO2/fQcSIuFpnxIhgcnDS1TrtcOeO+EB3k0hEJKL2G9QuJOTCQot0El8H7f54PxLxhGuTLUbIQCKeQF+8z5X6GqG/XwybuTXXYhiivj7/qaB2YYFcWGiRTuLbMe0aQc7KoTpxaVCTcuhI4BrUdkEuJFoS+wa0kzTFmHaNrlNdmHtnTvssebQ9itlLs/5NowSgqwuYm9M/SR6NArOz/k01BlC7sEIuLLRAJ/F90AaAsTfHMN47jlh7TEv5sfYYkr1JXHvrmpbyVTI2BoyPi1VGOojFgGQSuOZ/FdQuLJALC03eSbQE7T7FYzyMMcxcnMH13uvKnyai7VGM945j+qKabDVWOOdqv/oBYAyYmQGuX1f/MBGNirauIluNFR0egGC2C3Ih0eUiiJ2kEQ++z8ZuhXOOxceLuPX+LZR2S47y4hkhAxEjgtlLs8F4engFzoHFReDWLbE01cmplIYhJsFnZ4PxhP0q1C4k5MJCwDqJ3WzsgQraNbLPsxh9MAozZ6JULWGP79n+3RALIWJEkIgncP/d+/4en7NBNisSUJumaJd79lUgFBLtMJEA7t/39xi2HahdSMiFhYB0Ek+DdiwW4wUXZm8zuQym09NY3lxGuC2Mwk6h7pOFETIQa4+hvFvGSM8IJgYn0B8/0o1jasNEqhIdH0YmI76xLS+LA8cKhfoPFoYhhuTKZbEnYGJCrJTSiZseAH+3C3IhcduFnztJX18fNjY2vAvaKpf82SFfymMtuwbzmYmVrRVsv9hGebeMcFsYnSc7Mdw9jMS5BAa6BlzdxaVlSdMR5PMiXZ1pimQa29ui7YXDYpfv8LB4aBgYcG8TlxceAH+2C3Ih8cqFHztJI0v+miJo+xXPGqXPIA8SciEhFxKl67QZY/cYY58wxn6k4uYIgiCI42Nnyd8fALik+T4IgiAIGxwZtDnnjwD8faMFM8bq/ljPjU2lUgdeV/vqVKOvr+/A66wZMNbX1w8t0zrpkUwmD7zu1bXmh5V50Guq97tBf03HeZ+s99Ysr6kZ3ye3X9NBry/Ir+m471MjKDtZhTGWBKAwfxBBEATxKrYmIhljXwDw55zzX7BT6NmzZ7mK7DVBp/bpriw7R0AhDxJyISEXkmQyifn5eXWrRxoN2ro31xAEQTQbzObmmkAcGEUQBEEI7Cz5+yMAaQCvM8ayjLHfOup3isWiinsLPOvr6+7t9vIx5EFCLiTkQtKIB9pco5HarHCruyAPEnIhIReSfRe2hkdcysujl3wpj/TTNMycidWtVeSe51DZq6Aj1IH4qTiGuoeQiCcw+Nqgv5KRaoBcWMjngXRabFdeXQVyOaBSATo6gHgcGBoS25UHB/2VvVgD1C4kQXcR6CftTC6DqR9M4eHHD9HR1oHiTvHAw3Ci7VFUdiu48voVTL496cqBUW4+SfjZhetPVJkMMDUFPHwoAnSxePDBQNGoCORXrogErZoPBnLbBbULSQBcNO/ZI6qOnVx6dwldp7q03acbjTIILlzrnKqO4FxaEmmrNOCWC2oXkgC5aL6gXTvg/eb7N1HeLTs+4D3cFsbcO3MYe3Os4V1JdtDZKIPkQnvnrB12f/OmOK3N6WH34bDIMzg2JrKgKES3C2oXkgC6aK6gzTnH7Q9uY35jHsUddatTaqmUZi7OBKZRBs2F1s7JOXD7NjA/L4ZBVFFLKzUzozRw6/4gp3aBz8oMoIvmWaddewMWNhaUvgEAUNwpYmFjARMfTCgtVxfkwkItYC8sqA3YgChvYUEcgB8AqF1Imt2FlqB94cIFpeUtPl7E/MY8Cjt6suEUdgpIbaRw78N7SsvNZDJQvTM0iC50eAAghkTm50UGEh0UCkAqBdzzvwtqF5KgurCL73NEZp9n0fNej7Y3wMqJjhPY/Pqmb3PikQsL2SzQ06MvYFs5cQLY3PRtEk1qF5Igu2iabeyjD0ZR3i27UlepWsLVB1ddqes4kAsLo6Ni0tENSiXgqn9dULuQtIILLUF7a2tLSTnmMxNmznQ069sI1b0qzJyJTE7Nt4RkMvnSOb5OCLILlR4AiCV9pulslUgjVKuiPgXfHlW7oHYhCboLu/h69cjX/vRr+OZH32xoXaVTQiyEr/7jr+Ib//IbjstSOTseZBfKVwl87WvAN7/Z2Dpsp4RCwFe/CnzDXy6oXUiawEWwl/zlS3l0TnWiVC0puiv7RIwItie3HW9hVdUog+5CaefM50XG7JL7LhCJiMzdDra8q3RB7ULSJC6CPaadfppGR1uHJ3WH28JYy655Unc9yIWFdFpsTfeCcBhY848LaheSVnLh26Bt5kwUK94c8VrYKcB8ZnpSdz3IhQXTVL8m2y6FgqjfJ1C7kLSSC98G7dWtVVS5SxNNr1Ddq2Jla8WTuutBLiysrro3Afkq1SqwsuJN3XWgdiFpJRe+Ddq55zlP699+se1p/VbIhYWcty6w7R8X1C4kreRCy3na0WjUcRmVvYqCOzk+KtZ69vb2KriT4LtQ5QGAOEbVSxyuDVfpgtqFpBlcbGxs2LpWS9BWsY29I+TRZNM+4baw4zJUpVIKugulKaW8moSsEfaPC2oXkmZwYfcAKt8Oj8RPxT2tv/Nkp6f1WyEXFuLeukCnf1xQu5C0kgvfBu2h7iEYIW+yoRkhA8Pdw57UXQ9yYWFoSJx57QWGAQwPe1N3HahdSFrJhZagreJrTyKeQLTd+dj4cYi1x5A4l3BcDmNMyZm7QXehygMAkVlGwZzJsYjFRP0OUOmC2oWkGVzYxbdP2oOvDaKy683kQnm3jIGuAU/qrge5sDA46N1kZLkMDPjHBbULSSu58G3QPh05jcuvX0aIuXuLIRbCSM+Ir7IwkwsLp08Dly+Ls0DcJBQCRkZ8lbWd2oWklVz4NmgDwJ237yBiRFytM2JEMDk46WqddiAXFu7cEeeAuEkkIrK1+wxqF5JWceHroN0f70cinnBtgsEIGUjEE+iL97lSXyOQCwv9/WJs2a0JScMQ9fX5zwW1C0mruPB10AaApXeXlKyZtkPEiOD+u/ddqes4kAsLS0uO10zbJhIB7vvXBbULSSu48H3Q7jrVhbl35rTPDEfbo5i9NOvbNEoAuXiJri5gbk7/SpJoFJid9W2qMYDahZVWcKHle8T58+eVljf25hh++H9+iIWNBS2532LtMYz3juPaW9eUlnv37l2l5QHBdKHDAwBgbAz44Q9F1nQduSJjMWB8HLjmfxfULiRBdXHjxg1b1/o+sW8Nzjluf3Ab8xvzKO6oO4Ix2h5FsjeJ6YvT6tYSa4ZcWOAcuH1bZGVXeWRrNAokk8D0NBAQF9QuJEF0YTexb2CCNiDeiMXHi7j1/i2UdkuOcsEZIQMRI4LZS7PKn7DdgFxY4BxYXARu3RIZbZwc3WoYYgx7dlbpE7ZbULuQBM2Fp0G7u7ubq0ruW4/s8yxGH4zCzJkoVUsN5YQLsRAiRgSJeAL3372vdUwqlUoBaCxpZ6MEwYUbHgAA2azI0m6aIng3kkMyFBLBOpEQk46axrDdckHtQhIUFzdu3Ah2jkg7ZHIZTKensby5jHBbGIWdQt1PUyNkINYeQ3m3jJGeEUwMTqA/fqQbxyhPaHsIfnbhpgcAImv69DSwvCxWmBQK9Z++DUOMW5fLYuPMxIRYTqgRt11Qu5AEwEXzB+0a+VIea9k1mM9MrGytYPvFNsq7ZYTbwug82Ynh7mEkziUw0DXg6s4l14MV/OnCCw8ARBLgtTXx5L2yIhIYlMsikHd2isOfEgmxNd2lnY5euaB2IfGxi9YJ2n7Fs2DlM8iDhFxIyIWkKbKxEwRBEJ/HVtBmjF1ijH3MGPtbxti/0X1TBEEQRH2ODNqMsTYA/xnAOwDeAPDrjLE3dN8YQRAE8XnsPGn/IoC/5Zz/Hee8AuCPAVw+6pdqB5y/+lNb5gOIZS4HXffqwvW+vr4Dr7MuGarlWjvox5qgIZlMHnhd3yuHAx1W5kGvqd7vBv01Hed9st5bs7ymZnyf3H5NB72+IL+m475PjXDkRCRj7F8BuMQ5v77/998A8E8557/9ynVJADUzvwDgRw3dSfNyBsBPvb4JH0AeJORCQi4kr3POTx51kbKzRzjnKQApAGCMZezMgrYC5EJAHiTkQkIuJIwxW9vI7QyPPAPwmuXvXfv/jyAIgnAZO0HbBPCPGGP/kDHWAeBrAP5M720RBEEQ9ThyeIRzXmWM/TaADwC0AbjHOf+bI34tdcS/txLkQkAeJORCQi4ktlxo2RFJEARB6IF2RBIEQQQICtoEQRABQmnQZrTdHQDAGLvHGPuEMdbya9UZY68xxr7LGPuIMfY3jLFbXt+TVzDGIoyxv2KM/fW+i3/v9T15DWOsjTH2IWPsz72+Fy9hjP2YMfY/GWOPj1r6p2xMm4nt7v8LwC8ByEKsOvl1zvlHSioIEIyxfw7gZwD+K+f8F7y+Hy9hjHUC6OScbzDGTgJYB3ClRdsFAxDjnP+MMdYO4HsAbnHO1zy+Nc9gjE0A6AdwinP+Fa/vxysYYz8G0M85P3Kjkcon7WNtd29GOOePAPy91/fhBzjn25zzjf0/vwDwBIB/03lrhAt+tv/X9v2fll0JwBjrAvCrABa8vpcgoTJonwPw1PL3LFq0cxL1YYx9AcBbAP7S2zvxjv3hgMcAPgHwHc55y7oA8PsAfg9AA3nhmhYO4L8zxtb3jwQ5EJqIJFyBMXYCwLcA/C7n/LnX9+MVnPNdzvmbEDuLf5Ex1pLDZ4yxrwD4hHO+fuTFrcE/45z3Qpym+vX9Ida6qAzatN2dqMv++O23ANznnD/w+n78AOc8D+C7AC55fS8e8SUAv7Y/lvvHAL7MGFvy9pa8g3P+bP+/nwBYhhhurovKoE3b3YnPsT/59l8APOGcT3t9P17CGDvLGDu9/+efg5i03/T2rryBc/5vOeddnPMvQMSK/8E5H/X4tjyBMRbbn6QHYywG4JdxyCmpyoI257wKoLbd/QmAP7Gx3b0pYYz9EYA0gNcZY1nG2G95fU8e8iUAvwHxJPV4/+dXvL4pj+gE8F3G2A8hHnK+wzlv6aVuBADg5wF8jzH21wD+CsB/45z/xUEX0zZ2giCIAEETkQRBEAGCgjZBEESAoKBNEAQRIChoEwRBBAgK2gRBEAGCgjZBEESAoKBNEAQRIP4/zcVZlBhe+CcAAAAASUVORK5CYII=\n"
          },
          "metadata": {
            "needs_background": "light"
          }
        },
        {
          "output_type": "stream",
          "name": "stdout",
          "text": [
            "----------------------------------------------\n",
            "*Checking the Current Tile\n",
            "The Location 0 3 is Clean\n",
            "*Checking the ABOVE Tile\n",
            "There is an Obstacle at Location 0 4\n",
            "*Checking the RIGHT Tile\n",
            "The Location 1 3 is Clean\n",
            "*Checking the LEFT Tile\n",
            "We are at LEFT-MOST Level\n",
            "The Room After Cleaning is \n"
          ]
        },
        {
          "output_type": "display_data",
          "data": {
            "text/plain": [
              "<Figure size 432x288 with 1 Axes>"
            ],
            "image/png": "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
Download .txt
Showing preview only (230K chars total). Download the full file or copy to clipboard to get everything.
gitextract_vzijow3k/

├── .gitattributes
├── .github/
│   ├── CODE_OF_CONDUCT.md
│   ├── CONTRIBUTING.md
│   ├── CONTRIBUTORS.md
│   ├── ISSUE_TEMPLATE.md
│   └── PULL_REQUEST_TEMPLATE.md
├── .gitignore
├── .gitmodules
├── .travis.yml
├── LICENSE
├── README.md
├── code/
│   ├── algorithm_applications/
│   │   └── src/
│   │       ├── Cichelli's Perfect Hashing Alogorithm/
│   │       │   ├── Hashing.java
│   │       │   ├── Key.java
│   │       │   └── files/
│   │       │       ├── kywrdsOdd.txt
│   │       │       └── tstOdd.txt
│   │       ├── Strassens algorithm/
│   │       │   └── strassens algorithm.cpp
│   │       ├── binary_search/
│   │       │   ├── ceil_of_element/
│   │       │   │   └── ceil_of_element_in_sorted_array.cpp
│   │       │   ├── distributing_candies/
│   │       │   │   └── CandyDistribution.java
│   │       │   ├── first_and_last_position_in_sorted_array/
│   │       │   │   └── firstAndLastPosInSortedArray.cpp
│   │       │   └── floor_of_element/
│   │       │       └── floor_of_element_in_sorted_array.cpp
│   │       ├── bubble_sort/
│   │       │   └── bubble_sort_implementation.cpp
│   │       └── merge_arrays/
│   │           └── merge_two_arrays.c
│   ├── artificial_intelligence/
│   │   ├── src/
│   │   │   ├── Inception_Pre-trained_Model/
│   │   │   │   ├── Inception_model.md
│   │   │   │   └── README.md
│   │   │   ├── VGG-11/
│   │   │   │   ├── README.md
│   │   │   │   └── vgg11.md
│   │   │   ├── Vaccum_Cleaner/
│   │   │   │   ├── VC.md
│   │   │   │   └── Vaccum_cleaner (1).ipynb
│   │   │   ├── a_star/
│   │   │   │   └── a_star.py
│   │   │   ├── artificial_neural_network/
│   │   │   │   ├── ann.py
│   │   │   │   └── dataset.csv
│   │   │   ├── autoenncoder/
│   │   │   │   ├── Convolutional_Autoencoder.ipynb
│   │   │   │   └── autoencoder.ipynb
│   │   │   ├── bayesian_belief_network/
│   │   │   │   └── Bayesian-Belief-Network.ipynb
│   │   │   ├── bernoulli_naive_bayes/
│   │   │   │   ├── README.md
│   │   │   │   └── bernoulli.py
│   │   │   ├── chatbot/
│   │   │   │   ├── Chatbot.ipynb
│   │   │   │   ├── README.md
│   │   │   │   └── intents.json
│   │   │   ├── convolutional_neural_network/
│   │   │   │   ├── cnn.ipynb
│   │   │   │   ├── cnn_adversarial_examples.ipynb
│   │   │   │   ├── test.csv
│   │   │   │   └── train.csv
│   │   │   ├── dbscan_clustering/
│   │   │   │   ├── dbscan.py
│   │   │   │   └── readme.md
│   │   │   ├── decision_tree/
│   │   │   │   ├── Decision_Tree_Regression.ipynb
│   │   │   │   ├── Position_Salaries.csv
│   │   │   │   ├── data_banknote_authentication.csv
│   │   │   │   ├── decision_tree.py
│   │   │   │   └── decision_trees_information_gain.py
│   │   │   ├── deep_q_networks/
│   │   │   │   └── deep-q-networks.ipynb
│   │   │   ├── factorization_machines/
│   │   │   │   ├── README.md
│   │   │   │   └── matrix_factorization.py
│   │   │   ├── gaussian_mixture_model/
│   │   │   │   └── README.md
│   │   │   ├── gaussian_naive_bayes/
│   │   │   │   ├── gaussian_naive_bayes.py
│   │   │   │   ├── gaussian_naive_bayes_moons.py
│   │   │   │   └── iris1.csv
│   │   │   ├── generative_adversarial_networks/
│   │   │   │   ├── CGAN.ipynb
│   │   │   │   ├── CycleGAN.ipynb
│   │   │   │   └── DCGAN.ipynb
│   │   │   ├── getting_started_with_ml/
│   │   │   │   └── README.md
│   │   │   ├── gradient_boosting_trees/
│   │   │   │   └── README.md
│   │   │   ├── hierachical_clustering/
│   │   │   │   ├── README.md
│   │   │   │   ├── hierachical_clustering/
│   │   │   │   │   └── hierarchical_clustering.ipynb
│   │   │   │   └── hierachical_clustering.cpp
│   │   │   ├── image_processing/
│   │   │   │   ├── Cell-Segmentation/
│   │   │   │   │   ├── Cell_Segmentation_.ipynb
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── img/
│   │   │   │   │       └── blogdiagram.drawio
│   │   │   │   ├── README.md
│   │   │   │   ├── canny/
│   │   │   │   │   ├── canny.cpp
│   │   │   │   │   ├── canny.h
│   │   │   │   │   └── main.cpp
│   │   │   │   ├── connected_component_labeling/
│   │   │   │   │   └── Connected-Component-Labeling.ipynb
│   │   │   │   ├── contrast_enhancement/
│   │   │   │   │   ├── CLAHE.ipynb
│   │   │   │   │   ├── Histogram-Equalization.ipynb
│   │   │   │   │   └── Min-Max-Contrast-Stretching.ipynb
│   │   │   │   ├── erode_dilate/
│   │   │   │   │   └── main.cpp
│   │   │   │   ├── houghtransform/
│   │   │   │   │   └── main.cpp
│   │   │   │   ├── image_stitching/
│   │   │   │   │   ├── a.out
│   │   │   │   │   └── imagestitching.cpp
│   │   │   │   ├── install_opencv.sh
│   │   │   │   ├── prewittfilter/
│   │   │   │   │   └── prewitt.cpp
│   │   │   │   └── sobelfilter/
│   │   │   │       └── sobel.cpp
│   │   │   ├── isodata_clustering/
│   │   │   │   ├── isodata.py
│   │   │   │   └── readme.md
│   │   │   ├── k_means/
│   │   │   │   ├── README.md
│   │   │   │   ├── k-means.c
│   │   │   │   ├── k_means.cpp
│   │   │   │   ├── k_means.py
│   │   │   │   └── k_means.swift
│   │   │   ├── k_nearest_neighbours/
│   │   │   │   ├── KNN.c
│   │   │   │   ├── iris.data
│   │   │   │   ├── k_nearest_neighbours.cpp
│   │   │   │   └── k_nearest_neighbours.py
│   │   │   ├── lasso_regression/
│   │   │   │   └── lasso_regression.ipynb
│   │   │   ├── linear_regression/
│   │   │   │   ├── README.md
│   │   │   │   ├── Salary_Data.csv
│   │   │   │   ├── linear_regression/
│   │   │   │   │   └── linear_regression.js
│   │   │   │   ├── linear_regression.java
│   │   │   │   ├── linear_regression.js
│   │   │   │   ├── linear_regression.py
│   │   │   │   ├── linear_regression.swift
│   │   │   │   ├── linear_regression_scikit_learn.ipynb
│   │   │   │   └── linear_regression_scikit_learn.py
│   │   │   ├── logistic_regression/
│   │   │   │   ├── README.md
│   │   │   │   └── logistic_regression.py
│   │   │   ├── minimax/
│   │   │   │   ├── README.md
│   │   │   │   └── minimax.py
│   │   │   ├── missionaries_and_cannibals.py
│   │   │   ├── naive_bayes/
│   │   │   │   ├── README.md
│   │   │   │   ├── iris1.csv
│   │   │   │   ├── naive_bayes.cpp
│   │   │   │   ├── naive_bayes.py
│   │   │   │   └── naive_bayes.swift
│   │   │   ├── named_entity_recognition/
│   │   │   │   ├── NER.ipynb
│   │   │   │   ├── README.md
│   │   │   │   └── ner_dataset.csv
│   │   │   ├── nearest_sequence_memory/
│   │   │   │   └── nsm_matlab/
│   │   │   │       ├── main.m
│   │   │   │       ├── nsm_agent.m
│   │   │   │       └── simulator.m
│   │   │   ├── neural_network/
│   │   │   │   ├── keras_nn.py
│   │   │   │   └── neural_network.py
│   │   │   ├── neural_style_transfer/
│   │   │   │   └── neural_style_transfer.ipynb
│   │   │   ├── number_recogniser/
│   │   │   │   └── python/
│   │   │   │       ├── driver.py
│   │   │   │       ├── mnist.npz
│   │   │   │       └── nn.py
│   │   │   ├── particle_swarm_optimization/
│   │   │   │   ├── gbestPSO/
│   │   │   │   │   ├── Gbest2D.py
│   │   │   │   │   └── Gbest3D.py
│   │   │   │   └── lbestPSO/
│   │   │   │       ├── LBest3D.py
│   │   │   │       └── Lbest2D.py
│   │   │   ├── perceptron/
│   │   │   │   └── perceptron.py
│   │   │   ├── principal_component_analysis/
│   │   │   │   ├── README.md
│   │   │   │   └── pca.py
│   │   │   ├── q_learning/
│   │   │   │   ├── README.md
│   │   │   │   ├── q_learning.ipynb
│   │   │   │   └── q_learning.js
│   │   │   ├── random_forests/
│   │   │   │   ├── Position_Salaries.csv
│   │   │   │   ├── README.md
│   │   │   │   └── Random_Forest_Regression_Model.ipynb
│   │   │   ├── residual_convolutional_neural_network/
│   │   │   │   ├── .gitignore
│   │   │   │   ├── logs/
│   │   │   │   │   └── events.out.tfevents.1594761798.POSITRON.2995.0
│   │   │   │   └── main.py
│   │   │   ├── restricted_boltzmann_machine/
│   │   │   │   ├── README.md
│   │   │   │   ├── rbm.ipynb
│   │   │   │   ├── test.csv
│   │   │   │   └── train.csv
│   │   │   ├── sat/
│   │   │   │   └── togasat.cpp
│   │   │   ├── shufflenet_v1/
│   │   │   │   ├── README.md
│   │   │   │   └── ShuffleNet_Implementation.ipynb
│   │   │   ├── skull_stripping/
│   │   │   │   ├── data.py
│   │   │   │   └── model.py
│   │   │   ├── support_vector_machine/
│   │   │   │   ├── README.md
│   │   │   │   ├── support_vector_machine.cpp
│   │   │   │   ├── svm.c
│   │   │   │   └── svm.py
│   │   │   ├── t_distributed_stochastic_neighbor_embedding/
│   │   │   │   └── README.md
│   │   │   ├── tsp/
│   │   │   │   ├── algo.md
│   │   │   │   ├── euc_100
│   │   │   │   ├── euc_250
│   │   │   │   ├── euc_500
│   │   │   │   ├── makefile
│   │   │   │   ├── noneuc_100
│   │   │   │   ├── noneuc_250
│   │   │   │   ├── noneuc_500
│   │   │   │   └── salesman.cpp
│   │   │   ├── tsp.c
│   │   │   └── yolo_v1/
│   │   │       ├── README.md
│   │   │       └── yolo-v1-implementation.ipynb
│   │   └── test/
│   │       └── README.md
│   ├── backtracking/
│   │   ├── src/
│   │   │   ├── Min_Max/
│   │   │   │   ├── README.md
│   │   │   │   ├── alphabetaprune.cpp
│   │   │   │   └── aphabetapruning.java
│   │   │   ├── README.md
│   │   │   ├── algorithm_x/
│   │   │   │   ├── README.md
│   │   │   │   └── algorithm_x.cpp
│   │   │   ├── crossword_puzzle/
│   │   │   │   ├── crossword_puzzle.cpp
│   │   │   │   ├── crossword_puzzle.java
│   │   │   │   └── crossword_puzzle.js
│   │   │   ├── generate_parentheses/
│   │   │   │   └── generate_parentheses.cpp
│   │   │   ├── knight_tour/
│   │   │   │   ├── README.md
│   │   │   │   ├── knight_tour.c
│   │   │   │   ├── knight_tour.cpp
│   │   │   │   ├── knight_tour.go
│   │   │   │   ├── knight_tour.java
│   │   │   │   ├── knight_tour.py
│   │   │   │   ├── knight_tour.rs
│   │   │   │   └── knight_tour_withoutbt.c
│   │   │   ├── kth_grammar/
│   │   │   │   └── kth-Grammar.cpp
│   │   │   ├── m_coloring_problem/
│   │   │   │   └── m_coloring_problem.py
│   │   │   ├── n_queen/
│   │   │   │   ├── README.md
│   │   │   │   ├── n_queen.c
│   │   │   │   ├── n_queen.go
│   │   │   │   ├── n_queen.hs
│   │   │   │   ├── n_queen.java
│   │   │   │   ├── n_queen.py
│   │   │   │   ├── n_queen_backtracking.cpp
│   │   │   │   ├── n_queen_backtracking.rs
│   │   │   │   ├── n_queen_bit.go
│   │   │   │   ├── n_queen_bitimp.cpp
│   │   │   │   ├── n_queen_bitset.cpp
│   │   │   │   └── nqueen_bitmask.c
│   │   │   ├── number_of_ways_in_maze/
│   │   │   │   ├── README.md
│   │   │   │   ├── number_of_ways_in_maze.c
│   │   │   │   ├── number_of_ways_in_maze.cpp
│   │   │   │   ├── number_of_ways_in_maze.go
│   │   │   │   ├── number_of_ways_in_maze.java
│   │   │   │   └── number_of_ways_in_maze.rs
│   │   │   ├── partitions_of_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── partitions_of_number.cpp
│   │   │   │   ├── partitions_of_number.go
│   │   │   │   └── partitions_of_number.rs
│   │   │   ├── partitions_of_set/
│   │   │   │   ├── README.md
│   │   │   │   ├── partitions_of_set.cpp
│   │   │   │   └── partitions_of_set.go
│   │   │   ├── permutations_of_string/
│   │   │   │   ├── README.md
│   │   │   │   ├── permutations_of_string.c
│   │   │   │   ├── permutations_of_string.go
│   │   │   │   ├── permutations_of_string.kt
│   │   │   │   ├── permutations_of_string.py
│   │   │   │   ├── permutations_of_string_itertools.py
│   │   │   │   └── permutations_of_string_stl.cpp
│   │   │   ├── power_set/
│   │   │   │   ├── power_set.c
│   │   │   │   ├── power_set.go
│   │   │   │   └── power_set.java
│   │   │   ├── rat_in_a_maze/
│   │   │   │   ├── README.md
│   │   │   │   ├── rat_in_a_maze.cpp
│   │   │   │   └── rat_in_a_maze.py
│   │   │   ├── subset_sum/
│   │   │   │   ├── README.md
│   │   │   │   ├── subset_sum.c
│   │   │   │   ├── subset_sum.cpp
│   │   │   │   ├── subset_sum.go
│   │   │   │   ├── subset_sum.java
│   │   │   │   ├── subset_sum.py
│   │   │   │   └── subset_sum_duplicates.py
│   │   │   └── sudoku_solve/
│   │   │       ├── README.md
│   │   │       ├── sudoku_solve.c
│   │   │       ├── sudoku_solve.cpp
│   │   │       ├── sudoku_solve.py
│   │   │       ├── sudoku_solve.rs
│   │   │       ├── sudoku_solveNxN.cpp
│   │   │       └── sudoku_solver.java
│   │   └── test/
│   │       └── README.md
│   ├── bit_manipulation/
│   │   ├── src/
│   │   │   ├── Find the element that appears once/
│   │   │   │   └── Find_the_element_that_appears_once.cpp
│   │   │   ├── README.md
│   │   │   ├── addition_using_bits/
│   │   │   │   ├── addition_using_bits.c
│   │   │   │   ├── addition_using_bits.cpp
│   │   │   │   ├── addition_using_bits.cs
│   │   │   │   ├── addition_using_bits.java
│   │   │   │   ├── addition_using_bits.js
│   │   │   │   └── addition_using_bits.py
│   │   │   ├── bit_division/
│   │   │   │   ├── README.md
│   │   │   │   ├── bit_division.c
│   │   │   │   ├── bit_division.cpp
│   │   │   │   ├── bit_division.go
│   │   │   │   ├── bit_division.java
│   │   │   │   ├── bit_division.js
│   │   │   │   └── bit_division.py
│   │   │   ├── byte_swapper/
│   │   │   │   └── byte_swapper.java
│   │   │   ├── clear_bits_from_msb/
│   │   │   │   ├── clear_bits_from_msb.c
│   │   │   │   ├── clear_bits_from_msb.cpp
│   │   │   │   ├── clear_bits_from_msb.java
│   │   │   │   └── clear_bits_from_msb.py
│   │   │   ├── convert_number_binary/
│   │   │   │   ├── README.md
│   │   │   │   ├── binary_to_integer.py
│   │   │   │   ├── convert_number_binary.c
│   │   │   │   ├── convert_number_binary.cpp
│   │   │   │   ├── convert_number_binary.hs
│   │   │   │   ├── convert_number_binary.java
│   │   │   │   ├── convert_number_binary.js
│   │   │   │   ├── convert_number_binary.php
│   │   │   │   └── convert_number_binary.py
│   │   │   ├── count_set_bits/
│   │   │   │   ├── README.md
│   │   │   │   ├── brian_kernighan_algo/
│   │   │   │   │   └── brian_kernighan_algorithm.cpp
│   │   │   │   ├── count_set_bits.c
│   │   │   │   ├── count_set_bits.cpp
│   │   │   │   ├── count_set_bits.cs
│   │   │   │   ├── count_set_bits.java
│   │   │   │   ├── count_set_bits.js
│   │   │   │   ├── count_set_bits.py
│   │   │   │   └── count_set_bits_lookup_table.cpp
│   │   │   ├── first_set_bit/
│   │   │   │   └── first_set_bit.cpp
│   │   │   ├── flip_bits/
│   │   │   │   ├── README.md
│   │   │   │   ├── flipbits.java
│   │   │   │   ├── flippingbits.c
│   │   │   │   ├── flippingbits.cpp
│   │   │   │   └── flippingbits.py
│   │   │   ├── hamming_distance/
│   │   │   │   ├── README.md
│   │   │   │   ├── hamming_distance.c
│   │   │   │   ├── hamming_distance.cpp
│   │   │   │   ├── hamming_distance.go
│   │   │   │   ├── hamming_distance.java
│   │   │   │   ├── hamming_distance.py
│   │   │   │   └── hamming_distance2.py
│   │   │   ├── invert_bit/
│   │   │   │   ├── invert_bit.c
│   │   │   │   ├── invert_bit.cpp
│   │   │   │   ├── invert_bit.js
│   │   │   │   ├── invert_bit.py
│   │   │   │   └── invert_bit.rs
│   │   │   ├── lonely_integer/
│   │   │   │   ├── README.md
│   │   │   │   ├── lonely_integer.c
│   │   │   │   ├── lonely_integer.cpp
│   │   │   │   ├── lonely_integer.go
│   │   │   │   ├── lonely_integer.java
│   │   │   │   ├── lonely_integer.js
│   │   │   │   ├── lonely_integer.py
│   │   │   │   └── lonely_integer.rs
│   │   │   ├── magic_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── magic_number.c
│   │   │   │   ├── magic_number.cpp
│   │   │   │   ├── magic_number.java
│   │   │   │   └── magic_number.py
│   │   │   ├── maximum_xor_value/
│   │   │   │   ├── README.md
│   │   │   │   └── maximum_xor_value.cpp
│   │   │   ├── multiply_by_2/
│   │   │   │   ├── README.md
│   │   │   │   └── multiply_by_2.cpp
│   │   │   ├── power_of_2/
│   │   │   │   ├── power_of_2.c
│   │   │   │   ├── power_of_2.cpp
│   │   │   │   ├── power_of_2.cs
│   │   │   │   ├── power_of_2.go
│   │   │   │   ├── power_of_2.java
│   │   │   │   ├── power_of_2.jl
│   │   │   │   ├── power_of_2.js
│   │   │   │   ├── power_of_2.php
│   │   │   │   ├── power_of_2.py
│   │   │   │   └── power_of_2.rs
│   │   │   ├── power_of_4/
│   │   │   │   ├── Main.java
│   │   │   │   └── power_of_4.cpp
│   │   │   ├── set_ith_bit/
│   │   │   │   ├── set_ith_bit.cpp
│   │   │   │   └── set_ith_bit.py
│   │   │   ├── subset_generation/
│   │   │   │   ├── README.md
│   │   │   │   ├── subset_generator_using_bit.cpp
│   │   │   │   ├── subset_mask_generator.cpp
│   │   │   │   └── subset_sum.cpp
│   │   │   ├── sum_binary_numbers/
│   │   │   │   ├── README.md
│   │   │   │   ├── sum_binary_numbers.c
│   │   │   │   └── sum_binary_numbers.cpp
│   │   │   ├── sum_equals_xor/
│   │   │   │   ├── README.md
│   │   │   │   ├── sum_equals_xor.c
│   │   │   │   ├── sum_equals_xor.cpp
│   │   │   │   └── sum_equals_xor.py
│   │   │   ├── thrice_unique_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── thrice_unique_number.cpp
│   │   │   │   ├── thrice_unique_number.java
│   │   │   │   ├── thrice_unique_number.js
│   │   │   │   └── thrice_unique_number.py
│   │   │   ├── twice_unique_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── twice_unique_number.c
│   │   │   │   └── twice_unique_number.cpp
│   │   │   └── xor_swap/
│   │   │       ├── README.md
│   │   │       ├── xor_swap.c
│   │   │       ├── xor_swap.cpp
│   │   │       ├── xor_swap.go
│   │   │       ├── xor_swap.js
│   │   │       └── xor_swap.py
│   │   └── test/
│   │       ├── README.md
│   │       └── addition_using_bits_test.cpp
│   ├── blockchain/
│   │   ├── Application.java
│   │   ├── Block.java
│   │   ├── UtilityClass.java
│   │   └── explainBlockchain.md
│   ├── cellular_automaton/
│   │   ├── src/
│   │   │   ├── brians_brain/
│   │   │   │   └── README.md
│   │   │   ├── conways_game_of_life/
│   │   │   │   ├── README.md
│   │   │   │   ├── conway.java
│   │   │   │   ├── conways_game_of_life.rb
│   │   │   │   ├── game_of_life_c_sdl.c
│   │   │   │   ├── gameoflife.hs
│   │   │   │   ├── life.c
│   │   │   │   ├── life.cpp
│   │   │   │   ├── life.go
│   │   │   │   ├── life.py
│   │   │   │   └── life.rb
│   │   │   ├── elementary_cellular_automata/
│   │   │   │   ├── README.md
│   │   │   │   └── elementarycellularautomaton.java
│   │   │   ├── genetic_algorithm/
│   │   │   │   ├── genetic.cpp
│   │   │   │   ├── genetic_algorithm.go
│   │   │   │   ├── genetic_algorithm.java
│   │   │   │   ├── genetic_algorithm.js
│   │   │   │   ├── genetic_algorithm.py
│   │   │   │   └── genetic_algorithm2.py
│   │   │   ├── langtons_ant/
│   │   │   │   ├── README.md
│   │   │   │   ├── langtons_ant.cpp
│   │   │   │   ├── langtons_ant.html
│   │   │   │   ├── langtons_ant.java
│   │   │   │   └── langtons_ant.py
│   │   │   ├── nobili_cellular_automata/
│   │   │   │   └── README.md
│   │   │   └── von_neumann_cellular_automata/
│   │   │       ├── README.md
│   │   │       └── von_neumann_cellular_automata.c
│   │   └── test/
│   │       └── README.md
│   ├── compression/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── lossless_compression/
│   │   │   │   ├── README.md
│   │   │   │   ├── huffman/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── huffman.cpp
│   │   │   │   └── lempel_ziv_welch/
│   │   │   │       ├── README.md
│   │   │   │       ├── lzw.cpp
│   │   │   │       └── lzw.py
│   │   │   └── lossy_compression/
│   │   │       └── README.md
│   │   └── test/
│   │       └── lossless_compression/
│   │           └── huffman/
│   │               └── test_huffman.cpp
│   ├── computational_geometry/
│   │   ├── src/
│   │   │   ├── 2d_line_intersection/
│   │   │   │   ├── 2d_line_intersection.c
│   │   │   │   ├── 2d_line_intersection.cpp
│   │   │   │   ├── 2d_line_intersection.cs
│   │   │   │   ├── 2d_line_intersection.hs
│   │   │   │   ├── 2d_line_intersection.java
│   │   │   │   ├── 2d_line_intersection.js
│   │   │   │   ├── 2d_line_intersection.py
│   │   │   │   ├── 2d_line_intersection.rb
│   │   │   │   ├── README.md
│   │   │   │   ├── line_determinant_method.cpp
│   │   │   │   └── line_elemination_method.cpp
│   │   │   ├── 2d_separating_axis_test/
│   │   │   │   └── 2d_separating_axis_test.cpp
│   │   │   ├── README.md
│   │   │   ├── area_of_polygon/
│   │   │   │   ├── area_of_polygon.c
│   │   │   │   ├── area_of_polygon.cpp
│   │   │   │   ├── area_of_polygon.java
│   │   │   │   └── area_of_polygon.py
│   │   │   ├── area_of_triangle/
│   │   │   │   ├── area_of_triangle.c
│   │   │   │   ├── area_of_triangle.cpp
│   │   │   │   ├── area_of_triangle.go
│   │   │   │   ├── area_of_triangle.java
│   │   │   │   ├── area_of_triangle.js
│   │   │   │   ├── area_of_triangle.py
│   │   │   │   ├── area_of_triangle.rs
│   │   │   │   └── area_of_triangle_herons_formula.cpp
│   │   │   ├── axis_aligned_bounding_box_collision/
│   │   │   │   ├── axis_aligned_bounding_box_collision.cpp
│   │   │   │   └── axis_aligned_bounding_box_collision.go
│   │   │   ├── bresenham_circle/
│   │   │   │   ├── bresenham_circle.cpp
│   │   │   │   └── graphics.h
│   │   │   ├── bresenham_line/
│   │   │   │   ├── bresenham_line.cpp
│   │   │   │   ├── bresenham_line.java
│   │   │   │   ├── bresenham_line.py
│   │   │   │   └── bresenham_line2.py
│   │   │   ├── chans_algorithm/
│   │   │   │   └── chans_algorithm.cpp
│   │   │   ├── cohen_sutherland_lineclip/
│   │   │   │   ├── README.md
│   │   │   │   ├── cohen_sutherland_lineclip.c
│   │   │   │   └── cohen_sutherland_lineclip.cpp
│   │   │   ├── dda_line/
│   │   │   │   └── dda_line.cpp
│   │   │   ├── distance_between_points/
│   │   │   │   ├── README.md
│   │   │   │   ├── distance_between_points.c
│   │   │   │   ├── distance_between_points.cpp
│   │   │   │   ├── distance_between_points.go
│   │   │   │   ├── distance_between_points.java
│   │   │   │   ├── distance_between_points.js
│   │   │   │   ├── distance_between_points.py
│   │   │   │   └── distance_between_points.rs
│   │   │   ├── graham_scan/
│   │   │   │   ├── graham_scan.cpp
│   │   │   │   ├── graham_scan.java
│   │   │   │   ├── graham_scan.py
│   │   │   │   └── graham_scan2.cpp
│   │   │   ├── halfplane_intersection/
│   │   │   │   └── halfplane_intersection.cpp
│   │   │   ├── jarvis_march/
│   │   │   │   ├── README.md
│   │   │   │   ├── jarvis_march.cpp
│   │   │   │   ├── jarvis_march.py
│   │   │   │   └── jarvis_march2.cpp
│   │   │   ├── liang_barsky_algo/
│   │   │   │   ├── liang_barsky_algo.c
│   │   │   │   └── liang_barsky_algo.cpp
│   │   │   ├── mandelbrot_fractal/
│   │   │   │   └── mandelbrot_fractal.py
│   │   │   ├── quick_hull/
│   │   │   │   ├── README.md
│   │   │   │   ├── quick_hull.cpp
│   │   │   │   ├── quick_hull.hs
│   │   │   │   ├── quick_hull.java
│   │   │   │   ├── quick_hull2.cpp
│   │   │   │   ├── test_data.csv
│   │   │   │   └── test_data_soln.txt
│   │   │   ├── sphere_tetrahedron_intersection/
│   │   │   │   ├── luvector.hpp
│   │   │   │   └── sphere_tetrahedron_intersection.cpp
│   │   │   └── sutherland_hodgeman_clipping/
│   │   │       ├── README.md
│   │   │       ├── sutherland_hodgeman_clipping.c
│   │   │       └── sutherland_hodgeman_clipping.cpp
│   │   └── test/
│   │       └── README.md
│   ├── computer_graphics/
│   │   └── src/
│   │       ├── README.md
│   │       ├── Transformation/
│   │       │   ├── 2D Transformation/
│   │       │   │   ├── README.md
│   │       │   │   ├── Scaling/
│   │       │   │   │   └── Scaling.C
│   │       │   │   └── Translation/
│   │       │   │       └── Translation.c
│   │       │   └── README.md
│   │       ├── circle_drawing_algorithm/
│   │       │   ├── bresenham's_circle_drawing_algorithm/
│   │       │   │   └── bresenham's_circle_drawing_algorithm.c
│   │       │   └── mid_point_algorithm/
│   │       │       └── mid_point_algorithm.c
│   │       ├── diamond_square/
│   │       │   ├── diamond_square.py
│   │       │   └── diamondsquare.java
│   │       └── line_drawing_alrogrithm/
│   │           ├── Bresenham's Line Drawing Algrorithm/
│   │           │   └── BDA.c
│   │           └── dda/
│   │               └── dda.c
│   ├── cryptography/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── aes_128/
│   │   │   │   ├── aes_128.cpp
│   │   │   │   ├── aes_128.py
│   │   │   │   └── aes_csharp/
│   │   │   │       ├── README.md
│   │   │   │       ├── aescipher.cs
│   │   │   │       ├── aesconsts.cs
│   │   │   │       ├── aesdecipher.cs
│   │   │   │       ├── aeskeygen.cs
│   │   │   │       ├── example/
│   │   │   │       │   ├── README.md
│   │   │   │       │   ├── streamcipher.cs
│   │   │   │       │   └── streamcipherexception.cs
│   │   │   │       └── helpers.cs
│   │   │   ├── affine_cipher/
│   │   │   │   ├── affine.cpp
│   │   │   │   ├── affine.htm
│   │   │   │   ├── affine.java
│   │   │   │   ├── affine.py
│   │   │   │   ├── affine_cipher.py
│   │   │   │   └── affinekotlin.kt
│   │   │   ├── atbash_cipher/
│   │   │   │   ├── README.md
│   │   │   │   ├── atbash_cipher.cpp
│   │   │   │   ├── atbash_cipher.java
│   │   │   │   └── atbash_cipher.py
│   │   │   ├── autokey_cipher/
│   │   │   │   ├── README.md
│   │   │   │   ├── autokey.py
│   │   │   │   ├── autokey_cipher.c
│   │   │   │   ├── autokey_cipher.cpp
│   │   │   │   └── autokey_cipher.java
│   │   │   ├── baconian_cipher/
│   │   │   │   ├── README.md
│   │   │   │   ├── baconian_cipher.c
│   │   │   │   ├── baconian_cipher.cpp
│   │   │   │   ├── baconian_cipher.exs
│   │   │   │   ├── baconian_cipher.java
│   │   │   │   ├── baconian_cipher.js
│   │   │   │   ├── baconian_cipher.php
│   │   │   │   ├── baconian_cipher.py
│   │   │   │   └── baconian_cipher.rb
│   │   │   ├── caesar_cipher/
│   │   │   │   ├── README.md
│   │   │   │   ├── caesar_cipher.c
│   │   │   │   ├── caesar_cipher.cpp
│   │   │   │   ├── caesar_cipher.cs
│   │   │   │   ├── caesar_cipher.go
│   │   │   │   ├── caesar_cipher.hs
│   │   │   │   ├── caesar_cipher.java
│   │   │   │   ├── caesar_cipher.js
│   │   │   │   ├── caesar_cipher.php
│   │   │   │   ├── caesar_cipher.py
│   │   │   │   ├── caesar_cipher.rb
│   │   │   │   ├── decryption.cpp
│   │   │   │   └── encryption.cpp
│   │   │   ├── columnar_transposition_cipher/
│   │   │   │   └── columnar_transposition_cipher.cpp
│   │   │   ├── des_cipher/
│   │   │   │   └── des_java/
│   │   │   │       ├── .gitignore
│   │   │   │       ├── DES.java
│   │   │   │       ├── Main.java
│   │   │   │       ├── README.MD
│   │   │   │       └── files/
│   │   │   │           ├── cipher.txt
│   │   │   │           ├── key.txt
│   │   │   │           └── msg.txt
│   │   │   ├── elgamal/
│   │   │   │   ├── README.md
│   │   │   │   └── elgamal.py
│   │   │   ├── hill_cipher/
│   │   │   │   └── hill_cipher.py
│   │   │   ├── huffman_encoding/
│   │   │   │   ├── README.md
│   │   │   │   ├── huffman.java
│   │   │   │   ├── huffman.py
│   │   │   │   └── huffman_encoding.c
│   │   │   ├── monoalphabetic_cipher/
│   │   │   │   ├── monoalphabetic.py
│   │   │   │   └── monoalphabeticCipher.py
│   │   │   ├── morse_cipher/
│   │   │   │   ├── README.md
│   │   │   │   ├── morse_code.java
│   │   │   │   ├── morse_code.sh
│   │   │   │   ├── morse_code_generator.bf
│   │   │   │   ├── morse_code_generator.c
│   │   │   │   ├── morse_code_generator.cpp
│   │   │   │   ├── morse_code_generator.rb
│   │   │   │   ├── morse_code_translator.cpp
│   │   │   │   ├── morse_code_translator.exs
│   │   │   │   ├── morse_code_translator.js
│   │   │   │   ├── morse_code_translator.lua
│   │   │   │   ├── morse_code_translator.php
│   │   │   │   ├── morse_code_translator.py
│   │   │   │   └── morse_code_translator.ts
│   │   │   ├── password_generator/
│   │   │   │   └── strongpasswordgenerator.py
│   │   │   ├── playfair_cipher/
│   │   │   │   └── playfair_cipher.c
│   │   │   ├── polybius_cipher/
│   │   │   │   └── polybius_cipher.py
│   │   │   ├── porta_cipher/
│   │   │   │   └── porta_cipher.py
│   │   │   ├── rail_fence_cipher/
│   │   │   │   ├── rail_fence_cipher.cpp
│   │   │   │   ├── rail_fence_cipher.py
│   │   │   │   └── rail_fence_cipher.rb
│   │   │   ├── rot13_cipher/
│   │   │   │   ├── README.md
│   │   │   │   ├── rot13_cipher.c
│   │   │   │   ├── rot13_cipher.cpp
│   │   │   │   ├── rot13_cipher.java
│   │   │   │   ├── rot13_cipher.js
│   │   │   │   ├── rot13_cipher.py
│   │   │   │   ├── rot13_cipher.rb
│   │   │   │   ├── rot13_cipher.sh
│   │   │   │   ├── rot13_cipher2.cpp
│   │   │   │   ├── rot13_cipher2.js
│   │   │   │   └── rotn_cipher.exs
│   │   │   ├── rsa/
│   │   │   │   ├── rsa.c
│   │   │   │   ├── rsa.cs
│   │   │   │   ├── rsa.java
│   │   │   │   ├── rsa.py
│   │   │   │   └── rsa_input.in
│   │   │   ├── rsa_digital_signature/
│   │   │   │   └── rsa_digital_signature.ipynb
│   │   │   ├── runningkey_cipher/
│   │   │   │   ├── README.md
│   │   │   │   └── runningkey_cipher.py
│   │   │   ├── sha/
│   │   │   │   └── sha_256/
│   │   │   │       └── sha_256.py
│   │   │   ├── simple_des/
│   │   │   │   └── sdes.py
│   │   │   ├── vernam_cipher/
│   │   │   │   └── vernam_cipher.py
│   │   │   └── vigenere_cipher/
│   │   │       ├── README.md
│   │   │       ├── vigenere_cipher.c
│   │   │       ├── vigenere_cipher.cpp
│   │   │       ├── vigenere_cipher.go
│   │   │       ├── vigenere_cipher.hs
│   │   │       ├── vigenere_cipher.java
│   │   │       ├── vigenere_cipher.jl
│   │   │       ├── vigenere_cipher.js
│   │   │       ├── vigenere_cipher.php
│   │   │       ├── vigenere_cipher.py
│   │   │       └── vigenere_cipher.rb
│   │   └── test/
│   │       ├── README.md
│   │       └── baconian_cipher/
│   │           └── baconian_test.cpp
│   ├── data_structures/
│   │   ├── src/
│   │   │   ├── 2d_array/
│   │   │   │   ├── SpiralMatrix.cpp
│   │   │   │   ├── rotate2darray.java
│   │   │   │   ├── rotate_matrix.cpp
│   │   │   │   └── set_matrix_zero.cpp
│   │   │   ├── 3d_array/
│   │   │   │   └── ThreeDArray.java
│   │   │   ├── CircularLinkedList/
│   │   │   │   ├── circularLinkedList.cpp
│   │   │   │   └── src_java/
│   │   │   │       └── circularlinkedlist.java
│   │   │   ├── DoubleLinkedList/
│   │   │   │   ├── Doubly linked list.py
│   │   │   │   ├── lru_cache_with_dll/
│   │   │   │   │   └── src_go/
│   │   │   │   │       └── main.go
│   │   │   │   ├── src_c++/
│   │   │   │   │   └── Doubly_LL.cpp
│   │   │   │   ├── src_cpp/
│   │   │   │   │   └── doublylinkedlist.cpp
│   │   │   │   └── src_java/
│   │   │   │       ├── DoubleLinkedLists.java
│   │   │   │       ├── DoubleLinkedListsMain.java
│   │   │   │       └── Node.java
│   │   │   ├── Linked_List/
│   │   │   │   ├── Add_one_to_LL.cpp
│   │   │   │   ├── Count_nodes_of_Linked_List.cpp
│   │   │   │   ├── Intersection_of_two_sorted_lists.cpp
│   │   │   │   ├── Remove_duplicates_in_unsorted_linked_list.cpp
│   │   │   │   ├── add_two_numbers_represented_by_linked_lists.cpp
│   │   │   │   ├── creating_linked_list.cpp
│   │   │   │   ├── deleting_a_node.cpp
│   │   │   │   ├── inserting_a_node.cpp
│   │   │   │   ├── linked_list_palindrome.cpp
│   │   │   │   ├── pairwise_swap_on_linked_list.cpp
│   │   │   │   ├── remove_duplicate_element_from_sorted_linked_list.cpp
│   │   │   │   ├── reverse_linked_list_in_k_groups.cpp
│   │   │   │   ├── reversing_linkedlist.cpp
│   │   │   │   ├── sort_a_linked_list.cpp
│   │   │   │   ├── swap_nodes_in_pairs.cpp
│   │   │   │   └── traverse_a_linked_list.cpp
│   │   │   ├── README.md
│   │   │   ├── bag/
│   │   │   │   ├── bag.cpp
│   │   │   │   ├── bag.java
│   │   │   │   ├── bag.js
│   │   │   │   └── bag.py
│   │   │   ├── binary_heap/
│   │   │   │   ├── binary_heap.cpp
│   │   │   │   ├── binary_heap.dart
│   │   │   │   └── binary_heap.py
│   │   │   ├── disjoint_set/
│   │   │   │   ├── DisjointSet(DS).cpp
│   │   │   │   ├── DisjointSet_DS.py
│   │   │   │   └── README.md
│   │   │   ├── graph/
│   │   │   │   └── graph.py
│   │   │   ├── hashs/
│   │   │   │   ├── bloom_filter/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── bloom_filter.c
│   │   │   │   │   ├── bloom_filter.cpp
│   │   │   │   │   ├── bloom_filter.go
│   │   │   │   │   ├── bloom_filter.java
│   │   │   │   │   ├── bloom_filter.js
│   │   │   │   │   ├── bloom_filter.py
│   │   │   │   │   ├── bloom_filter.scala
│   │   │   │   │   └── bloom_filter.swift
│   │   │   │   └── hash_table/
│   │   │   │       ├── README.md
│   │   │   │       ├── double_hashing.c
│   │   │   │       ├── hash_table.c
│   │   │   │       ├── hash_table.cpp
│   │   │   │       ├── hash_table.cs
│   │   │   │       ├── hash_table.go
│   │   │   │       ├── hash_table.java
│   │   │   │       ├── hash_table.js
│   │   │   │       ├── hash_table.py
│   │   │   │       ├── hash_table.rs
│   │   │   │       └── hash_table.swift
│   │   │   ├── list/
│   │   │   │   ├── Queue_using_Linked_list/
│   │   │   │   │   └── Queue_using_Linked_List.c
│   │   │   │   ├── README.md
│   │   │   │   ├── circular_linked_list/
│   │   │   │   │   ├── circular_linked_list.c
│   │   │   │   │   ├── circular_linked_list.cpp
│   │   │   │   │   ├── circular_linked_list.java
│   │   │   │   │   ├── circular_linked_list.py
│   │   │   │   │   └── operations/
│   │   │   │   │       ├── FloydAlgo_circular_ll.cpp
│   │   │   │   │       ├── has_loop.py
│   │   │   │   │       ├── is_circular.py
│   │   │   │   │       └── is_circular_linked_list.cpp
│   │   │   │   ├── doubly_linked_list/
│   │   │   │   │   ├── c/
│   │   │   │   │   │   ├── doubly_linked_list.c
│   │   │   │   │   │   └── doubly_linked_list.h
│   │   │   │   │   ├── doubly_linked_list.cpp
│   │   │   │   │   ├── doubly_linked_list.go
│   │   │   │   │   ├── doubly_linked_list.java
│   │   │   │   │   ├── doubly_linked_list.js
│   │   │   │   │   ├── doubly_linked_list.py
│   │   │   │   │   ├── doubly_linked_list.swift
│   │   │   │   │   └── menu_interface/
│   │   │   │   │       ├── dlink.h
│   │   │   │   │       └── doubly_link.c
│   │   │   │   ├── merge_two_sorted_lists/
│   │   │   │   │   └── Merging_two_sorted.cpp
│   │   │   │   ├── singly_linked_list/
│   │   │   │   │   ├── menu_interface/
│   │   │   │   │   │   ├── link.h
│   │   │   │   │   │   └── singly_list.c
│   │   │   │   │   ├── operations/
│   │   │   │   │   │   ├── delete/
│   │   │   │   │   │   │   ├── delete_node_with_key.java
│   │   │   │   │   │   │   ├── delete_node_without_head_linked_list.cpp
│   │   │   │   │   │   │   └── delete_nth_node.c
│   │   │   │   │   │   ├── detect_cycle/
│   │   │   │   │   │   │   ├── detect_cycle.cpp
│   │   │   │   │   │   │   └── detect_cycle_hashmap.py
│   │   │   │   │   │   ├── find/
│   │   │   │   │   │   │   ├── find.c
│   │   │   │   │   │   │   ├── find.java
│   │   │   │   │   │   │   └── find.py
│   │   │   │   │   │   ├── insertion/
│   │   │   │   │   │   │   ├── insertion_at_end.py
│   │   │   │   │   │   │   ├── insertion_at_front.py
│   │   │   │   │   │   │   └── insertion_at_nth_node.py
│   │   │   │   │   │   ├── merge_sorted/
│   │   │   │   │   │   │   └── merge_sorted.cpp
│   │   │   │   │   │   ├── nth_node_linked_list/
│   │   │   │   │   │   │   ├── nth_node_linked_list.c
│   │   │   │   │   │   │   └── nth_node_linked_list.cpp
│   │   │   │   │   │   ├── print_reverse/
│   │   │   │   │   │   │   ├── print_reverse.py
│   │   │   │   │   │   │   └── print_reverse.scala
│   │   │   │   │   │   ├── push/
│   │   │   │   │   │   │   └── push.cpp
│   │   │   │   │   │   ├── reverse/
│   │   │   │   │   │   │   ├── reverse.c
│   │   │   │   │   │   │   ├── reverse.cpp
│   │   │   │   │   │   │   ├── reverse_iteration.cpp
│   │   │   │   │   │   │   ├── reverse_recursion.cpp
│   │   │   │   │   │   │   └── reverse_recursion2.cpp
│   │   │   │   │   │   ├── rotate/
│   │   │   │   │   │   │   └── rotate.cpp
│   │   │   │   │   │   ├── rotate_a_linked_list_by_k_nodes/
│   │   │   │   │   │   │   └── rotate_a_linked_list_by_k_nodes.cpp
│   │   │   │   │   │   ├── sort/
│   │   │   │   │   │   │   └── bubble_sort.cpp
│   │   │   │   │   │   └── unclassified/
│   │   │   │   │   │       ├── linked_list.java
│   │   │   │   │   │       ├── linked_list_example.java
│   │   │   │   │   │       ├── linked_list_operations.cpp
│   │   │   │   │   │       ├── union_intersection_in_list.c
│   │   │   │   │   │       └── union_intersection_in_list.textclipping
│   │   │   │   │   ├── singly_linked_list.c
│   │   │   │   │   ├── singly_linked_list.cpp
│   │   │   │   │   ├── singly_linked_list.cs
│   │   │   │   │   ├── singly_linked_list.go
│   │   │   │   │   ├── singly_linked_list.h
│   │   │   │   │   ├── singly_linked_list.java
│   │   │   │   │   ├── singly_linked_list.js
│   │   │   │   │   ├── singly_linked_list.py
│   │   │   │   │   ├── singly_linked_list.rb
│   │   │   │   │   ├── singly_linked_list.swift
│   │   │   │   │   ├── singly_linked_list_menu_driven.c
│   │   │   │   │   ├── singly_linked_list_with_3_nodes.java
│   │   │   │   │   └── singly_linked_list_with_classes.cpp
│   │   │   │   ├── skip_list/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── skip_list.c
│   │   │   │   │   ├── skip_list.cpp
│   │   │   │   │   ├── skip_list.java
│   │   │   │   │   ├── skip_list.rb
│   │   │   │   │   ├── skip_list.scala
│   │   │   │   │   └── skip_list.swift
│   │   │   │   ├── stack_using_linked_list/
│   │   │   │   │   └── stack_using_linked_list.c
│   │   │   │   └── xor_linked_list/
│   │   │   │       ├── README.md
│   │   │   │       └── xor_linked_list.cpp
│   │   │   ├── maxHeap/
│   │   │   │   ├── maxHeap.cpp
│   │   │   │   ├── maxHeap.h
│   │   │   │   ├── maxHeap.java
│   │   │   │   └── maxheap.py
│   │   │   ├── maxSubArray(KadaneAlgorithm)/
│   │   │   │   ├── KadaneAlgorithm.cpp
│   │   │   │   ├── KadaneAlgorithm.java
│   │   │   │   └── Kadane_algorithm.py
│   │   │   ├── minHeap/
│   │   │   │   └── minHeap.py
│   │   │   ├── minqueue/
│   │   │   │   └── minqueue.cpp
│   │   │   ├── other/
│   │   │   │   ├── README.md
│   │   │   │   └── ways_to_swap.cpp
│   │   │   ├── prefix_sum_array/
│   │   │   │   ├── prefix_sum_array.py
│   │   │   │   └── prefix_sum_subarray.cpp
│   │   │   ├── queue/
│   │   │   │   ├── README.md
│   │   │   │   ├── circular_buffer/
│   │   │   │   │   ├── circular_buffer.cpp
│   │   │   │   │   └── circular_buffer.py
│   │   │   │   ├── double_ended_queue/
│   │   │   │   │   ├── deque_library_function.cpp
│   │   │   │   │   ├── double_ended_queue.c
│   │   │   │   │   ├── double_ended_queue.cpp
│   │   │   │   │   └── double_ended_queue.py
│   │   │   │   ├── queue/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── queue.c
│   │   │   │   │   ├── queue.cpp
│   │   │   │   │   ├── queue.cs
│   │   │   │   │   ├── queue.exs
│   │   │   │   │   ├── queue.go
│   │   │   │   │   ├── queue.java
│   │   │   │   │   ├── queue.js
│   │   │   │   │   ├── queue.py
│   │   │   │   │   ├── queue.rb
│   │   │   │   │   ├── queue.swift
│   │   │   │   │   └── queue_vector.cpp
│   │   │   │   ├── queue_stream/
│   │   │   │   │   └── queue_stream.cs
│   │   │   │   ├── queue_using_linked_list/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── queue_using_linked_list.c
│   │   │   │   │   ├── queue_using_linked_list.cpp
│   │   │   │   │   ├── queue_using_linked_list.java
│   │   │   │   │   ├── queue_using_linked_list.py
│   │   │   │   │   └── queue_using_linked_list.rb
│   │   │   │   ├── queue_using_stack/
│   │   │   │   │   ├── queue_using_stack.c
│   │   │   │   │   ├── queue_using_stack.cpp
│   │   │   │   │   ├── queue_using_stack.java
│   │   │   │   │   ├── queue_using_stack.py
│   │   │   │   │   └── queue_using_stack.sh
│   │   │   │   └── reverse_queue/
│   │   │   │       ├── reverse_queue.cpp
│   │   │   │       ├── reverse_queue.go
│   │   │   │       ├── reverse_queue.java
│   │   │   │       ├── reverse_queue.py
│   │   │   │       └── reverse_queue.swift
│   │   │   ├── sparse_table/
│   │   │   │   └── sparse_table.cpp
│   │   │   ├── stack/
│   │   │   │   ├── Quick_sort_usingSack/
│   │   │   │   │   └── quick_sort.cpp
│   │   │   │   ├── README.md
│   │   │   │   ├── abstract_stack/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── cpp/
│   │   │   │   │   │   ├── array_stack/
│   │   │   │   │   │   │   ├── array_stack.cpp
│   │   │   │   │   │   │   └── array_stack.h
│   │   │   │   │   │   ├── array_stack.java
│   │   │   │   │   │   └── is_stack.h
│   │   │   │   │   └── is_stack.h
│   │   │   │   ├── balanced_expression/
│   │   │   │   │   ├── balanced_expression.c
│   │   │   │   │   ├── balanced_expression.cpp
│   │   │   │   │   ├── balanced_expression.java
│   │   │   │   │   └── balanced_expression.py
│   │   │   │   ├── infix_to_postfix/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── infix_to_postfix.c
│   │   │   │   │   ├── infix_to_postfix.cpp
│   │   │   │   │   ├── infix_to_postfix.java
│   │   │   │   │   ├── infix_to_postfix.py
│   │   │   │   │   └── infix_to_postfix2.cpp
│   │   │   │   ├── infix_to_prefix/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── infix_to_prefix.cpp
│   │   │   │   │   └── infix_to_prefix.java
│   │   │   │   ├── postfix_evaluation/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── postfix_evaluation.c
│   │   │   │   │   ├── postfix_evaluation.cpp
│   │   │   │   │   ├── postfix_evaluation.java
│   │   │   │   │   ├── postfix_evaluation.py
│   │   │   │   │   └── postfix_evaluation.sh
│   │   │   │   ├── postfix_to_prefix/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── postfix_to_prefix.cpp
│   │   │   │   ├── prefix_to_postfix/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── prefix_to_postfix.py
│   │   │   │   ├── reverse_array_using_stack/
│   │   │   │   │   └── reverse_array_using_stack.cpp
│   │   │   │   ├── reverse_stack/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── reverse_stack.c
│   │   │   │   │   ├── reverse_stack.cs
│   │   │   │   │   ├── reverse_stack.go
│   │   │   │   │   ├── reverse_stack.java
│   │   │   │   │   ├── reverse_stack.py
│   │   │   │   │   ├── reverse_stack.swift
│   │   │   │   │   └── reverse_stack_without_extra_space.cpp
│   │   │   │   ├── sort_stack/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── sort_stack.c
│   │   │   │   │   ├── sort_stack.cpp
│   │   │   │   │   └── sort_stack.py
│   │   │   │   ├── stack/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── stack.c
│   │   │   │   │   ├── stack.cpp
│   │   │   │   │   ├── stack.cs
│   │   │   │   │   ├── stack.erl
│   │   │   │   │   ├── stack.ex
│   │   │   │   │   ├── stack.go
│   │   │   │   │   ├── stack.java
│   │   │   │   │   ├── stack.js
│   │   │   │   │   ├── stack.php
│   │   │   │   │   ├── stack.py
│   │   │   │   │   ├── stack.rb
│   │   │   │   │   ├── stack.rs
│   │   │   │   │   ├── stack.swift
│   │   │   │   │   ├── stack_in_dart.dart
│   │   │   │   │   ├── stack_using_array.py
│   │   │   │   │   └── stack_using_linked_list.py
│   │   │   │   └── stack_using_queue/
│   │   │   │       ├── stack_using_queue.cpp
│   │   │   │       └── stack_using_queue.py
│   │   │   └── tree/
│   │   │       ├── b_tree/
│   │   │       │   ├── b_tree/
│   │   │       │   │   ├── b_tree.cpp
│   │   │       │   │   ├── b_tree.py
│   │   │       │   │   ├── b_tree.swift
│   │   │       │   │   └── b_tree_c/
│   │   │       │   │       ├── README.md
│   │   │       │   │       ├── btree.c
│   │   │       │   │       ├── btree.h
│   │   │       │   │       └── main.c
│   │   │       │   └── two_three_tree/
│   │   │       │       └── twothreetree.scala
│   │   │       ├── binary_tree/
│   │   │       │   ├── aa_tree/
│   │   │       │   │   ├── README.md
│   │   │       │   │   └── aa_tree.cpp
│   │   │       │   ├── avl_tree/
│   │   │       │   │   ├── avl_tree.c
│   │   │       │   │   ├── avl_tree.cpp
│   │   │       │   │   ├── avl_tree.java
│   │   │       │   │   ├── avl_tree.py.py
│   │   │       │   │   └── avl_tree.swift
│   │   │       │   ├── binary_search_tree/
│   │   │       │   │   ├── BST_Operations.cpp
│   │   │       │   │   └── README.md
│   │   │       │   ├── binary_tree/
│   │   │       │   │   ├── README.md
│   │   │       │   │   ├── Subtree_sum/
│   │   │       │   │   │   └── subtreesum_recursive.cpp
│   │   │       │   │   ├── balance_binary_tree/
│   │   │       │   │   │   ├── BST.py
│   │   │       │   │   │   └── balance_bst_dsw.cpp
│   │   │       │   │   ├── convert_to_doubly_linked_list/
│   │   │       │   │   │   └── convert_to_doubly_linked_list.cpp
│   │   │       │   │   ├── count_universal_subtree/
│   │   │       │   │   │   └── count_universal_subtrees.cpp
│   │   │       │   │   ├── diameter/
│   │   │       │   │   │   ├── README.md
│   │   │       │   │   │   ├── diameter.c
│   │   │       │   │   │   ├── diameter.cpp
│   │   │       │   │   │   ├── diameter.hs
│   │   │       │   │   │   ├── diameter.java
│   │   │       │   │   │   ├── diameter.py
│   │   │       │   │   │   ├── diameter2.c
│   │   │       │   │   │   └── diameter2.cpp
│   │   │       │   │   ├── is_balance/
│   │   │       │   │   │   ├── README.md
│   │   │       │   │   │   └── is_balance.java
│   │   │       │   │   ├── is_binary_tree/
│   │   │       │   │   │   └── is_binary_tree.cpp
│   │   │       │   │   ├── is_same/
│   │   │       │   │   │   └── is_same.cpp
│   │   │       │   │   ├── make_binary_tree/
│   │   │       │   │   │   ├── README.md
│   │   │       │   │   │   ├── from_inorder_and_postorder/
│   │   │       │   │   │   │   ├── make_tree_from_inorder_and_postorder.c
│   │   │       │   │   │   │   └── make_tree_from_inorder_and_postorder.cpp
│   │   │       │   │   │   └── from_inorder_and_preorder/
│   │   │       │   │   │       ├── README.md
│   │   │       │   │   │       ├── make_tree_from_inorder_and_preorder.c
│   │   │       │   │   │       ├── make_tree_from_inorder_and_preorder.cpp
│   │   │       │   │   │       └── make_tree_from_inorder_and_preorder.java
│   │   │       │   │   ├── make_mirror_tree/
│   │   │       │   │   │   ├── README.md
│   │   │       │   │   │   ├── make_mirror_tree.c
│   │   │       │   │   │   ├── make_mirror_tree.cpp
│   │   │       │   │   │   └── make_mirror_tree.py
│   │   │       │   │   ├── maximum_height/
│   │   │       │   │   │   ├── README.md
│   │   │       │   │   │   ├── maximum_height.cpp
│   │   │       │   │   │   ├── maximum_height.java
│   │   │       │   │   │   ├── maximum_height.py
│   │   │       │   │   │   └── maximum_height2.cpp
│   │   │       │   │   ├── minimum_height/
│   │   │       │   │   │   ├── README.md
│   │   │       │   │   │   ├── minimum_height.c
│   │   │       │   │   │   ├── minimum_height.cpp
│   │   │       │   │   │   ├── minimum_height.java
│   │   │       │   │   │   └── minimum_height.py
│   │   │       │   │   ├── node/
│   │   │       │   │   │   └── node.cpp
│   │   │       │   │   ├── path_sum/
│   │   │       │   │   │   ├── path_sum.cpp
│   │   │       │   │   │   ├── path_sum.hpp
│   │   │       │   │   │   └── sum_left/
│   │   │       │   │   │       ├── README.md
│   │   │       │   │   │       ├── left_sum.py
│   │   │       │   │   │       └── sum_left.c
│   │   │       │   │   ├── serializer/
│   │   │       │   │   │   └── serializer.cpp
│   │   │       │   │   ├── traversal/
│   │   │       │   │   │   ├── inorder/
│   │   │       │   │   │   │   └── right_threaded/
│   │   │       │   │   │   │       └── right_threaded.cpp
│   │   │       │   │   │   ├── preorder/
│   │   │       │   │   │   │   ├── left_view/
│   │   │       │   │   │   │   │   └── left_view.java
│   │   │       │   │   │   │   └── right_view/
│   │   │       │   │   │   │       ├── README.md
│   │   │       │   │   │   │       ├── right_view.cpp
│   │   │       │   │   │   │       ├── right_view.py
│   │   │       │   │   │   │       └── right_view2.cpp
│   │   │       │   │   │   └── zigzag/
│   │   │       │   │   │       └── zigzag.cpp
│   │   │       │   │   └── tree/
│   │   │       │   │       ├── README.md
│   │   │       │   │       ├── bottom_view_binary_tree/
│   │   │       │   │       │   ├── bottom_view_tree.cpp
│   │   │       │   │       │   └── bottom_view_tree.java
│   │   │       │   │       ├── tree.c
│   │   │       │   │       ├── tree.cpp
│   │   │       │   │       ├── tree.go
│   │   │       │   │       ├── tree.java
│   │   │       │   │       ├── tree.js
│   │   │       │   │       ├── tree.py
│   │   │       │   │       ├── tree.rb
│   │   │       │   │       ├── tree.swift
│   │   │       │   │       ├── tree2.java
│   │   │       │   │       └── tree2.swift
│   │   │       │   ├── inorder_threaded_binary_search_tree/
│   │   │       │   │   └── TBT_all_operations.c
│   │   │       │   ├── rope/
│   │   │       │   │   └── rope.py
│   │   │       │   └── treap/
│   │   │       │       ├── persistent_treap.kt
│   │   │       │       ├── treap.cpp
│   │   │       │       ├── treap.java
│   │   │       │       ├── treap.scala
│   │   │       │       └── treap.swift
│   │   │       ├── heap/
│   │   │       │   ├── README.md
│   │   │       │   ├── binomial_heap/
│   │   │       │   │   ├── binomial_heap.c
│   │   │       │   │   ├── binomial_heap.cpp
│   │   │       │   │   └── binomial_heap.scala
│   │   │       │   ├── max_heap/
│   │   │       │   │   ├── max_heap.c
│   │   │       │   │   ├── max_heap.cpp
│   │   │       │   │   ├── max_heap.go
│   │   │       │   │   ├── max_heap.java
│   │   │       │   │   └── max_heap.py
│   │   │       │   ├── min_heap/
│   │   │       │   │   ├── min_heap.c
│   │   │       │   │   ├── min_heap.cpp
│   │   │       │   │   ├── min_heap.java
│   │   │       │   │   ├── min_heap.js
│   │   │       │   │   ├── min_heap.py
│   │   │       │   │   ├── min_heap.rb
│   │   │       │   │   └── min_heap.swift
│   │   │       │   ├── pairing_heap/
│   │   │       │   │   ├── README.md
│   │   │       │   │   ├── pairing_heap.fs
│   │   │       │   │   └── pairing_heap.sml
│   │   │       │   ├── priority_queue/
│   │   │       │   │   ├── README.md
│   │   │       │   │   ├── leftist_tree/
│   │   │       │   │   │   └── leftist_priority_queue.cpp
│   │   │       │   │   ├── priority_queue.js
│   │   │       │   │   └── priority_queue.py
│   │   │       │   └── soft_heap/
│   │   │       │       └── soft_heap.cpp
│   │   │       ├── multiway_tree/
│   │   │       │   ├── fenwick_tree/
│   │   │       │   │   ├── README.md
│   │   │       │   │   ├── fenwick_tree.c
│   │   │       │   │   ├── fenwick_tree.cpp
│   │   │       │   │   ├── fenwick_tree.go
│   │   │       │   │   ├── fenwick_tree.java
│   │   │       │   │   ├── fenwick_tree.pl
│   │   │       │   │   ├── fenwick_tree.py
│   │   │       │   │   └── fenwick_tree_inversion_count.cpp
│   │   │       │   ├── red_black_tree/
│   │   │       │   │   ├── red_black_tree.c
│   │   │       │   │   ├── red_black_tree.cpp
│   │   │       │   │   ├── red_black_tree.h
│   │   │       │   │   ├── red_black_tree.java
│   │   │       │   │   ├── red_black_tree.rb
│   │   │       │   │   ├── red_black_tree.scala
│   │   │       │   │   └── red_black_tree.test.cpp
│   │   │       │   ├── splay_tree/
│   │   │       │   │   ├── readme.md
│   │   │       │   │   ├── splay_tree.cpp
│   │   │       │   │   ├── splay_tree.go
│   │   │       │   │   ├── splay_tree.java
│   │   │       │   │   ├── splay_tree.kt
│   │   │       │   │   └── splay_tree.scala
│   │   │       │   ├── union_find/
│   │   │       │   │   ├── README.md
│   │   │       │   │   ├── union_find.c
│   │   │       │   │   ├── union_find.cpp
│   │   │       │   │   ├── union_find.go
│   │   │       │   │   ├── union_find.java
│   │   │       │   │   ├── union_find.js
│   │   │       │   │   ├── union_find.py
│   │   │       │   │   ├── union_find.scala
│   │   │       │   │   └── union_find_dynamic.cpp
│   │   │       │   └── van_emde_boas_tree/
│   │   │       │       └── van_emde_boas.cpp
│   │   │       ├── segment_tree/
│   │   │       │   ├── LazySegmentTree.cpp
│   │   │       │   ├── generic_segment_tree.cpp
│   │   │       │   ├── segment_tree.c
│   │   │       │   ├── segment_tree.java
│   │   │       │   ├── segment_tree_optimized.cpp
│   │   │       │   └── segment_tree_rmq.adb
│   │   │       ├── space_partitioning_tree/
│   │   │       │   ├── interval_tree/
│   │   │       │   │   ├── README.md
│   │   │       │   │   ├── interval_tree.cpp
│   │   │       │   │   └── interval_tree.java
│   │   │       │   ├── kd_tree/
│   │   │       │   │   ├── kd_tree.cpp
│   │   │       │   │   └── kd_tree.java
│   │   │       │   ├── oc_tree/
│   │   │       │   │   └── oc_tree.py
│   │   │       │   ├── quad_tree/
│   │   │       │   │   ├── Python_Implementation_Visualization/
│   │   │       │   │   │   ├── QuadTree.py
│   │   │       │   │   │   └── Visualizer.py
│   │   │       │   │   └── quad_tree.swift
│   │   │       │   └── segment_tree/
│   │   │       │       ├── README.md
│   │   │       │       ├── lazy_segment_tree.java
│   │   │       │       ├── persistent_segment_tree_sum.cpp
│   │   │       │       ├── segment_tree.java
│   │   │       │       ├── segment_tree.scala
│   │   │       │       ├── segment_tree_kth_statistics_on_segment.cpp
│   │   │       │       ├── segment_tree_lazy_propagation.cpp
│   │   │       │       ├── segment_tree_rmq.adb
│   │   │       │       ├── segment_tree_rmq.cpp
│   │   │       │       ├── segment_tree_rmq.go
│   │   │       │       ├── segment_tree_rmq.py
│   │   │       │       ├── segment_tree_rmq_with_update.cpp
│   │   │       │       ├── segment_tree_sum.cpp
│   │   │       │       ├── segment_tree_sum.go
│   │   │       │       ├── segment_tree_sum.py
│   │   │       │       └── segment_tree_sum.rb
│   │   │       ├── tree/
│   │   │       │   ├── suffix_array/
│   │   │       │   │   └── suffix_array.cpp
│   │   │       │   └── trie/
│   │   │       │       ├── README.md
│   │   │       │       ├── trie.c
│   │   │       │       ├── trie.cpp
│   │   │       │       ├── trie.cs
│   │   │       │       ├── trie.go
│   │   │       │       ├── trie.java
│   │   │       │       ├── trie.js
│   │   │       │       ├── trie.py
│   │   │       │       ├── trie.rb
│   │   │       │       ├── trie.scala
│   │   │       │       └── trie.swift
│   │   │       └── van_emde_boas_tree/
│   │   │           └── van_emde_boas_tree.cpp
│   │   └── test/
│   │       ├── README.md
│   │       ├── bag/
│   │       │   └── test_bag.cpp
│   │       ├── list/
│   │       │   └── test_list.cpp
│   │       └── tree/
│   │           ├── binary_tree/
│   │           │   └── binary_tree/
│   │           │       ├── diameter/
│   │           │       │   └── test_diameter.cpp
│   │           │       ├── is_same/
│   │           │       │   └── test_is_same.cpp
│   │           │       └── path_sum/
│   │           │           ├── test_path_sum_for_sum_of_part_paths.cpp
│   │           │           ├── test_path_sum_for_sum_of_whole_paths.cpp
│   │           │           └── test_path_sum_for_whole_paths.cpp
│   │           ├── multiway_tree/
│   │           │   ├── red_black_tree/
│   │           │   │   └── test_red_black.c
│   │           │   └── union_find/
│   │           │       └── test_union_find.cpp
│   │           └── segment_tree/
│   │               └── test_generic_segment_tree.cpp
│   ├── design_pattern/
│   │   ├── src/
│   │   │   ├── OOP_patterns/
│   │   │   │   ├── README.md
│   │   │   │   ├── __init__.py
│   │   │   │   ├── adapter/
│   │   │   │   │   ├── adaptor.java
│   │   │   │   │   ├── civilian.java
│   │   │   │   │   ├── movement.java
│   │   │   │   │   └── soldiers/
│   │   │   │   │       ├── adaptee.java
│   │   │   │   │       ├── general.java
│   │   │   │   │       ├── order.java
│   │   │   │   │       └── soldier.java
│   │   │   │   ├── builder/
│   │   │   │   │   ├── builder/
│   │   │   │   │   │   ├── nationality.java
│   │   │   │   │   │   ├── person.java
│   │   │   │   │   │   └── personbuilder.java
│   │   │   │   │   └── main.java
│   │   │   │   ├── decorator/
│   │   │   │   │   └── decorator.ts
│   │   │   │   ├── facade/
│   │   │   │   │   ├── daily/
│   │   │   │   │   │   └── tasks/
│   │   │   │   │   │       ├── dailyroutinefacade.java
│   │   │   │   │   │       ├── evening/
│   │   │   │   │   │       │   └── routine/
│   │   │   │   │   │       │       ├── eat.java
│   │   │   │   │   │       │       ├── eveningroutinefacade.java
│   │   │   │   │   │       │       ├── takeashower.java
│   │   │   │   │   │       │       ├── watchyoutubevideos.java
│   │   │   │   │   │       │       └── writecode.java
│   │   │   │   │   │       ├── gym/
│   │   │   │   │   │       │   ├── benchpress.java
│   │   │   │   │   │       │   ├── deadlift.java
│   │   │   │   │   │       │   ├── gymfacade.java
│   │   │   │   │   │       │   └── squat.java
│   │   │   │   │   │       ├── job/
│   │   │   │   │   │       │   ├── develop.java
│   │   │   │   │   │       │   ├── eatatwork.java
│   │   │   │   │   │       │   ├── jobfacade.java
│   │   │   │   │   │       │   ├── leave.java
│   │   │   │   │   │       │   ├── playfifa.java
│   │   │   │   │   │       │   └── watchyoutubevideos.java
│   │   │   │   │   │       └── morning/
│   │   │   │   │   │           └── routine/
│   │   │   │   │   │               ├── dress.java
│   │   │   │   │   │               ├── eat.java
│   │   │   │   │   │               ├── leave.java
│   │   │   │   │   │               ├── morningroutinefacade.java
│   │   │   │   │   │               └── wakeup.java
│   │   │   │   │   ├── facade
│   │   │   │   │   └── main.java
│   │   │   │   ├── factory/
│   │   │   │   │   ├── gifts/
│   │   │   │   │   │   ├── booze.java
│   │   │   │   │   │   ├── car.java
│   │   │   │   │   │   ├── gift.java
│   │   │   │   │   │   ├── nothing.java
│   │   │   │   │   │   └── toy.java
│   │   │   │   │   ├── gifttype.java
│   │   │   │   │   └── roulette.java
│   │   │   │   ├── observer_java/
│   │   │   │   │   ├── demo.java
│   │   │   │   │   ├── main.java
│   │   │   │   │   └── observer/
│   │   │   │   │       ├── network/
│   │   │   │   │       │   ├── artist.java
│   │   │   │   │       │   └── fan.java
│   │   │   │   │       ├── observer.java
│   │   │   │   │       └── subject.java
│   │   │   │   ├── observer_pattern/
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── observer_pattern.cpp
│   │   │   │   │   ├── observer_pattern.py
│   │   │   │   │   └── observer_pattern.rs
│   │   │   │   ├── proxy/
│   │   │   │   │   ├── demo/
│   │   │   │   │   │   └── demo.java
│   │   │   │   │   ├── main.java
│   │   │   │   │   ├── protection/
│   │   │   │   │   │   └── proxy/
│   │   │   │   │   │       ├── registeredusers.java
│   │   │   │   │   │       ├── user.java
│   │   │   │   │   │       ├── userproxy.java
│   │   │   │   │   │       └── validuser.java
│   │   │   │   │   └── virtual/
│   │   │   │   │       └── proxy/
│   │   │   │   │           ├── demo.java
│   │   │   │   │           ├── ultrahdvideo.java
│   │   │   │   │           ├── video.java
│   │   │   │   │           └── videoproxy.java
│   │   │   │   └── singleton_pattern/
│   │   │   │       ├── singleton_pattern.cpp
│   │   │   │       ├── singleton_pattern.java
│   │   │   │       ├── singleton_pattern.php
│   │   │   │       └── singleton_pattern.py
│   │   │   ├── __init__.py
│   │   │   ├── builder_pattern/
│   │   │   │   └── builder.cs
│   │   │   ├── functional_patterns/
│   │   │   │   ├── README.md
│   │   │   │   └── functional_patterns/
│   │   │   │       └── scala/
│   │   │   │           ├── build.sbt
│   │   │   │           ├── project/
│   │   │   │           │   └── build.properties
│   │   │   │           └── src/
│   │   │   │               └── main/
│   │   │   │                   └── scala/
│   │   │   │                       ├── arrows/
│   │   │   │                       │   └── arrow/
│   │   │   │                       │       └── arrow.scala
│   │   │   │                       ├── functors/
│   │   │   │                       │   ├── applicative/
│   │   │   │                       │   │   └── functor/
│   │   │   │                       │   │       └── applicativefunctor.scala
│   │   │   │                       │   ├── bifunctor/
│   │   │   │                       │   │   └── bifunctor.scala
│   │   │   │                       │   ├── contravariant/
│   │   │   │                       │   │   └── contravariant.scala
│   │   │   │                       │   ├── functor/
│   │   │   │                       │   │   └── functor.scala
│   │   │   │                       │   ├── multifunctor/
│   │   │   │                       │   │   └── multifunctor.scala
│   │   │   │                       │   └── profunctor/
│   │   │   │                       │       └── profunctor.scala
│   │   │   │                       ├── main.scala
│   │   │   │                       └── monads/
│   │   │   │                           ├── comonad/
│   │   │   │                           │   └── comonad.scala
│   │   │   │                           ├── costate/
│   │   │   │                           │   └── monad/
│   │   │   │                           │       └── costatemonad.scala
│   │   │   │                           ├── free/
│   │   │   │                           │   └── monad/
│   │   │   │                           │       └── freemonad.scala
│   │   │   │                           ├── gonad/
│   │   │   │                           │   └── gonad.scala
│   │   │   │                           ├── io/
│   │   │   │                           │   └── monad/
│   │   │   │                           │       └── iomonad.scala
│   │   │   │                           ├── monad/
│   │   │   │                           │   └── monad.scala
│   │   │   │                           └── state/
│   │   │   │                               └── monad/
│   │   │   │                                   └── statemonad.scala
│   │   │   ├── iterator_pattern/
│   │   │   │   ├── class.java
│   │   │   │   ├── classiterator.java
│   │   │   │   ├── iterator.java
│   │   │   │   ├── main.java
│   │   │   │   └── student.java
│   │   │   ├── policy_based_design/
│   │   │   │   ├── policy_design.cpp
│   │   │   │   └── readme.md
│   │   │   └── singleton_pattern/
│   │   │       ├── singleton_pattern.cs
│   │   │       └── singleton_pattern.js
│   │   └── test/
│   │       ├── README.md
│   │       ├── __init__.py
│   │       └── test_observer.py
│   ├── divide_conquer/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── closest_pair_of_points/
│   │   │   │   ├── closest_pair.cpp
│   │   │   │   └── closest_pair.py
│   │   │   ├── factorial/
│   │   │   │   ├── factorial.cpp
│   │   │   │   └── factorial.py
│   │   │   ├── inversion_count/
│   │   │   │   ├── README.md
│   │   │   │   ├── count_inversions.c
│   │   │   │   ├── inversion_count.cpp
│   │   │   │   ├── inversion_count.java
│   │   │   │   ├── inversion_count.js
│   │   │   │   └── inversion_count.py
│   │   │   ├── karatsuba_multiplication/
│   │   │   │   ├── karatsuba_multiplication.py
│   │   │   │   ├── karatsubamultiply.cpp
│   │   │   │   └── multiply.java
│   │   │   ├── maximum_contiguous_subsequence_sum/
│   │   │   │   └── maximum_contiguous_subsequence_sum.c
│   │   │   ├── merge_sort_using_divide_and_conquer/
│   │   │   │   ├── README.md
│   │   │   │   ├── inversions.c
│   │   │   │   ├── merge_sort_using_divide_and_conquer.cpp
│   │   │   │   └── merge_sort_using_divide_and_conquer.java
│   │   │   ├── power_of_a_number/
│   │   │   │   ├── power_of_a_number.cpp
│   │   │   │   └── power_of_a_number.py
│   │   │   ├── quick_hull/
│   │   │   │   └── quick_hull.cpp
│   │   │   ├── quick_sort/
│   │   │   │   ├── Quick_Sort.cs
│   │   │   │   ├── README.md
│   │   │   │   ├── quick_sort.c
│   │   │   │   ├── quick_sort.cpp
│   │   │   │   ├── quick_sort.hs
│   │   │   │   ├── quick_sort.py
│   │   │   │   ├── quick_sort.rs
│   │   │   │   ├── quick_sort.swift
│   │   │   │   ├── quick_sort2.cpp
│   │   │   │   └── quicksort.java
│   │   │   ├── search_in_a_rotated_array/
│   │   │   │   └── search_in_a_rotated_array.cpp
│   │   │   ├── strassen_matrix_multiplication/
│   │   │   │   ├── main.cpp
│   │   │   │   └── strassen.py
│   │   │   ├── tournament_method_to_find_min_max/
│   │   │   │   └── tournament_method_to_find_min_max.c
│   │   │   ├── warnock_algorithm/
│   │   │   │   └── warnock_algorithm.pde
│   │   │   └── x_power_y/
│   │   │       └── x_power_y.c
│   │   └── test/
│   │       └── README.md
│   ├── dynamic_programming/
│   │   ├── src/
│   │   │   ├── Climbing Stairs/
│   │   │   │   └── solution.cpp
│   │   │   ├── Count_Subsequence_Having_Product_Less_Than_K/
│   │   │   │   └── Solution.cpp
│   │   │   ├── README.md
│   │   │   ├── array_median/
│   │   │   │   ├── array_median.c
│   │   │   │   ├── array_median.cpp
│   │   │   │   ├── array_median.exs
│   │   │   │   ├── array_median.java
│   │   │   │   ├── array_median.php
│   │   │   │   ├── array_median.py
│   │   │   │   ├── array_median.rb
│   │   │   │   └── array_median.rs
│   │   │   ├── assembly_line_scheduling/
│   │   │   │   └── assembly_line_scheduling.cpp
│   │   │   ├── best_time_to_sell_stock_II/
│   │   │   │   └── best_time_to_sell_stock_II.cpp
│   │   │   ├── binomial_coefficient/
│   │   │   │   ├── README.md
│   │   │   │   ├── binomial_coefficient.c
│   │   │   │   ├── binomial_coefficient.cpp
│   │   │   │   ├── binomial_coefficient.ex
│   │   │   │   ├── binomial_coefficient.java
│   │   │   │   ├── binomial_coefficient.js
│   │   │   │   └── binomial_coefficient.py
│   │   │   ├── bitmask_dp/
│   │   │   │   ├── README.md
│   │   │   │   └── bitmask_dp_prob#1.cpp
│   │   │   ├── boolean_parenthesization/
│   │   │   │   ├── README.md
│   │   │   │   ├── boolean_parenthesization.c
│   │   │   │   ├── boolean_parenthesization.cpp
│   │   │   │   ├── boolean_parenthesization.java
│   │   │   │   ├── boolean_parenthesization.py
│   │   │   │   └── boolean_parenthesization.swift
│   │   │   ├── box_stacking/
│   │   │   │   ├── README.md
│   │   │   │   ├── box_stacking.cpp
│   │   │   │   ├── box_stacking.java
│   │   │   │   └── box_stacking.py
│   │   │   ├── catalan/
│   │   │   │   └── catalan_number.go
│   │   │   ├── coin_change/
│   │   │   │   ├── README.md
│   │   │   │   ├── coin_change.java
│   │   │   │   ├── coin_change.py
│   │   │   │   ├── coinchange.c
│   │   │   │   ├── coinchange.cpp
│   │   │   │   ├── coinchange.go
│   │   │   │   └── mincoinchange.cpp
│   │   │   ├── die_simulation/
│   │   │   │   ├── README.md
│   │   │   │   └── die_simulation.cpp
│   │   │   ├── digit_dp/
│   │   │   │   ├── DigitDP.java
│   │   │   │   └── digit_dp.cpp
│   │   │   ├── edit_distance/
│   │   │   │   ├── README.md
│   │   │   │   ├── edit_distance.c
│   │   │   │   ├── edit_distance.cpp
│   │   │   │   ├── edit_distance.go
│   │   │   │   ├── edit_distance.hs
│   │   │   │   ├── edit_distance.java
│   │   │   │   ├── edit_distance.php
│   │   │   │   ├── edit_distance.py
│   │   │   │   ├── edit_distance.rs
│   │   │   │   ├── edit_distance_backtracking.cpp
│   │   │   │   └── edit_distance_hirschberg.cpp
│   │   │   ├── egg_dropping_puzzle/
│   │   │   │   ├── README.md
│   │   │   │   ├── egg_dropping_puzzle.c
│   │   │   │   ├── egg_dropping_puzzle.cpp
│   │   │   │   ├── egg_dropping_puzzle.cs
│   │   │   │   ├── egg_dropping_puzzle.hs
│   │   │   │   ├── egg_dropping_puzzle.py
│   │   │   │   └── eggdroppingpuzzle.java
│   │   │   ├── factorial/
│   │   │   │   ├── factorial.c
│   │   │   │   ├── factorial.cpp
│   │   │   │   ├── factorial.exs
│   │   │   │   ├── factorial.go
│   │   │   │   ├── factorial.java
│   │   │   │   ├── factorial.js
│   │   │   │   ├── factorial.md
│   │   │   │   ├── factorial.py
│   │   │   │   ├── factorial.rs
│   │   │   │   └── factorial.scala
│   │   │   ├── fibonacci/
│   │   │   │   ├── fibonacci.c
│   │   │   │   ├── fibonacci.cpp
│   │   │   │   ├── fibonacci.exs
│   │   │   │   ├── fibonacci.go
│   │   │   │   ├── fibonacci.java
│   │   │   │   ├── fibonacci.js
│   │   │   │   ├── fibonacci.md
│   │   │   │   └── fibonacci.py
│   │   │   ├── friends_pairing/
│   │   │   │   ├── friends_pairing.c
│   │   │   │   ├── friends_pairing.cpp
│   │   │   │   └── friends_pairing.py
│   │   │   ├── house_robber/
│   │   │   │   ├── HouseRobber.cpp
│   │   │   │   ├── HouseRobber.java
│   │   │   │   ├── HouseRobber.js
│   │   │   │   └── README.md
│   │   │   ├── knapsack/
│   │   │   │   ├── Knapsack_DP_all3tech.cpp
│   │   │   │   ├── README.md
│   │   │   │   ├── knapsack.c
│   │   │   │   ├── knapsack.cpp
│   │   │   │   ├── knapsack.go
│   │   │   │   ├── knapsack.java
│   │   │   │   ├── knapsack.js
│   │   │   │   └── knapsack.py
│   │   │   ├── largest_sum_contiguous_subarray/
│   │   │   │   ├── README.md
│   │   │   │   ├── largest_sum_contiguous_subarray.c
│   │   │   │   ├── largest_sum_contiguous_subarray.cpp
│   │   │   │   ├── largest_sum_contiguous_subarray.go
│   │   │   │   ├── largest_sum_contiguous_subarray.hs
│   │   │   │   ├── largest_sum_contiguous_subarray.java
│   │   │   │   └── largest_sum_contiguous_subarray.py
│   │   │   ├── longest_bitonic_sequence/
│   │   │   │   ├── README.md
│   │   │   │   ├── longest_bitonic_sequence.c
│   │   │   │   ├── longest_bitonic_sequence.js
│   │   │   │   ├── longest_bitonic_sequence.py
│   │   │   │   ├── longestbitonicseq.cpp
│   │   │   │   └── longestbitonicsequence.java
│   │   │   ├── longest_common_increasing_subsequence/
│   │   │   │   └── longest_common_increasing_subsequence.cpp
│   │   │   ├── longest_common_subsequence/
│   │   │   │   ├── Printing_longest_common_subsequence.cpp
│   │   │   │   ├── README.md
│   │   │   │   ├── longest_common_subsequence.c
│   │   │   │   ├── longest_common_subsequence.cpp
│   │   │   │   ├── longest_common_subsequence.cs
│   │   │   │   ├── longest_common_subsequence.go
│   │   │   │   ├── longest_common_subsequence.java
│   │   │   │   ├── longest_common_subsequence.php
│   │   │   │   ├── longest_common_subsequence.py
│   │   │   │   └── longest_common_subsequence_rec.java
│   │   │   ├── longest_common_subsequence_substring/
│   │   │   │   └── longest_common_subsequence_substring_problem.cpp
│   │   │   ├── longest_common_substring/
│   │   │   │   ├── Longest_Common_Substring.java
│   │   │   │   ├── Longest_Common_Substring.py
│   │   │   │   ├── Longest_Common_Substring_rename.cpp
│   │   │   │   └── longest_common_substring_2.cpp
│   │   │   ├── longest_increasing_subsequence/
│   │   │   │   ├── README.md
│   │   │   │   ├── longest_increasing_subsequence.c
│   │   │   │   ├── longest_increasing_subsequence.cpp
│   │   │   │   ├── longest_increasing_subsequence.go
│   │   │   │   ├── longest_increasing_subsequence.java
│   │   │   │   ├── longest_increasing_subsequence.js
│   │   │   │   ├── longest_increasing_subsequence.py
│   │   │   │   └── longest_increasing_subsequence_using_segment_tree.cpp
│   │   │   ├── longest_independent_set/
│   │   │   │   └── README.md
│   │   │   ├── longest_palindromic_sequence/
│   │   │   │   ├── README.md
│   │   │   │   ├── longest_palindromic_sequence.c
│   │   │   │   ├── longest_palindromic_sequence.cpp
│   │   │   │   ├── longest_palindromic_sequence.js
│   │   │   │   └── longest_palindromic_sequence.py
│   │   │   ├── longest_palindromic_substring/
│   │   │   │   ├── README.md
│   │   │   │   ├── longest_palindromic_substring.cpp
│   │   │   │   └── longest_palindromic_substring.py
│   │   │   ├── longest_repeating_subsequence/
│   │   │   │   └── longest_repeating_subsequence.cpp
│   │   │   ├── matrix_chain_multiplication/
│   │   │   │   ├── README.md
│   │   │   │   ├── matrix_chain_multiplication.c
│   │   │   │   ├── matrix_chain_multiplication.cpp
│   │   │   │   ├── matrix_chain_multiplication.py
│   │   │   │   └── matrixchainmultiplication.java
│   │   │   ├── maximum_product_subarray/
│   │   │   │   └── maximum_product_subarray.cpp
│   │   │   ├── maximum_subarray_sum/
│   │   │   │   └── maximum_subarray_sum.cpp
│   │   │   ├── maximum_sum_increasing_subsequence/
│   │   │   │   ├── README.md
│   │   │   │   ├── maximum_sum_increasing_subsequence.c
│   │   │   │   └── maximum_sum_increasing_subsequence.cpp
│   │   │   ├── maximum_sum_sub_matrix/
│   │   │   │   ├── maximum_sum_sub_matrix.cpp
│   │   │   │   └── maximum_sum_sub_matrix.java
│   │   │   ├── maximum_weight_independent_set_of_path_graph/
│   │   │   │   └── maximum_weight_independent_set_of_path_graph.cpp
│   │   │   ├── min_cost_path/
│   │   │   │   ├── README.md
│   │   │   │   ├── min_cost_path.c
│   │   │   │   ├── min_cost_path.cpp
│   │   │   │   ├── min_cost_path.java
│   │   │   │   └── min_cost_path.py
│   │   │   ├── min_rests_skipped_to_reach_on_time/
│   │   │   │   ├── Minimum Skips to Arrive at Meeting On Time.go
│   │   │   │   ├── Minimum Skips to Arrive at Meeting On Time.java
│   │   │   │   ├── Minimum Skips to Arrive at Meeting On Time.py
│   │   │   │   ├── README.md
│   │   │   │   └── min_skips.cpp
│   │   │   ├── minimum_cost_polygon_triangulation/
│   │   │   │   └── README.md
│   │   │   ├── minimum_insertion_palindrome/
│   │   │   │   └── minimum_insertions_palindrome_using_lcs.cpp
│   │   │   ├── newman_conway/
│   │   │   │   └── newman_conway_dp.cpp
│   │   │   ├── no_consec_ones/
│   │   │   │   ├── README.md
│   │   │   │   ├── no_consec_1.cpp
│   │   │   │   └── no_consec_ones.py
│   │   │   ├── number_of_dice_rolls_with_target_sum/
│   │   │   │   └── NumberOfDiceRollsWithTargetSum.java
│   │   │   ├── number_of_substring_divisible_by_8_but_not_3/
│   │   │   │   ├── README.md
│   │   │   │   └── number_of_substrings.cpp
│   │   │   ├── numeric_keypad_problem/
│   │   │   │   └── numeric_keypad_problem.cpp
│   │   │   ├── optimal_binary_search_tree/
│   │   │   │   └── optimal_bst.py
│   │   │   ├── palindrome_partition/
│   │   │   │   ├── README.md
│   │   │   │   ├── palindrome_partition.cpp
│   │   │   │   └── palindrome_partition.js
│   │   │   ├── rod_cutting/
│   │   │   │   ├── README.md
│   │   │   │   ├── rod_cutting.c
│   │   │   │   ├── rod_cutting.cpp
│   │   │   │   ├── rod_cutting.go
│   │   │   │   ├── rod_cutting.hs
│   │   │   │   └── rod_cutting.py
│   │   │   ├── shortest_common_supersequence/
│   │   │   │   ├── README.md
│   │   │   │   ├── scs.java
│   │   │   │   ├── shortest_common_supersequence.cpp
│   │   │   │   └── shortest_common_supersequence.py
│   │   │   ├── subset_sum/
│   │   │   │   ├── README.md
│   │   │   │   ├── subset_sum.cpp
│   │   │   │   ├── subset_sum.go
│   │   │   │   ├── subset_sum.java
│   │   │   │   └── subset_sum.py
│   │   │   ├── tiling_problem/
│   │   │   │   ├── README.md
│   │   │   │   ├── tiling_problem.c
│   │   │   │   ├── tiling_problem.cpp
│   │   │   │   └── tiling_problem.py
│   │   │   ├── trapping_rain_water/
│   │   │   │   ├── rainwater_trapping.cpp
│   │   │   │   ├── trapping_rain_water.cpp
│   │   │   │   ├── trapping_rain_water.java
│   │   │   │   └── trapping_rain_water.py
│   │   │   ├── unique_paths/
│   │   │   │   └── unique_paths.cpp
│   │   │   ├── weighted_job_scheduling/
│   │   │   │   ├── README.md
│   │   │   │   ├── weighted_job_scheduling.cpp
│   │   │   │   └── weighted_job_scheduling.py
│   │   │   └── wildcard_matching/
│   │   │       ├── wildcard.cpp
│   │   │       └── wildcard.md
│   │   └── test/
│   │       ├── README.md
│   │       ├── longest_repeating_subsequence/
│   │       │   └── longest_repeating_subsequence_test.cpp
│   │       └── subset_sum/
│   │           └── test_subset_sum.cpp
│   ├── filters/
│   │   └── src/
│   │       ├── gaussian_filter/
│   │       │   └── gaussian_filter.py
│   │       └── median_filter/
│   │           └── median_filter.py
│   ├── game_theory/
│   │   └── src/
│   │       ├── expectimax/
│   │       │   └── expectimax.py
│   │       ├── game_of_nim_next_best_move/
│   │       │   └── game_of_nim_next_best_move.py
│   │       ├── game_of_nim_win_loss_prediction/
│   │       │   └── game_of_nim_win_loss_prediction.py
│   │       ├── grundy_numbers_kayle/
│   │       │   └── grundy_numbers_kayle.py
│   │       └── minimax/
│   │           └── minimax.py
│   ├── git/
│   │   ├── undo-changes.md
│   │   └── viewhist.md
│   ├── graph_algorithms/
│   │   ├── src/
│   │   │   ├── Number-of-Islands-using-DFS.cpp
│   │   │   ├── README.md
│   │   │   ├── adjacency_lists_graph_representation/
│   │   │   │   └── adjacency_lists_in_c/
│   │   │   │       ├── README.MD
│   │   │   │       ├── lgraph_stack.c
│   │   │   │       ├── lgraph_stack.h
│   │   │   │       ├── lgraph_struct.c
│   │   │   │       ├── lgraph_struct.h
│   │   │   │       └── main.c
│   │   │   ├── astar_algorithm/
│   │   │   │   └── astar_algorithm.js
│   │   │   ├── bellman_ford_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   ├── bellman_ford_algorithm.c
│   │   │   │   ├── bellman_ford_algorithm.cpp
│   │   │   │   ├── bellman_ford_algorithm.js
│   │   │   │   ├── bellman_ford_algorithm.php
│   │   │   │   ├── bellman_ford_algorithm.py
│   │   │   │   ├── bellman_ford_algorithm_adjacency_list.java
│   │   │   │   └── bellman_ford_algorithm_edge_list.java
│   │   │   ├── biconnected_components/
│   │   │   │   ├── README.md
│   │   │   │   ├── biconnected_components.cpp
│   │   │   │   ├── biconnected_components.java
│   │   │   │   └── biconnected_components.py
│   │   │   ├── bipartite_check/
│   │   │   │   ├── bipartite_check.cpp
│   │   │   │   └── bipartite_check.java
│   │   │   ├── bipartite_checking/
│   │   │   │   ├── README.md
│   │   │   │   ├── bipartite_checking.cpp
│   │   │   │   ├── bipartite_checking.java
│   │   │   │   ├── bipartite_checking2.cpp
│   │   │   │   └── bipartite_checking_adjacency_list.java
│   │   │   ├── boruvka_minimum_spanning_tree/
│   │   │   │   ├── README.md
│   │   │   │   └── boruvka_minimum_spanning_tree.cpp
│   │   │   ├── breadth_first_search/
│   │   │   │   ├── README.md
│   │   │   │   ├── breadth_first_search.c
│   │   │   │   ├── breadth_first_search.cpp
│   │   │   │   ├── breadth_first_search.java
│   │   │   │   ├── breadth_first_search.py
│   │   │   │   ├── breadth_first_search.rb
│   │   │   │   └── breadth_first_search.swift
│   │   │   ├── bridge_tree/
│   │   │   │   └── bridge_tree.cpp
│   │   │   ├── bridges_in_graph/
│   │   │   │   ├── Count_bridges.py
│   │   │   │   ├── README.md
│   │   │   │   └── bridges.cpp
│   │   │   ├── bron_kerbosch_algorithm/
│   │   │   │   └── bron_kerbosch_algorithm.java
│   │   │   ├── centroid_decomposition/
│   │   │   │   ├── centroid_decomposition.cpp
│   │   │   │   └── centroid_decomposition.java
│   │   │   ├── channel_assignment/
│   │   │   │   └── README.md
│   │   │   ├── connected_components/
│   │   │   │   └── connected_components.c
│   │   │   ├── count_of_ways_n/
│   │   │   │   └── count_of_ways_n.cpp
│   │   │   ├── cut_vertices/
│   │   │   │   ├── README.md
│   │   │   │   └── cut_vertices.cpp
│   │   │   ├── cycle_directed_graph/
│   │   │   │   ├── README.md
│   │   │   │   ├── cycle_directed_graph.c
│   │   │   │   ├── cycle_directed_graph.cpp
│   │   │   │   ├── cycle_directed_graph.py
│   │   │   │   └── cycle_directed_graph_detection.c
│   │   │   ├── cycle_undirected_graph/
│   │   │   │   ├── README.md
│   │   │   │   ├── cycle_undirected_graph.cpp
│   │   │   │   ├── cycle_undirected_graph.py
│   │   │   │   ├── cycle_undirected_graph_check.java
│   │   │   │   └── cycle_undirected_graph_union_find.cpp
│   │   │   ├── data_structures/
│   │   │   │   ├── README.md
│   │   │   │   ├── adjacency_list.cpp
│   │   │   │   ├── adjacency_list.py
│   │   │   │   ├── adjacency_matrix.cpp
│   │   │   │   ├── adjacency_matrix.py
│   │   │   │   └── adjacency_matrix_c/
│   │   │   │       ├── main.c
│   │   │   │       ├── mgraph_struct.c
│   │   │   │       └── mgraph_struct.h
│   │   │   ├── depth_first_search/
│   │   │   │   ├── README.md
│   │   │   │   ├── depth_first_search.c
│   │   │   │   ├── depth_first_search.cpp
│   │   │   │   ├── depth_first_search.cs
│   │   │   │   ├── depth_first_search.go
│   │   │   │   ├── depth_first_search.java
│   │   │   │   ├── depth_first_search.kt
│   │   │   │   ├── depth_first_search.py
│   │   │   │   └── depth_first_search.rb
│   │   │   ├── dijkstra_shortest_path/
│   │   │   │   ├── README.md
│   │   │   │   ├── dijkstra_shortest_path.c
│   │   │   │   ├── dijkstra_shortest_path.cpp
│   │   │   │   ├── dijkstra_shortest_path.java
│   │   │   │   ├── dijkstra_shortest_path.js
│   │   │   │   ├── dijkstra_shortest_path.py
│   │   │   │   ├── dijkstra_shortest_path_efficient.py
│   │   │   │   └── dijkstra_shortest_path_gnu_fast.cpp
│   │   │   ├── dinic_maximum_flow/
│   │   │   │   └── dinic_maximum_flow.cpp
│   │   │   ├── eulerian_path/
│   │   │   │   ├── README.md
│   │   │   │   ├── eulerian_path.java
│   │   │   │   └── eulerian_path.py
│   │   │   ├── fleury_algorithm_euler_path/
│   │   │   │   └── README.md
│   │   │   ├── floyd_warshall_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   ├── floyd_warshall.go
│   │   │   │   ├── floyd_warshall_algorithm.c
│   │   │   │   ├── floyd_warshall_algorithm.cpp
│   │   │   │   ├── floyd_warshall_algorithm.java
│   │   │   │   └── floyd_warshall_algorithm.py
│   │   │   ├── ford_fulkerson_maximum_flow/
│   │   │   │   ├── README.md
│   │   │   │   ├── ford_fulkerson_maximum_flow.cpp
│   │   │   │   ├── ford_fulkerson_maximum_flow_using_bfs.cpp
│   │   │   │   ├── ford_fulkerson_maximum_flow_using_bfs.java
│   │   │   │   └── ford_fulkerson_maximum_flow_using_bfs.py
│   │   │   ├── graph_coloring/
│   │   │   │   ├── README.md
│   │   │   │   ├── graph_coloring.cpp
│   │   │   │   ├── graph_coloring.java
│   │   │   │   └── graph_coloring_greedy.py
│   │   │   ├── hamiltonian_cycle/
│   │   │   │   ├── README.md
│   │   │   │   ├── hamiltonian_cycle.java
│   │   │   │   └── hamiltonian_cycle.py
│   │   │   ├── hamiltonian_path/
│   │   │   │   └── hamiltonian_path.cpp
│   │   │   ├── hopcroft_karp_algorithm/
│   │   │   │   └── README.md
│   │   │   ├── johnson_algorithm_shortest_path/
│   │   │   │   ├── README.md
│   │   │   │   └── johnson_algorithm_shortest_path.py
│   │   │   ├── karger_minimum_cut/
│   │   │   │   ├── README.md
│   │   │   │   └── karger_minimum_cut.java
│   │   │   ├── kruskal_minimum_spanning_tree/
│   │   │   │   ├── README.md
│   │   │   │   ├── kruskal_minimum_spanning_tree.c
│   │   │   │   ├── kruskal_minimum_spanning_tree.cpp
│   │   │   │   ├── kruskal_minimum_spanning_tree.java
│   │   │   │   └── kruskal_minimum_spanning_tree.py
│   │   │   ├── kuhn_maximum_matching/
│   │   │   │   └── kuhn_maximum_matching.cpp
│   │   │   ├── kuhn_munkres_algorithm/
│   │   │   │   └── kuhn_munkres_algorithm.cpp
│   │   │   ├── left_view_binary_tree/
│   │   │   │   ├── left_view_binary_tree.cpp
│   │   │   │   ├── left_view_binary_tree.java
│   │   │   │   └── left_view_binary_tree.py
│   │   │   ├── longest_path_directed_acyclic_graph/
│   │   │   │   ├── README.md
│   │   │   │   └── longest_path_directed_acyclic_graph.cpp
│   │   │   ├── lowest_common_ancestor/
│   │   │   │   └── lowest_common_ancestor.cpp
│   │   │   ├── matrix_transformation/
│   │   │   │   └── matrix_transformation.swift
│   │   │   ├── maximum_bipartite_matching/
│   │   │   │   ├── README.md
│   │   │   │   └── maximum_bipartite_matching.py
│   │   │   ├── maximum_edge_disjoint_paths/
│   │   │   │   └── README.md
│   │   │   ├── minimum_s_t_cut/
│   │   │   │   └── README.md
│   │   │   ├── negative_cycle_finding/
│   │   │   │   └── negativeCycleFinding.cpp
│   │   │   ├── postorder_from_inorder_and_preorder/
│   │   │   │   └── postorder_from_inorder_and_preorder.cpp
│   │   │   ├── prim_minimum_spanning_tree/
│   │   │   │   ├── README.md
│   │   │   │   ├── prim_minimum_spanning_tree.c
│   │   │   │   ├── prim_minimum_spanning_tree.cpp
│   │   │   │   └── prim_minimum_spanning_tree.py
│   │   │   ├── push_relabel/
│   │   │   │   └── push_relabel.cpp
│   │   │   ├── redundant-connection/
│   │   │   │   └── redundant_connection.cpp
│   │   │   ├── shortest_path_k_edges/
│   │   │   │   └── README.md
│   │   │   ├── steiner_tree/
│   │   │   │   └── steiner_tree.java
│   │   │   ├── strongly_connected_components/
│   │   │   │   ├── README.md
│   │   │   │   ├── strongly_connected_components.cpp
│   │   │   │   └── strongly_connected_components.py
│   │   │   ├── tarjan_algorithm_strongly_connected_components/
│   │   │   │   ├── README.md
│   │   │   │   └── tarjan_algorithm_strongly_connected_components.c
│   │   │   ├── topological_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── kahn_algo_unique_toposort.cpp
│   │   │   │   ├── kahn_algorithm_basic.cpp
│   │   │   │   ├── print_all_topological_sorts.cpp
│   │   │   │   ├── topological_sort.c
│   │   │   │   ├── topological_sort.cpp
│   │   │   │   ├── topological_sort.hs
│   │   │   │   ├── topological_sort.js
│   │   │   │   ├── topological_sort.py
│   │   │   │   ├── topological_sort_adjacency_list.java
│   │   │   │   ├── topological_sort_adjacency_list2.java
│   │   │   │   ├── topological_sort_adjacency_matrix.java
│   │   │   │   └── topological_sort_adjacency_matrix2.java
│   │   │   ├── transitive_closure_graph/
│   │   │   │   ├── README.md
│   │   │   │   ├── transitive_closure_graph.cpp
│   │   │   │   ├── transitive_closure_graph.py
│   │   │   │   ├── transitive_closure_graph_floyd_warshall.cpp
│   │   │   │   ├── transitive_closure_graph_powering.cpp
│   │   │   │   └── transitive_closure_graph_powering_improved.cpp
│   │   │   ├── travelling_sales_man_dp/
│   │   │   │   ├── README.md
│   │   │   │   └── travelling_salesman_dp.cpp
│   │   │   ├── travelling_salesman_branch&bound/
│   │   │   │   └── tsp_branch_bound.cpp
│   │   │   ├── travelling_salesman_mst/
│   │   │   │   ├── README.md
│   │   │   │   ├── travelling_salesman.c
│   │   │   │   ├── travelling_salesman.cpp
│   │   │   │   └── travelling_salesman.py
│   │   │   └── vertex_cover/
│   │   │       └── README.md
│   │   └── test/
│   │       ├── README.md
│   │       ├── floyd_warshall_graph/
│   │       │   └── floyd_warshal_test.go
│   │       ├── matrix_transformation/
│   │       │   └── test_matrix_transformation.swift
│   │       └── push_relabel/
│   │           └── test_push_relabel.cpp
│   ├── greedy_algorithms/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── SplitArrayLargestSum/
│   │   │   │   ├── README.md
│   │   │   │   └── SplitArrayLargestSum.cpp
│   │   │   ├── activity_selection/
│   │   │   │   ├── README.md
│   │   │   │   ├── activity_selection.c
│   │   │   │   ├── activity_selection.cpp
│   │   │   │   ├── activity_selection.java
│   │   │   │   └── activity_selection.py
│   │   │   ├── dials_algorithm/
│   │   │   │   └── dials_algorithm.cpp
│   │   │   ├── dijkstra_shortest_path/
│   │   │   │   ├── README.md
│   │   │   │   ├── dijkstra_shortest_path.c
│   │   │   │   ├── dijkstra_shortest_path.cpp
│   │   │   │   ├── dijkstra_shortest_path.java
│   │   │   │   └── dijkstra_shortest_path.py
│   │   │   ├── egyptian_fraction/
│   │   │   │   ├── egyptian_fraction.c
│   │   │   │   ├── egyptian_fraction.cpp
│   │   │   │   ├── egyptian_fraction.php
│   │   │   │   └── egyptian_fraction.py
│   │   │   ├── fractional_knapsack/
│   │   │   │   ├── README.md
│   │   │   │   ├── fractional_knapsack.c
│   │   │   │   ├── fractional_knapsack.cpp
│   │   │   │   ├── fractional_knapsack.cs
│   │   │   │   ├── fractional_knapsack.go
│   │   │   │   ├── fractional_knapsack.java
│   │   │   │   └── fractional_knapsack.py
│   │   │   ├── hillclimber/
│   │   │   │   └── hillclimber.java
│   │   │   ├── huffman_coding/
│   │   │   │   ├── README.md
│   │   │   │   ├── huffman_GreedyAlgo.java
│   │   │   │   ├── huffman_coding.c
│   │   │   │   ├── huffman_coding.cpp
│   │   │   │   └── huffman_coding.py
│   │   │   ├── job_sequencing/
│   │   │   │   ├── README.md
│   │   │   │   ├── job_sequencing.cpp
│   │   │   │   ├── job_sequencing.java
│   │   │   │   └── job_sequencing.py
│   │   │   ├── k_centers/
│   │   │   │   ├── README.md
│   │   │   │   └── k_centers.py
│   │   │   ├── kruskal_minimum_spanning_tree/
│   │   │   │   ├── README.md
│   │   │   │   ├── kruskal.c
│   │   │   │   ├── kruskal.cpp
│   │   │   │   ├── kruskal.py
│   │   │   │   └── kruskal_using_adjacency_matrix.c
│   │   │   ├── min_lateness/
│   │   │   │   ├── README.md
│   │   │   │   └── min_lateness.cpp
│   │   │   ├── min_operation_to_make_gcd_k/
│   │   │   │   ├── README.md
│   │   │   │   └── min_operation.cpp
│   │   │   ├── minimum_coins/
│   │   │   │   ├── README.md
│   │   │   │   ├── minimum_coins.c
│   │   │   │   ├── minimum_coins.cpp
│   │   │   │   ├── minimum_coins.go
│   │   │   │   ├── minimum_coins.js
│   │   │   │   ├── minimum_coins.py
│   │   │   │   ├── minimumcoins.hs
│   │   │   │   └── minimumcoins.java
│   │   │   ├── prim_minimum_spanning_tree/
│   │   │   │   ├── README.md
│   │   │   │   ├── prim_minimum_spanning_tree.c
│   │   │   │   ├── prim_minimum_spanning_tree.cpp
│   │   │   │   ├── prim_minimum_spanning_tree.hs
│   │   │   │   └── prim_minimum_spanning_tree.py
│   │   │   ├── warshall/
│   │   │   │   └── warshalls.c
│   │   │   └── water_connection/
│   │   │       └── water_connection_algorithm.cpp
│   │   └── test/
│   │       ├── README.md
│   │       └── kruskal_minimum_spanning_tree/
│   │           └── test_kruskal.cpp
│   ├── html/
│   │   ├── README.md
│   │   ├── bootstrap/
│   │   │   ├── Readme.MD
│   │   │   └── tables.html
│   │   └── css/
│   │       ├── Hover/
│   │       │   └── src/
│   │       │       └── Hover_effect.html
│   │       ├── Layout/
│   │       │   └── normalflow.html
│   │       ├── Margin/
│   │       │   ├── README.md
│   │       │   └── src/
│   │       │       ├── Auto_keyword.html
│   │       │       ├── Individual.html
│   │       │       ├── Inherit_keyword.html
│   │       │       ├── Margin.html
│   │       │       ├── Margin_collapse.html
│   │       │       ├── Margin_length.html
│   │       │       ├── Margin_value_percentage.html
│   │       │       ├── Shorthand_1.html
│   │       │       ├── Shorthand_2.html
│   │       │       ├── Shorthand_3.html
│   │       │       └── Shorthand_4.html
│   │       ├── Padding/
│   │       │   ├── README.md
│   │       │   └── src/
│   │       │       ├── BoxModel.html
│   │       │       ├── Individual_sides.html
│   │       │       ├── Inherit.html
│   │       │       ├── Length.html
│   │       │       ├── Padding.html
│   │       │       ├── Percentage.html
│   │       │       ├── Shorthand_1.html
│   │       │       ├── Shorthand_2.html
│   │       │       ├── Shorthand_3.html
│   │       │       ├── Shorthand_4.html
│   │       │       └── code.html
│   │       ├── Position/
│   │       │   ├── README.md
│   │       │   └── src/
│   │       │       ├── Absolute_no_ancestor.html
│   │       │       ├── Absoulte_ancestor.html
│   │       │       ├── Fixed.html
│   │       │       ├── Position.html
│   │       │       ├── Relative.html
│   │       │       └── Static.html
│   │       ├── README.md
│   │       ├── Z_index/
│   │       │   ├── README.md
│   │       │   └── src/
│   │       │       ├── inherit.html
│   │       │       ├── initial.html
│   │       │       └── z_index.html
│   │       └── border/
│   │           ├── README.md
│   │           └── src/
│   │               ├── Border_color.html
│   │               ├── Border_style.html
│   │               ├── Border_width.html
│   │               ├── Individual_border.html
│   │               ├── Rounded_Border.html
│   │               └── Shorthand_property.html
│   ├── languages/
│   │   ├── Java/
│   │   │   ├── 2d-array-list-java.java
│   │   │   ├── 2d-array.java
│   │   │   ├── Handlingexceptions/
│   │   │   │   └── Handlingexp.java
│   │   │   ├── Kadane_algo.java
│   │   │   ├── README_Kadane_Algo.md
│   │   │   ├── README_bubble-sort.md
│   │   │   ├── README_reduce_TL.md
│   │   │   ├── Readme.md
│   │   │   ├── Reduce_Time_complexity.java
│   │   │   ├── String/
│   │   │   │   ├── Readme.md
│   │   │   │   └── StringClass.java
│   │   │   ├── bubble-sort.java
│   │   │   ├── readme-2DArray.md
│   │   │   └── this_reference/
│   │   │       ├── Readme.md
│   │   │       └── this.java
│   │   ├── c/
│   │   │   ├── README.md
│   │   │   ├── delete_array/
│   │   │   │   ├── README.md
│   │   │   │   └── del.c
│   │   │   ├── dynamic_memory_allocation/
│   │   │   │   ├── README.md
│   │   │   │   └── example.c
│   │   │   ├── linear_search/
│   │   │   │   ├── linear_search.c
│   │   │   │   ├── linear_search_duplicates.c
│   │   │   │   ├── linear_search_duplicates_linked_list.c
│   │   │   │   └── linear_search_linked_list.c
│   │   │   ├── loop/
│   │   │   │   ├── While.c
│   │   │   │   ├── break.c
│   │   │   │   ├── continue.c
│   │   │   │   ├── do-while.c
│   │   │   │   ├── for.c
│   │   │   │   └── switch-case.c
│   │   │   └── rock_paper_scissor/
│   │   │       └── rock_game.c
│   │   ├── c#/
│   │   │   ├── BasicDataTypes.cs
│   │   │   ├── ForLoop.cs
│   │   │   └── IfElseIfElse.cs
│   │   ├── cpp/
│   │   │   ├── begin_and_end/
│   │   │   │   ├── README.md
│   │   │   │   └── begin_and_end.cpp
│   │   │   ├── binary_search/
│   │   │   │   ├── README.md
│   │   │   │   └── binary_search_implementation.cpp
│   │   │   ├── calculator/
│   │   │   │   └── simpleCalculator.cpp
│   │   │   ├── delete_vs_free/
│   │   │   │   ├── README.md
│   │   │   │   └── free_vs_delete.cpp
│   │   │   ├── detect_cycle_undirected_graph_using_degrees_of_nodes/
│   │   │   │   ├── README.md
│   │   │   │   └── detect_cycle_graph_using_degree.cpp
│   │   │   ├── double_to_string/
│   │   │   │   ├── README.md
│   │   │   │   └── double_to_str.cpp
│   │   │   ├── initializing_multimap/
│   │   │   │   ├── README.md
│   │   │   │   └── multimap.cpp
│   │   │   ├── largest-element-in-an-array/
│   │   │   │   ├── Largest_element.cpp
│   │   │   │   └── README.md
│   │   │   ├── linear_search/
│   │   │   │   ├── Linear Search In A LinkedList With Duplicates.cpp
│   │   │   │   ├── Linear Search In Array.cpp
│   │   │   │   ├── Linear Search In Duplicate Array.cpp
│   │   │   │   ├── README.md
│   │   │   │   └── Search In Linked List.cpp
│   │   │   ├── loop/
│   │   │   │   └── continue.cpp
│   │   │   ├── reverse_linked_list/
│   │   │   │   ├── README.md
│   │   │   │   ├── reverse_linked_list_2pointers.cpp
│   │   │   │   └── reverse_linked_list_3pointers.cpp
│   │   │   ├── sort_vector/
│   │   │   │   └── sorting_vector.cpp
│   │   │   ├── spiral_matrix/
│   │   │   │   └── spiral_matrix.cpp
│   │   │   ├── uint8_t/
│   │   │   │   ├── README.md
│   │   │   │   └── int8_t_test.cpp
│   │   │   ├── vector-to-map.cpp
│   │   │   └── vector_to_map/
│   │   │       └── readme.md
│   │   ├── dart/
│   │   │   ├── 01.data_types.dart
│   │   │   ├── 02.condition.dart
│   │   │   ├── 03.loop.dart
│   │   │   ├── 04.data_structure.dart
│   │   │   └── README.md
│   │   └── python/
│   │       ├── 2d-array-numpy/
│   │       │   ├── 2d-array-numpy.py
│   │       │   └── README.md
│   │       ├── Image Encryption Decryption/
│   │       │   ├── README.md
│   │       │   └── image_encryption_decryption.py
│   │       ├── counter_objects/
│   │       │   ├── README.md
│   │       │   └── counter_obj.py
│   │       ├── rock_paper_scissors/
│   │       │   └── rock_paper_scissor.py
│   │       ├── static-class-variable/
│   │       │   ├── Readme.md
│   │       │   └── StaticClassVariable.py
│   │       ├── stock_data/
│   │       │   └── Stock_data.py
│   │       ├── tuple/
│   │       │   ├── README.md
│   │       │   └── example.py
│   │       ├── validate-parentheses/
│   │       │   ├── README.md
│   │       │   └── validate-parentheses.py
│   │       └── web_programming/
│   │           ├── README.md
│   │           ├── __init__.py
│   │           ├── co2_emission.py
│   │           ├── covid_stats_via_xpath.py
│   │           ├── crawl_google_results.py
│   │           ├── current_stock_price.py
│   │           ├── current_weather.py
│   │           ├── daily_horoscope.py
│   │           ├── emails_from_url.py
│   │           ├── fetch_bbc_news.py
│   │           ├── fetch_github_info.py
│   │           ├── fetch_jobs.py
│   │           ├── get_imdb_top_250_movies_csv.py
│   │           ├── get_imdbtop.py
│   │           ├── instagram_crawler.py
│   │           ├── recaptcha_verification.py
│   │           ├── slack_message.py
│   │           └── world_covid19_stats.py
│   ├── mathematical_algorithms/
│   │   ├── mathematical_algorithms/
│   │   │   ├── Solve_Pi/
│   │   │   │   ├── README.md
│   │   │   │   └── Solve_Pi.py
│   │   │   ├── Solve_Sum_2PositiveIntegers/
│   │   │   │   ├── README.md
│   │   │   │   └── Sum_2largeNumbers.py
│   │   │   ├── Solve_x_y/
│   │   │   │   ├── FindX_Y.py
│   │   │   │   └── README.md
│   │   │   ├── automorphic_number.c
│   │   │   └── factorial/
│   │   │       └── factorial.pl
│   │   ├── src/
│   │   │   ├── 2sum/
│   │   │   │   ├── 2sum.c
│   │   │   │   ├── 2sum.cpp
│   │   │   │   ├── 2sum.go
│   │   │   │   ├── 2sum.java
│   │   │   │   ├── 2sum.js
│   │   │   │   ├── 2sum.py
│   │   │   │   ├── 2sum.rb
│   │   │   │   └── 2sum.rs
│   │   │   ├── Binary_GCD_Algorithm/
│   │   │   │   ├── Binary_GCD_Iterative.cpp
│   │   │   │   ├── Binary_GCD_Recursive.cpp
│   │   │   │   ├── Binary_GCD_Recursive.py
│   │   │   │   └── README.md
│   │   │   ├── README.md
│   │   │   ├── add_polynomials/
│   │   │   │   ├── README.md
│   │   │   │   ├── add_polynomials.c
│   │   │   │   ├── add_polynomials.cpp
│   │   │   │   └── add_polynomials.go
│   │   │   ├── amicable_numbers/
│   │   │   │   ├── amicable_numbers.c
│   │   │   │   ├── amicable_numbers.cpp
│   │   │   │   ├── amicable_numbers.cs
│   │   │   │   ├── amicable_numbers.go
│   │   │   │   ├── amicable_numbers.java
│   │   │   │   ├── amicable_numbers.js
│   │   │   │   ├── amicable_numbers.py
│   │   │   │   ├── amicable_numbers.rb
│   │   │   │   └── amicable_numbers.rs
│   │   │   ├── armstrong_num_range/
│   │   │   │   ├── README.md
│   │   │   │   ├── amstrong_num_range.c
│   │   │   │   └── amstrong_num_range.py
│   │   │   ├── armstrong_numbers/
│   │   │   │   ├── README.md
│   │   │   │   ├── armstrong_number.php
│   │   │   │   ├── armstrong_numbers.c
│   │   │   │   ├── armstrong_numbers.cpp
│   │   │   │   ├── armstrong_numbers.cs
│   │   │   │   ├── armstrong_numbers.go
│   │   │   │   ├── armstrong_numbers.java
│   │   │   │   ├── armstrong_numbers.js
│   │   │   │   ├── armstrong_numbers.py
│   │   │   │   └── armstrong_numbers.rb
│   │   │   ├── automorphic_numbers/
│   │   │   │   ├── README.md
│   │   │   │   ├── automorphic_numbers.c
│   │   │   │   ├── automorphic_numbers.cpp
│   │   │   │   ├── automorphic_numbers.cs
│   │   │   │   ├── automorphic_numbers.go
│   │   │   │   ├── automorphic_numbers.hs
│   │   │   │   ├── automorphic_numbers.java
│   │   │   │   ├── automorphic_numbers.js
│   │   │   │   ├── automorphic_numbers.php
│   │   │   │   ├── automorphic_numbers.py
│   │   │   │   ├── automorphic_numbers.rb
│   │   │   │   └── automorphic_numbers.swift
│   │   │   ├── average_stream_numbers/
│   │   │   │   ├── README.md
│   │   │   │   ├── average_stream_numbers.c
│   │   │   │   ├── average_stream_numbers.cpp
│   │   │   │   ├── average_stream_numbers.go
│   │   │   │   ├── average_stream_numbers.js
│   │   │   │   └── average_stream_numbers.py
│   │   │   ├── babylonian_method/
│   │   │   │   ├── README.md
│   │   │   │   ├── babylonian_method.c
│   │   │   │   ├── babylonian_method.cpp
│   │   │   │   ├── babylonian_method.go
│   │   │   │   ├── babylonian_method.java
│   │   │   │   ├── babylonian_method.js
│   │   │   │   └── babylonian_method.py
│   │   │   ├── binary_to_decimal/
│   │   │   │   ├── Conversion_from_Binary_to_Decimal.cpp
│   │   │   │   └── Conversion_from_Binary_to_Decimal.py
│   │   │   ├── binomial_coefficient/
│   │   │   │   ├── README.md
│   │   │   │   ├── binomial_coefficient.c
│   │   │   │   ├── binomial_coefficient.cpp
│   │   │   │   ├── binomial_coefficient.go
│   │   │   │   ├── binomial_coefficient.java
│   │   │   │   └── binomial_coefficient.py
│   │   │   ├── catalan_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── catalan_number.c
│   │   │   │   ├── catalan_number.java
│   │   │   │   ├── catalan_number.js
│   │   │   │   ├── catalan_number.py
│   │   │   │   ├── catalan_number.rb
│   │   │   │   ├── catalan_number.scala
│   │   │   │   ├── catalan_number2.py
│   │   │   │   ├── catalan_number_dynamic.cpp
│   │   │   │   └── catalan_number_recursive.cpp
│   │   │   ├── check_good_array_GCD_problem/
│   │   │   │   ├── GCD_related_problems.py
│   │   │   │   └── readme.md
│   │   │   ├── check_is_square/
│   │   │   │   ├── check_is_square.c
│   │   │   │   ├── check_is_square.cpp
│   │   │   │   ├── check_is_square.cs
│   │   │   │   ├── check_is_square.go
│   │   │   │   ├── check_is_square.java
│   │   │   │   ├── check_is_square.js
│   │   │   │   ├── check_is_square.kt
│   │   │   │   ├── check_is_square.php
│   │   │   │   ├── check_is_square.py
│   │   │   │   ├── check_is_square.rs
│   │   │   │   ├── check_is_square.ruby
│   │   │   │   ├── check_is_square.scala
│   │   │   │   ├── check_is_square.swift
│   │   │   │   └── check_is_square_alternative.py
│   │   │   ├── collatz_conjecture_sequence/
│   │   │   │   └── collatz_conjecture_sequence.c
│   │   │   ├── convolution/
│   │   │   │   └── convolution.cpp
│   │   │   ├── coprime_numbers/
│   │   │   │   ├── README.md
│   │   │   │   ├── coprime_numbers.c
│   │   │   │   ├── coprime_numbers.cpp
│   │   │   │   ├── coprime_numbers.cs
│   │   │   │   ├── coprime_numbers.go
│   │   │   │   ├── coprime_numbers.java
│   │   │   │   ├── coprime_numbers.js
│   │   │   │   ├── coprime_numbers.py
│   │   │   │   ├── coprime_numbers.rb
│   │   │   │   └── coprime_numbers.rs
│   │   │   ├── count_digits/
│   │   │   │   ├── count_digits.c
│   │   │   │   ├── count_digits.cpp
│   │   │   │   ├── count_digits.cs
│   │   │   │   ├── count_digits.go
│   │   │   │   ├── count_digits.hs
│   │   │   │   ├── count_digits.java
│   │   │   │   ├── count_digits.js
│   │   │   │   ├── count_digits.py
│   │   │   │   ├── count_digits.swift
│   │   │   │   └── counts_digits.rb
│   │   │   ├── count_trailing_zeroes/
│   │   │   │   ├── count_trailing_zeroes.c
│   │   │   │   ├── count_trailing_zeroes.scala
│   │   │   │   ├── count_trailing_zeroes_factorial.cpp
│   │   │   │   ├── count_trailing_zeroes_factorial.java
│   │   │   │   ├── count_trailing_zeroes_factorial.js
│   │   │   │   └── count_trailing_zeroes_factorial.py
│   │   │   ├── decoding_of_string/
│   │   │   │   └── README.md
│   │   │   ├── delannoy_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── delannoy_number.c
│   │   │   │   ├── delannoy_number.cpp
│   │   │   │   └── delannoy_number.py
│   │   │   ├── derangements/
│   │   │   │   └── derangements.c
│   │   │   ├── dfa_division/
│   │   │   │   └── README.md
│   │   │   ├── diophantine/
│   │   │   │   └── diophantine.cpp
│   │   │   ├── divided_differences/
│   │   │   │   ├── README.md
│   │   │   │   ├── divided_differences.java
│   │   │   │   └── divided_differences.py
│   │   │   ├── euler_totient/
│   │   │   │   ├── README.md
│   │   │   │   ├── euler_totient.c
│   │   │   │   ├── euler_totient.cpp
│   │   │   │   ├── euler_totient.java
│   │   │   │   ├── euler_totient.py
│   │   │   │   ├── euler_totient_sieve.cpp
│   │   │   │   └── euler_totient_sieve.py
│   │   │   ├── exponentiation_power/
│   │   │   │   ├── README.md
│   │   │   │   ├── exponentiation_by_squaring/
│   │   │   │   │   ├── exponentiation_by_squaring.c
│   │   │   │   │   ├── exponentiation_by_squaring.cpp
│   │   │   │   │   ├── exponentiation_by_squaring.go
│   │   │   │   │   └── exponentiation_by_squaring.py
│   │   │   │   ├── exponentiation_power.c
│   │   │   │   ├── exponentiation_power.cpp
│   │   │   │   ├── exponentiation_power.java
│   │   │   │   └── modulo_exponentation_power.cpp
│   │   │   ├── factorial/
│   │   │   │   ├── factorial.c
│   │   │   │   ├── factorial.clj
│   │   │   │   ├── factorial.erl
│   │   │   │   ├── factorial.ex
│   │   │   │   ├── factorial.go
│   │   │   │   ├── factorial.hs
│   │   │   │   ├── factorial.java
│   │   │   │   ├── factorial.kt
│   │   │   │   ├── factorial.php
│   │   │   │   ├── factorial.rb
│   │   │   │   ├── factorial.rs
│   │   │   │   ├── factorial.scala
│   │   │   │   ├── factorial.swift
│   │   │   │   ├── factorial_hrw.py
│   │   │   │   ├── factorial_iteration.c
│   │   │   │   ├── factorial_iteration.cs
│   │   │   │   ├── factorial_iteration.js
│   │   │   │   ├── factorial_iteration.py
│   │   │   │   ├── factorial_recursion.c
│   │   │   │   ├── factorial_recursion.cpp
│   │   │   │   ├── factorial_recursion.cs
│   │   │   │   ├── factorial_recursion.js
│   │   │   │   └── factorial_recursion.py
│   │   │   ├── fast_fourier_transform/
│   │   │   │   ├── fast_fourier_transform.c
│   │   │   │   └── fast_fourier_transform.java
│   │   │   ├── fast_inverse_sqrt/
│   │   │   │   ├── fast_inverse_sqrt.cpp
│   │   │   │   └── fast_inverse_sqrt.py
│   │   │   ├── fermats_little_theorem/
│   │   │   │   ├── fermats_little_theorem.cpp
│   │   │   │   ├── fermats_little_theorem.java
│   │   │   │   └── fermats_little_theorem.py
│   │   │   ├── fibonacci_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── fast_fibonacci.c
│   │   │   │   ├── fibonacci_for_big_numbers.cpp
│   │   │   │   ├── fibonacci_lucas.py
│   │   │   │   ├── fibonacci_matrix_exponentiation.cpp
│   │   │   │   ├── fibonacci_matrix_multiplication.py
│   │   │   │   ├── fibonacci_memorized.swift
│   │   │   │   ├── fibonacci_number.c
│   │   │   │   ├── fibonacci_number.clj
│   │   │   │   ├── fibonacci_number.cpp
│   │   │   │   ├── fibonacci_number.cs
│   │   │   │   ├── fibonacci_number.erl
│   │   │   │   ├── fibonacci_number.ex
│   │   │   │   ├── fibonacci_number.go
│   │   │   │   ├── fibonacci_number.hs
│   │   │   │   ├── fibonacci_number.java
│   │   │   │   ├── fibonacci_number.js
│   │   │   │   ├── fibonacci_number.kt
│   │   │   │   ├── fibonacci_number.php
│   │   │   │   ├── fibonacci_number.py
│   │   │   │   ├── fibonacci_number.rb
│   │   │   │   ├── fibonacci_number.rs
│   │   │   │   ├── fibonacci_number.scala
│   │   │   │   └── fibonacci_number.swift
│   │   │   ├── fractals/
│   │   │   │   ├── julia_miim.cpp
│   │   │   │   └── simple_julia.cpp
│   │   │   ├── gaussian_elimination/
│   │   │   │   ├── gaussian_elimination.cpp
│   │   │   │   ├── gaussian_elimination.java
│   │   │   │   └── scala/
│   │   │   │       ├── build.sbt
│   │   │   │       ├── project/
│   │   │   │       │   └── build.properties
│   │   │   │       └── src/
│   │   │   │           └── main/
│   │   │   │               └── scala/
│   │   │   │                   ├── gaussian/
│   │   │   │                   │   └── elimination/
│   │   │   │                   │       ├── gaussianelimination.scala
│   │   │   │                   │       ├── matrixtype.scala
│   │   │   │                   │       └── solution.scala
│   │   │   │                   ├── main.scala
│   │   │   │                   └── structures/
│   │   │   │                       ├── epsilon.scala
│   │   │   │                       ├── matrix.scala
│   │   │   │                       └── regularmatrix.scala
│   │   │   ├── gcd_and_lcm/
│   │   │   │   ├── README.md
│   │   │   │   ├── gcd_and_lcm.c
│   │   │   │   ├── gcd_and_lcm.cpp
│   │   │   │   ├── gcd_and_lcm.cs
│   │   │   │   ├── gcd_and_lcm.erl
│   │   │   │   ├── gcd_and_lcm.ex
│   │   │   │   ├── gcd_and_lcm.go
│   │   │   │   ├── gcd_and_lcm.java
│   │   │   │   ├── gcd_and_lcm.js
│   │   │   │   ├── gcd_and_lcm.php
│   │   │   │   ├── gcd_and_lcm.py
│   │   │   │   ├── gcd_and_lcm.scala
│   │   │   │   └── gcd_and_lcm_best_approach.cpp
│   │   │   ├── greatest_digit_in_number/
│   │   │   │   ├── greatest_digit_in_number.c
│   │   │   │   ├── greatest_digit_in_number.cpp
│   │   │   │   ├── greatest_digit_in_number.cs
│   │   │   │   ├── greatest_digit_in_number.hs
│   │   │   │   ├── greatest_digit_in_number.java
│   │   │   │   ├── greatest_digit_in_number.js
│   │   │   │   ├── greatest_digit_in_number.php
│   │   │   │   ├── greatest_digit_in_number.py
│   │   │   │   └── greatest_digit_in_number.rb
│   │   │   ├── hill_climbing/
│   │   │   │   ├── hill_climbing.java
│   │   │   │   └── hill_climbing.py
│   │   │   ├── horner_polynomial_evaluation/
│   │   │   │   ├── README.md
│   │   │   │   ├── horner_polynomial_evaluation.cpp
│   │   │   │   └── horner_polynomial_evaluation.java
│   │   │   ├── integer_conversion/
│   │   │   │   ├── decimal_to_any_base.js
│   │   │   │   ├── decimal_to_any_base.py
│   │   │   │   ├── decimal_to_any_base.rs
│   │   │   │   ├── decimal_to_bin.cpp
│   │   │   │   ├── decimal_to_hex.cpp
│   │   │   │   ├── decimal_to_int.go
│   │   │   │   └── decimal_to_oct.cpp
│   │   │   ├── integer_to_roman/
│   │   │   │   ├── integer_to_roman.cpp
│   │   │   │   ├── integer_to_roman.js
│   │   │   │   └── integer_to_roman.py
│   │   │   ├── jacobi_method/
│   │   │   │   ├── README.md
│   │   │   │   └── jacobi_method.java
│   │   │   ├── karatsuba_multiplication/
│   │   │   │   ├── karatsuba_multiplication.cpp
│   │   │   │   └── karatsuba_multiplication.java
│   │   │   ├── largrange_polynomial/
│   │   │   │   ├── README.md
│   │   │   │   └── lagrange_polynomial.java
│   │   │   ├── lexicographic_string_rank/
│   │   │   │   ├── README.md
│   │   │   │   ├── lexicographic_string_rank.c
│   │   │   │   ├── lexicographic_string_rank.cpp
│   │   │   │   ├── lexicographic_string_rank.java
│   │   │   │   └── lexicographic_string_rank.py
│   │   │   ├── log_of_factorial/
│   │   │   │   ├── log_of_factorial.c
│   │   │   │   ├── log_of_factorial.cpp
│   │   │   │   ├── log_of_factorial.java
│   │   │   │   └── log_of_factorial.py
│   │   │   ├── lorenz_attractor/
│   │   │   │   ├── Lorenz Attractor.py
│   │   │   │   └── lorenz_attractor.py
│   │   │   ├── lucas_theorem/
│   │   │   │   └── lucas_theorem.cpp
│   │   │   ├── lucky_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── lucky_number.c
│   │   │   │   └── lucky_number.java
│   │   │   ├── magic_square/
│   │   │   │   ├── README.md
│   │   │   │   └── magic_square.py
│   │   │   ├── matrix_row_reduction/
│   │   │   │   └── matrix_row_reduction.cpp
│   │   │   ├── maximum_perimeter_triangle/
│   │   │   │   └── PerimeterTriangle.java
│   │   │   ├── minimum_operations_elements_equal/
│   │   │   │   └── EqualizeEveryone.java
│   │   │   ├── modular_inverse/
│   │   │   │   ├── modular_inverse.cpp
│   │   │   │   ├── modular_inverse.java
│   │   │   │   ├── modular_inverse.py
│   │   │   │   └── modular_inverse.rb
│   │   │   ├── multiply_polynomial/
│   │   │   │   ├── README.md
│   │   │   │   └── multiply_polynomial.cpp
│   │   │   ├── newman_conway/
│   │   │   │   ├── README.md
│   │   │   │   ├── newman_conway_recursion.cpp
│   │   │   │   ├── newman_conway_sequence.c
│   │   │   │   └── newman_conway_sequence.cpp
│   │   │   ├── newton_polynomial/
│   │   │   │   ├── README.md
│   │   │   │   └── newton_polynomial.java
│   │   │   ├── newton_raphson_method/
│   │   │   │   ├── README.md
│   │   │   │   ├── newton_raphson.c
│   │   │   │   ├── newton_raphson.cpp
│   │   │   │   └── newton_raphson.php
│   │   │   ├── next_larger_number/
│   │   │   │   ├── next_larger_number.cpp
│   │   │   │   ├── next_larger_number.java
│   │   │   │   ├── next_larger_number.php
│   │   │   │   └── next_larger_number.py
│   │   │   ├── pandigital_number/
│   │   │   │   ├── README.md
│   │   │   │   ├── pandigital_number.c
│   │   │   │   └── pandigital_number.rb
│   │   │   ├── pascal_triangle/
│   │   │   │   ├── README.md
│   │   │   │   ├── pascal_triangle.c
│   │   │   │   ├── pascal_triangle.cpp
│   │   │   │   ├── pascal_triangle.exs
│   │   │   │   ├── pascal_triangle.go
│   │   │   │   ├── pascal_triangle.java
│   │   │   │   └── pascal_triangle.py
│   │   │   ├── perfect_number/
│   │   │   │   ├── .gitignore
│   │   │   │   ├── README.md
│   │   │   │   ├── perfect_number.c
│   │   │   │   ├── perfect_number.cpp
│   │   │   │   ├── perfect_number.hs
│   │   │   │   ├── perfect_number.java
│   │   │   │   ├── perfect_number.js
│   │   │   │   ├── perfect_number.php
│   │   │   │   ├── perfect_number.py
│   │   │   │   ├── perfect_number.rb
│   │   │   │   ├── perfect_number.rs
│   │   │   │   └── perfect_number_list.cpp
│   │   │   ├── permutation_lexicographic_order/
│   │   │   │   ├── README.md
│   │   │   │   └── permutation_lexicographic_order.cpp
│   │   │   ├── poisson_sample/
│   │   │   │   └── poisson_sample.py
│   │   │   ├── power/
│   │   │   │   ├── method1_power_recursion_with_even_odd_optimization.cpp
│   │   │   │   └── method2_power_recursion_with_even_odd_optimization.cpp
│   │   │   ├── primality_tests/
│   │   │   │   ├── fermat_primality_test/
│   │   │   │   │   ├── fermat_primality_test.c
│   │   │   │   │   └── fermat_primality_test.py
│   │   │   │   ├── miller_rabin_primality_test/
│   │   │   │   │   ├── miller_rabin_primality_test.cpp
│   │   │   │   │   ├── miller_rabin_primality_test.java
│   │   │   │   │   └── miller_rabin_primality_test.py
│   │   │   │   └── solovay_strassen_primality_test/
│   │   │   │       └── solovay_strassen_primality_test.cpp
│   │   │   ├── prime_factors/
│   │   │   │   ├── prime_factors.c
│   │   │   │   ├── prime_factors.cpp
│   │   │   │   ├── prime_factors.go
│   │   │   │   ├── prime_factors.java
│   │   │   │   ├── prime_factors.py
│   │   │   │   ├── sum_of_prime_factors.c
│   │   │   │   └── sum_of_primes.cpp
│   │   │   ├── prime_numbers_of_n/
│   │   │   │   ├── README.md
│   │   │   │   ├── prime_numbers_of_n.c
│   │   │   │   ├── prime_numbers_of_n.cpp
│   │   │   │   ├── prime_numbers_of_n.js
│   │   │   │   └── prime_numbers_of_n.py
│   │   │   ├── pythagorean_triplet/
│   │   │   │   ├── pythagorean_triplet.cpp
│   │   │   │   └── pythagorean_triplet.py
│   │   │   ├── replace_0_with_5/
│   │   │   │   ├── 0_to_5_efficent.cpp
│   │   │   │   ├── replace_0_with_5.c
│   │   │   │   ├── replace_0_with_5.cpp
│   │   │   │   ├── replace_0_with_5.cs
│   │   │   │   ├── replace_0_with_5.go
│   │   │   │   ├── replace_0_with_5.java
│   │   │   │   ├── replace_0_with_5.js
│   │   │   │   └── replace_0_with_5.py
│   │   │   ├── reverse_factorial/
│   │   │   │   ├── README.md
│   │   │   │   ├── reverse_factorial.c
│   │   │   │   ├── reverse_factorial.go
│   │   │   │   ├── reverse_factorial.java
│   │   │   │   ├── reverse_factorial.js
│   │   │   │   ├── reverse_factorial.py
│   │   │   │   └── reverse_factorial.rb
│   │   │   ├── reverse_number/
│   │   │   │   ├── reverse_a_number.c
│   │   │   │   ├── reverse_number.c
│   │   │   │   ├── reverse_number.cpp
│   │   │   │   ├── reverse_number.cs
│   │   │   │   ├── reverse_number.go
│   │   │   │   ├── reverse_number.hs
│   │   │   │   ├── reverse_number.java
│   │   │   │   ├── reverse_number.js
│   │   │   │   ├── reverse_number.php
│   │   │   │   ├── reverse_number.py
│   │   │   │   ├── reverse_number.rb
│   │   │   │   ├── reverse_number.swift
│   │   │   │   ├── reverse_number_iterative.c
│   │   │   │   └── reverse_number_recursion.java
│   │   │   ├── russian_peasant_multiplication/
│   │   │   │   ├── README.md
│   │   │   │   ├── russian_peasant_multiplication.c
│   │   │   │   ├── russian_peasant_multiplication.cpp
│   │   │   │   ├── russian_peasant_multiplication.cs
│   │   │   │   ├── russian_peasant_multiplication.go
│   │   │   │   ├── russian_peasant_multiplication.js
│   │   │   │   ├── russian_peasant_multiplication.php
│   │   │   │   ├── russian_peasant_multiplication.py
│   │   │   │   └── russian_peasant_multiplication.rs
│   │   │   ├── segmented_sieve_of_eratosthenes/
│   │   │   │   └── segmented_sieve_of_eratosthenes.cpp
│   │   │   ├── shuffle_array/
│   │   │   │   ├── README.md
│   │   │   │   ├── shuffle_array.c
│   │   │   │   ├── shuffle_array.cpp
│   │   │   │   ├── shuffle_array.js
│   │   │   │   └── shuffle_array.rb
│   │   │   ├── sieve_of_atkin/
│   │   │   │   ├── sieve_of_atkin.c
│   │   │   │   ├── sieve_of_atkin.cpp
│   │   │   │   ├── sieve_of_atkin.java
│   │   │   │   └── sieve_of_atkin.py
│   │   │   ├── sieve_of_eratosthenes/
│   │   │   │   ├── README.md
│   │   │   │   ├── sieve_of_eratosthenes.c
│   │   │   │   ├── sieve_of_eratosthenes.cpp
│   │   │   │   ├── sieve_of_eratosthenes.cs
│   │   │   │   ├── sieve_of_eratosthenes.go
│   │   │   │   ├── sieve_of_eratosthenes.hs
│   │   │   │   ├── sieve_of_eratosthenes.java
│   │   │   │   ├── sieve_of_eratosthenes.js
│   │   │   │   ├── sieve_of_eratosthenes.php
│   │   │   │   ├── sieve_of_eratosthenes.py
│   │   │   │   ├── sieve_of_eratosthenes_compact.cpp
│   │   │   │   └── sieve_of_eratosthenes_linear.cpp
│   │   │   ├── simpsons_rule/
│   │   │   │   ├── simpsons_rule.cpp
│   │   │   │   └── simpsons_rule.py
│   │   │   ├── smallest_digit_in_number/
│   │   │   │   ├── smallest_digit_in_number.c
│   │   │   │   ├── smallest_digit_in_number.cpp
│   │   │   │   ├── smallest_digit_in_number.cs
│   │   │   │   ├── smallest_digit_in_number.hs
│   │   │   │   ├── smallest_digit_in_number.java
│   │   │   │   ├── smallest_digit_in_number.js
│   │   │   │   ├── smallest_digit_in_number.php
│   │   │   │   ├── smallest_digit_in_number.py
│   │   │   │   └── smallest_digit_in_number.rb
│   │   │   ├── spiral_matrix/
│   │   │   │   ├── recursive_spiral_matrix.cpp
│   │   │   │   └── spiral_matrix_clockwise_cycle.cpp
│   │   │   ├── square_free_number/
│   │   │   │   ├── square_free_number.c
│   │   │   │   ├── square_free_number.cpp
│   │   │   │   ├── square_free_number.py
│   │   │   │   └── squarefreenumber.java
│   │   │   ├── std/
│   │   │   │   ├── std.c
│   │   │   │   ├── std.cpp
│   │   │   │   ├── std.go
│   │   │   │   ├── std.js
│   │   │   │   └── std.py
│   │   │   ├── steepest_descent/
│   │   │   │   └── steepest_descent.cpp
│   │   │   ├── sum_of_digits/
│   │   │   │   ├── sum_of_digits.c
│   │   │   │   ├── sum_of_digits.cpp
│   │   │   │   ├── sum_of_digits.cs
│   │   │   │   ├── sum_of_digits.ex
│   │   │   │   ├── sum_of_digits.go
│   │   │   │   ├── sum_of_digits.java
│   │   │   │   ├── sum_of_digits.js
│   │   │   │   ├── sum_of_digits.php
│   │   │   │   ├── sum_of_digits.py
│   │   │   │   ├── sum_of_digits.rb
│   │   │   │   ├── sum_of_digits.rs
│   │   │   │   ├── sum_of_digits.swift
│   │   │   │   └── sum_of_digits_with_recursion.c
│   │   │   ├── taxicab_numbers/
│   │   │   │   ├── taxicab_numbers.java
│   │   │   │   └── taxicab_numbers.py
│   │   │   ├── tower_of_hanoi/
│   │   │   │   ├── README.md
│   │   │   │   ├── tower_of_hanoi.c
│   │   │   │   ├── tower_of_hanoi.cpp
│   │   │   │   ├── tower_of_hanoi.go
│   │   │   │   ├── tower_of_hanoi.hs
│   │   │   │   ├── tower_of_hanoi.java
│   │   │   │   ├── tower_of_hanoi.js
│   │   │   │   ├── tower_of_hanoi.ml
│   │   │   │   ├── tower_of_hanoi.py
│   │   │   │   ├── tower_of_hanoi.rs
│   │   │   │   ├── tower_of_hanoi.scala
│   │   │   │   ├── tower_of_hanoi_binary_solution.c
│   │   │   │   └── tower_of_hanoi_iterative.c
│   │   │   ├── tribonacci_numbers/
│   │   │   │   ├── tribonacci_numbers.c
│   │   │   │   ├── tribonacci_numbers.cpp
│   │   │   │   ├── tribonacci_numbers.go
│   │   │   │   ├── tribonacci_numbers.java
│   │   │   │   ├── tribonacci_numbers.js
│   │   │   │   ├── tribonacci_numbers.py
│   │   │   │   ├── tribonacci_numbers.rs
│   │   │   │   └── tribonnaci.java
│   │   │   └── tridiagonal_matrix/
│   │   │       ├── README.md
│   │   │       └── tridiagonal_matrix.java
│   │   └── test/
│   │       ├── README.md
│   │       └── test_exponentiation_by_squaring.c
│   ├── networking/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── determine_endianess/
│   │   │   │   ├── determine_endianess.c
│   │   │   │   └── determine_endianess.sh
│   │   │   ├── packetsniffer/
│   │   │   │   ├── README.md
│   │   │   │   └── packetsniffer.py
│   │   │   └── validate_ip/
│   │   │       ├── README.md
│   │   │       ├── ValidateIp.java
│   │   │       ├── ipv4_check.go
│   │   │       ├── is_valid_ip.php
│   │   │       ├── validate_connection_ipv4.py
│   │   │       ├── validate_ip/
│   │   │       │   ├── validate_ipv4.c
│   │   │       │   └── validate_ipv6.c
│   │   │       ├── validate_ip.c
│   │   │       ├── validate_ip.cc
│   │   │       ├── validate_ip.rb
│   │   │       ├── validate_ip.sh
│   │   │       ├── validate_ipv4.js
│   │   │       ├── validate_ipv4.py
│   │   │       └── validate_ipv6.py
│   │   └── test/
│   │       └── README.md
│   ├── numerical_analysis/
│   │   ├── adam_bashforth/
│   │   │   └── src/
│   │   │       └── adam_bashforth.py
│   │   ├── bisection/
│   │   │   └── src/
│   │   │       └── Bisection Method.cpp
│   │   ├── false_position/
│   │   │   └── src/
│   │   │       └── False Position.cpp
│   │   ├── gauss_jacobi/
│   │   │   └── src/
│   │   │       └── Gauss Jacobi.cpp
│   │   ├── gauss_seidal/
│   │   │   └── src/
│   │   │       └── Gauss Seidal.cpp
│   │   ├── integral/
│   │   │   └── src/
│   │   │       ├── integral_rectangle.c
│   │   │       ├── integral_rectangle.cpp
│   │   │       ├── integral_rectangle.java
│   │   │       ├── integral_rectangle.py
│   │   │       ├── integral_trapezoid.c
│   │   │       ├── integral_trapezoid.cpp
│   │   │       ├── integral_trapezoid.java
│   │   │       └── integral_trapezoid.py
│   │   ├── iteration/
│   │   │   └── src/
│   │   │       └── Iteration Method.cpp
│   │   ├── monte_carlo/
│   │   │   └── src/
│   │   │       ├── integral_monte_carlo.cpp
│   │   │       ├── integral_montecarlo.c
│   │   │       ├── integral_montecarlo.py
│   │   │       ├── pi_monte_carlo.cpp
│   │   │       ├── pi_montecarlo.c
│   │   │       └── pi_montecarlo.py
│   │   ├── newton_rapson/
│   │   │   └── src/
│   │   │       └── Newton Rapson Method.cpp
│   │   ├── polynomial_interpolations/
│   │   │   └── src/
│   │   │       ├── lagrange_interpolation.py
│   │   │       └── nevilles_method.py
│   │   └── runge_kutt/
│   │       └── src/
│   │           ├── rk4.c
│   │           ├── rk4.cpp
│   │           └── rk4.py
│   ├── online_challenges/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── codechef/
│   │   │   │   ├── AMSGAME1/
│   │   │   │   │   ├── AMSGAME1.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── BACREP/
│   │   │   │   │   ├── BACREP.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── BRKBKS/
│   │   │   │   │   ├── Brkbks.java
│   │   │   │   │   └── README.md
│   │   │   │   ├── CARVANS/
│   │   │   │   │   ├── CARVANS.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── CASH/
│   │   │   │   │   ├── HardCash.java
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── hard_cash.cpp
│   │   │   │   ├── CHDIGER/
│   │   │   │   │   ├── CHDIGER.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── CHEALG/
│   │   │   │   │   ├── CHEALG.java
│   │   │   │   │   └── README.md
│   │   │   │   ├── CHEFING/
│   │   │   │   │   ├── CHEFING.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── CHFING/
│   │   │   │   │   ├── CHFING.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── CHNUM/
│   │   │   │   │   ├── CHNUM.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── CLEANUP/
│   │   │   │   │   ├── CLEANUP.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── CNOTE/
│   │   │   │   │   ├── CNOTE.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── COINS/
│   │   │   │   │   ├── COINS.py
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── coins.cpp
│   │   │   │   ├── CONFLIP/
│   │   │   │   │   ├── CONFLIP.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── COVID19/
│   │   │   │   │   ├── COVID19.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── DIVIDING/
│   │   │   │   │   ├── DIVIDING.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── EGGFREE/
│   │   │   │   │   ├── EGGFREE.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── EID2/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── eid2.cpp
│   │   │   │   ├── ERROR/
│   │   │   │   │   ├── ERROR.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── FCTRL/
│   │   │   │   │   ├── Factorial.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── GCD2/
│   │   │   │   │   ├── GCD2.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── GDOG/
│   │   │   │   │   ├── GDOG.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── GUESSNUM/
│   │   │   │   │   ├── Guessnum.java
│   │   │   │   │   └── README.md
│   │   │   │   ├── Greedy Puppy/
│   │   │   │   │   ├── Greedy_Pupy.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── HILLJUMP/
│   │   │   │   │   ├── HILLJUMP.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── HORSES/
│   │   │   │   │   ├── HORSES.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── J7/
│   │   │   │   │   ├── J7.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── JAIN/
│   │   │   │   │   ├── JAIN.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── JOHNY/
│   │   │   │   │   ├── JOHNY.c
│   │   │   │   │   ├── JOHNY.cpp
│   │   │   │   │   ├── JOHNY.py
│   │   │   │   │   └── README.md
│   │   │   │   ├── LAZERTST/
│   │   │   │   │   ├── LAZERTST.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── LEPERMUT/
│   │   │   │   │   ├── LEPERMUT.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── MARBLES/
│   │   │   │   │   ├── MARBLES.c
│   │   │   │   │   ├── MARBLES.py
│   │   │   │   │   └── README.md
│   │   │   │   ├── MARCHA1/
│   │   │   │   │   ├── MARCHA1.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── MATCHES/
│   │   │   │   │   ├── Mathces.cpp
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── matches.c
│   │   │   │   ├── MAXDIFF/
│   │   │   │   │   ├── MAXDIFF.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── MEETUP/
│   │   │   │   │   ├── MEETUP.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── MNMX/
│   │   │   │   │   ├── MNMX.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── NBONACCI/
│   │   │   │   │   ├── NBONACCI.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── NEWSCH/
│   │   │   │   │   ├── NEWSCH.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── NUKES/
│   │   │   │   │   ├── NUKES.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── NUMGAME2/
│   │   │   │   │   ├── NUMGAME2.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── OJUMPS/
│   │   │   │   │   ├── OJUMPS.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── P-BATTLE/
│   │   │   │   │   └── PBATTLE.cpp
│   │   │   │   ├── PRIME1/
│   │   │   │   │   ├── PRIME1.c
│   │   │   │   │   └── README.md
│   │   │   │   ├── README.md
│   │   │   │   ├── RESQ/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── RESQ.c
│   │   │   │   ├── RIGHTRI/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── RIGHTRI.c
│   │   │   │   ├── RRCOPY/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── RRCOPY.c
│   │   │   │   ├── SALARY/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── SALARY.c
│   │   │   │   ├── SLAB/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── SLAB.cpp
│   │   │   │   │   └── Slab.java
│   │   │   │   ├── SNUG_FIT/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── snug_fit.cpp
│   │   │   │   ├── SPCANDY/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── SPCANDY.c
│   │   │   │   ├── STFOOD/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── Stfood.java
│   │   │   │   ├── STONES/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── STONES.c
│   │   │   │   ├── STRWN/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── STRWN.cpp
│   │   │   │   ├── STUPMACH/
│   │   │   │   │   └── Stupmach.java
│   │   │   │   ├── TACHSTCK/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── TACHSTCK.c
│   │   │   │   ├── TOTR/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── TOTR.c
│   │   │   │   └── VOTERS/
│   │   │   │       ├── README.md
│   │   │   │       └── VOTERS.c
│   │   │   ├── hackerrank/
│   │   │   │   ├── 2d_array_ds/
│   │   │   │   │   └── 2d_array_ds.java
│   │   │   │   ├── 3D_aurface_area/
│   │   │   │   │   ├── 3D_surface_area.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── Counting_Valleys/
│   │   │   │   │   ├── Counting_Valleys.cpp
│   │   │   │   │   └── README.md
│   │   │   │   ├── Electronics_Shop/
│   │   │   │   │   ├── Electronics_Shop.cpp
│   │   │   │   │   └── Electronics_Shop.java
│   │   │   │   ├── almost_sorted/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── almost_sorted.cpp
│   │   │   │   ├── alternating_characters/
│   │   │   │   │   ├── Alternating.py
│   │   │   │   │   └── README.md
│   │   │   │   ├── array_manipulation/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── array_manipulation.cpp
│   │   │   │   ├── bigger_is_greater/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── bigger_is_greater.cpp
│   │   │   │   ├── dynamic_array/
│   │   │   │   │   └── dynamic_array.java
│   │   │   │   ├── encryption/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── encryption.cpp
│   │   │   │   ├── jumping_on_the_clouds/
│   │   │   │   │   ├── Readme.md
│   │   │   │   │   └── Solution.java
│   │   │   │   ├── lonely_integer/
│   │   │   │   │   └── lonely_integer.cpp
│   │   │   │   └── the_maximum_subarray/
│   │   │   │       ├── README.md
│   │   │   │       └── the_maximum_subarray.cpp
│   │   │   ├── leetcode/
│   │   │   │   ├── Arranging_coins/
│   │   │   │   │   └── arranging_coins.cpp
│   │   │   │   ├── Find_Minimum_in_Rotated_Sorted_Array/
│   │   │   │   │   └── FindMinimumInRotatedSortedArray.java
│   │   │   │   ├── README.md
│   │   │   │   ├── Sqrt(x)/
│   │   │   │   │   └── Sqrt(x).cpp
│   │   │   │   ├── decode_string/
│   │   │   │   │   └── encryption_string.py
│   │   │   │   ├── longest_substring_without_repetition/
│   │   │   │   │   └── longest_substring_without_repetition.cpp
│   │   │   │   ├── max_distance_to_closest_person/
│   │   │   │   │   └── Solution.py
│   │   │   │   ├── maximum_subarray/
│   │   │   │   │   └── maximumsubarray.cpp
│   │   │   │   ├── median_of_two_sorted_arrays/
│   │   │   │   │   └── median_of_two_sorted_arrays.cpp
│   │   │   │   ├── minimum_number_of_days_to_make_m_bouquets/
│   │   │   │   │   └── minimum_number_of_days_to_make_m_bouquets.cpp
│   │   │   │   ├── remove_duplicates_from_sorted_list_ii/
│   │   │   │   │   └── remove_duplicates_from_sorted_list_ii.cpp
│   │   │   │   ├── symmetric_tree/
│   │   │   │   │   └── symmetric_tree.cpp
│   │   │   │   └── two_sum/
│   │   │   │       └── two_sum.cpp
│   │   │   ├── project_euler/
│   │   │   │   ├── README.md
│   │   │   │   ├── documentation_guide.md
│   │   │   │   ├── problem_001/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_001.c
│   │   │   │   │   ├── problem_001.cpp
│   │   │   │   │   ├── problem_001.java
│   │   │   │   │   ├── problem_001.js
│   │   │   │   │   ├── problem_001.py
│   │   │   │   │   └── problem_001.rs
│   │   │   │   ├── problem_002/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_002.c
│   │   │   │   │   ├── problem_002.cpp
│   │   │   │   │   ├── problem_002.java
│   │   │   │   │   ├── problem_002.js
│   │   │   │   │   └── problem_002.py
│   │   │   │   ├── problem_003/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_003.c
│   │   │   │   │   ├── problem_003.cpp
│   │   │   │   │   ├── problem_003.java
│   │   │   │   │   ├── problem_003.js
│   │   │   │   │   └── problem_003.py
│   │   │   │   ├── problem_004/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_004.cpp
│   │   │   │   │   ├── problem_004.java
│   │   │   │   │   └── problem_004.py
│   │   │   │   ├── problem_005/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_005.c
│   │   │   │   │   ├── problem_005.cpp
│   │   │   │   │   ├── problem_005.java
│   │   │   │   │   └── problem_005.py
│   │   │   │   ├── problem_006/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_006.cpp
│   │   │   │   │   ├── problem_006.java
│   │   │   │   │   └── problem_006.py
│   │   │   │   ├── problem_007/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_007.cpp
│   │   │   │   │   ├── problem_007.js
│   │   │   │   │   └── problem_007.py
│   │   │   │   ├── problem_008/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_008.java
│   │   │   │   │   └── problem_008.py
│   │   │   │   ├── problem_009/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_009.cpp
│   │   │   │   │   ├── problem_009.java
│   │   │   │   │   └── problem_009.py
│   │   │   │   ├── problem_010/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_010.cpp
│   │   │   │   │   ├── problem_010.java
│   │   │   │   │   └── problem_010.py
│   │   │   │   ├── problem_011/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_011.cpp
│   │   │   │   ├── problem_012/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_012.cpp
│   │   │   │   │   └── problem_012.py
│   │   │   │   ├── problem_013/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_013.py
│   │   │   │   ├── problem_014/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_014.cpp
│   │   │   │   │   └── problem_014.py
│   │   │   │   ├── problem_016/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_016.py
│   │   │   │   ├── problem_017/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_017.cpp
│   │   │   │   ├── problem_018/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_018.py
│   │   │   │   ├── problem_019/
│   │   │   │   │   └── problem_019.java
│   │   │   │   ├── problem_020/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_020.java
│   │   │   │   │   └── problem_020.py
│   │   │   │   ├── problem_021/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_021.cpp
│   │   │   │   ├── problem_022/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_022.py
│   │   │   │   ├── problem_023/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_023.cpp
│   │   │   │   ├── problem_024/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_024.py
│   │   │   │   ├── problem_025/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_025.cpp
│   │   │   │   │   └── problem_025.py
│   │   │   │   ├── problem_026/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_026.cpp
│   │   │   │   ├── problem_027/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_027.cpp
│   │   │   │   ├── problem_028/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_028.cpp
│   │   │   │   │   └── problem_028.py
│   │   │   │   ├── problem_034/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_034.cpp
│   │   │   │   ├── problem_036/
│   │   │   │   │   ├── README.md
│   │   │   │   │   ├── problem_036.cpp
│   │   │   │   │   └── problem_036.py
│   │   │   │   ├── problem_037/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_037.cpp
│   │   │   │   ├── problem_040/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_040.py
│   │   │   │   ├── problem_067/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── problem_067.py
│   │   │   │   └── problem_102/
│   │   │   │       ├── README.md
│   │   │   │       ├── problem_102.cpp
│   │   │   │       └── triangles.txt
│   │   │   └── rosalind/
│   │   │       ├── README.md
│   │   │       └── complement_dna_strand/
│   │   │           ├── complement_dna.rs
│   │   │           └── complement_dna_strand.exs
│   │   └── test/
│   │       └── README.md
│   ├── operating_system/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── concurrency/
│   │   │   │   ├── dining_philosophers/
│   │   │   │   │   ├── README.md
│   │   │   │   │   └── dining_philosophers.c
│   │   │   │   ├── monitors/
│   │   │   │   │   └── monitors_system_v/
│   │   │   │   │       ├── main.c
│   │   │   │   │       ├── monitors.c
│   │   │   │   │       └── monitors.h
│   │   │   │   ├── peterson_algorithm_for_mutual_exclusion/
│   │   │   │   │   └── peterson_algorithm_in_c/
│   │   │   │   │       ├── mythreads.h
│   │   │   │   │       └── peterson_algo_mutual_exclusion_in_c.c
│   │   │   │   ├── producer_consumer/
│   │   │   │   │   └── producer_consumer.cpp
│   │   │   │   └── readers_writers/
│   │   │   │       └── readers_writers.cpp
│   │   │   ├── deadlocks/
│   │   │   │   └── bankers_algorithm/
│   │   │   │       ├── README.md
│   │   │   │       └── banker_safety.cpp
│   │   │   ├── memory_management/
│   │   │   │   ├── least_recently_used/
│   │   │   │   │   ├── lru.c
│   │   │   │   │   └── lru.cpp
│   │   │   │   ├── memory_mapping/
│   │   │   │   │   └── mapping.c
│   │   │   │   └── partitioned_allocation/
│   │   │   │       ├── best_fit.cpp
│   │   │   │       ├── first_fit.cpp
│   │   │   │       ├── next_fit.cpp
│   │   │   │       └── worst_fit.cpp
│   │   │   ├── processCreation/
│   │   │   │   ├── Processes.c
│   │   │   │   ├── README.md
│   │   │   │   └── vfork.c
│   │   │   ├── scheduling/
│   │   │   │   ├── first_come_first_serve/
│   │   │   │   │   ├── fcfs.cpp
│   │   │   │   │   ├── fcfs.cs
│   │   │   │   │   ├── fcfs.java
│   │   │   │   │   ├── fcfs.py
│   │   │   │   │   └── fcfs.rs
│   │   │   │   ├── guaranteed_scheduler/
│   │   │   │   │   └── guaranteed_scheduling.c
│   │   │   │   ├── job_sequencing/
│   │   │   │   │   └── job_sequencing.cpp
│   │   │   │   ├── multi_level_feedback_queue_scheduling/
│   │   │   │   │   └── mlfq.ts
│   │   │   │   ├── priority_scheduling/
│   │   │   │   │   ├── priority_scheduling_non_preemptive.c
│   │   │   │   │   └── priority_scheduling_preemptive.c
│   │   │   │   ├── round_robin_scheduling/
│   │   │   │   │   ├── round_robin_c/
│   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   ├── queue.c
│   │   │   │   │   │   ├── queue.h
│   │   │   │   │   │   └── round_robin.c
│   │   │   │   │   ├── round_robin_scheduling.cpp
│   │   │   │   │   └── round_robin_scheduling.java
│   │   │   │   ├── shortest_job_first/
│   │   │   │   │   ├── SJF.ASM
│   │   │   │   │   └── sjf.cpp
│   │   │   │   ├── shortest_seek_time_first/
│   │   │   │   │   ├── shortest_seek_time_first.c
│   │   │   │   │   └── shortest_seek_time_first.cpp
│   │   │   │   └── smallest_remaining_time_first/
│   │   │   │       └── srtf.c
│   │   │   └── shell/
│   │   │       ├── README.md
│   │   │       └── c/
│   │   │           ├── README.md
│   │   │           ├── makefile
│   │   │           └── shell.c
│   │   └── test/
│   │       └── README.md
│   ├── quantum_algorithms/
│   │   ├── grovers_algorithm/
│   │   │   ├── P1_grover_plot.py
│   │   │   └── README.md
│   │   └── shors_algorithm/
│   │       ├── P1_shor_primefactorization.py
│   │       └── README.md
│   ├── randomized_algorithms/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── birthday_paradox/
│   │   │   │   └── birthday_paradox.py
│   │   │   ├── karger_minimum_cut_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   └── karger_minimum_cut_algorithm.cpp
│   │   │   ├── kth_smallest_element_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   ├── kth_smallest_element.java
│   │   │   │   ├── kth_smallest_element_algorithm.c
│   │   │   │   └── kth_smallest_element_algorithm.cpp
│   │   │   ├── random_from_stream/
│   │   │   │   └── random_number_selection_from_a_stream.cpp
│   │   │   ├── random_node_linkedlist/
│   │   │   │   └── README.md
│   │   │   ├── randomized_quick_sort/
│   │   │   │   ├── randomized_quicksort.c
│   │   │   │   └── randomized_quicksort.cpp
│   │   │   ├── reservoir_sampling/
│   │   │   │   ├── README.md
│   │   │   │   ├── reservoir_sampling.cpp
│   │   │   │   └── reservoir_sampling.rs
│   │   │   └── shuffle_an_array/
│   │   │       ├── README.md
│   │   │       ├── shuffle_an_array.cpp
│   │   │       ├── shuffle_an_array.java
│   │   │       ├── shuffle_an_array.js
│   │   │       ├── shuffle_an_array.php
│   │   │       ├── shuffle_an_array.py
│   │   │       ├── shuffle_an_array.rb
│   │   │       ├── shuffle_an_array.rs
│   │   │       └── shuffle_library.rb
│   │   └── test/
│   │       └── README.md
│   ├── search/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── binary_search/
│   │   │   │   ├── BinarySearch.asm
│   │   │   │   ├── README.md
│   │   │   │   ├── binary_search.c
│   │   │   │   ├── binary_search.cpp
│   │   │   │   ├── binary_search.cs
│   │   │   │   ├── binary_search.ex
│   │   │   │   ├── binary_search.go
│   │   │   │   ├── binary_search.hs
│   │   │   │   ├── binary_search.java
│   │   │   │   ├── binary_search.js
│   │   │   │   ├── binary_search.kt
│   │   │   │   ├── binary_search.php
│   │   │   │   ├── binary_search.py
│   │   │   │   ├── binary_search.rb
│   │   │   │   ├── binary_search.rkt
│   │   │   │   ├── binary_search.rs
│   │   │   │   ├── binary_search.scala
│   │   │   │   ├── binary_search.sh
│   │   │   │   ├── binary_search.swift
│   │   │   │   ├── binary_search_2.cpp
│   │   │   │   └── binarysearchrecursion.cpp
│   │   │   ├── exponential_search/
│   │   │   │   ├── README.md
│   │   │   │   ├── exponential_search.c
│   │   │   │   ├── exponential_search.cpp
│   │   │   │   ├── exponential_search.cs
│   │   │   │   ├── exponential_search.go
│   │   │   │   ├── exponential_search.java
│   │   │   │   ├── exponential_search.js
│   │   │   │   ├── exponential_search.php
│   │   │   │   ├── exponential_search.py
│   │   │   │   ├── exponential_search.rb
│   │   │   │   ├── exponential_search.rs
│   │   │   │   └── exponential_search2.cpp
│   │   │   ├── fibonacci_search/
│   │   │   │   ├── fibonacci_search.c
│   │   │   │   ├── fibonacci_search.cpp
│   │   │   │   ├── fibonacci_search.java
│   │   │   │   ├── fibonacci_search.js
│   │   │   │   ├── fibonacci_search.py
│   │   │   │   └── fibonacci_search.swift
│   │   │   ├── fuzzy_search/
│   │   │   │   ├── fuzzy_search.js
│   │   │   │   └── fuzzy_search.php
│   │   │   ├── interpolation_search/
│   │   │   │   ├── README.md
│   │   │   │   ├── interpolation_search.c
│   │   │   │   ├── interpolation_search.cpp
│   │   │   │   ├── interpolation_search.go
│   │   │   │   ├── interpolation_search.java
│   │   │   │   ├── interpolation_search.js
│   │   │   │   ├── interpolation_search.php
│   │   │   │   └── interpolation_search.py
│   │   │   ├── jump_search/
│   │   │   │   ├── README.md
│   │   │   │   ├── jump_search.c
│   │   │   │   ├── jump_search.cpp
│   │   │   │   ├── jump_search.go
│   │   │   │   ├── jump_search.java
│   │   │   │   ├── jump_search.js
│   │   │   │   ├── jump_search.php
│   │   │   │   ├── jump_search.py
│   │   │   │   ├── jump_search.rs
│   │   │   │   └── jump_search.swift
│   │   │   ├── linear_search/
│   │   │   │   ├── LINEAR_SEARCH.ASM
│   │   │   │   ├── README.md
│   │   │   │   ├── linear_search.c
│   │   │   │   ├── linear_search.clj
│   │   │   │   ├── linear_search.cpp
│   │   │   │   ├── linear_search.cs
│   │   │   │   ├── linear_search.go
│   │   │   │   ├── linear_search.hs
│   │   │   │   ├── linear_search.java
│   │   │   │   ├── linear_search.js
│   │   │   │   ├── linear_search.kt
│   │   │   │   ├── linear_search.ml
│   │   │   │   ├── linear_search.nim
│   │   │   │   ├── linear_search.php
│   │   │   │   ├── linear_search.py
│   │   │   │   ├── linear_search.rb
│   │   │   │   ├── linear_search.re
│   │   │   │   ├── linear_search.rs
│   │   │   │   ├── linear_search.scala
│   │   │   │   ├── linear_search.swift
│   │   │   │   └── sentinellinearsearch.cpp
│   │   │   └── ternary_search/
│   │   │       ├── README.md
│   │   │       ├── ternary_search.c
│   │   │       ├── ternary_search.cpp
│   │   │       ├── ternary_search.go
│   │   │       ├── ternary_search.java
│   │   │       ├── ternary_search.js
│   │   │       ├── ternary_search.kt
│   │   │       ├── ternary_search.php
│   │   │       ├── ternary_search.py
│   │   │       └── ternary_search.rs
│   │   └── test/
│   │       ├── README.md
│   │       ├── test_search.cpp
│   │       └── test_search.py
│   ├── selection_algorithms/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   ├── median_of_medians/
│   │   │   │   ├── median_of_medians.c
│   │   │   │   ├── median_of_medians.hs
│   │   │   │   └── median_of_medians.py
│   │   │   ├── quick_select.java
│   │   │   ├── quick_select.kt
│   │   │   ├── quick_select.swift
│   │   │   ├── quickselect.cpp
│   │   │   ├── quickselect.go
│   │   │   ├── quickselect.py
│   │   │   └── quickselect_stl.cpp
│   │   └── test/
│   │       └── README.md
│   ├── shell_script/
│   │   ├── Looping/
│   │   │   ├── README.md
│   │   │   ├── for_loop/
│   │   │   │   ├── for_break.sh
│   │   │   │   ├── for_continue.sh
│   │   │   │   ├── for_ctype.sh
│   │   │   │   ├── for_increment.sh
│   │   │   │   ├── for_infinite.sh
│   │   │   │   ├── for_items.sh
│   │   │   │   ├── for_jump.sh
│   │   │   │   ├── for_seq.sh
│   │   │   │   └── forloop_tuple.sh
│   │   │   └── while_loop/
│   │   │       ├── while_basics.sh
│   │   │       └── while_infinite.sh
│   │   ├── README.md
│   │   ├── basic_scripts/
│   │   │   ├── README.md
│   │   │   └── src/
│   │   │       ├── HelloWorld.sh
│   │   │       ├── arithmetic.sh
│   │   │       ├── commandlineargument.sh
│   │   │       ├── deletevar.sh
│   │   │       ├── inout.sh
│   │   │       ├── readvar.sh
│   │   │       ├── specialvar.sh
│   │   │       └── variable.sh
│   │   ├── control_structures/
│   │   │   ├── README.md
│   │   │   └── src/
│   │   │       ├── if_elif_else.sh
│   │   │       ├── if_else.sh
│   │   │       └── switch_case.sh
│   │   ├── deleting_old_archives.sh
│   │   ├── functions/
│   │   │   ├── README.md
│   │   │   └── src/
│   │   │       ├── func_parameters.sh
│   │   │       ├── function.sh
│   │   │       ├── multicall.sh
│   │   │       ├── multiplefunctioncall.sh
│   │   │       ├── nestedfunction.sh
│   │   │       ├── return_code.sh
│   │   │       └── scope.sh
│   │   └── make_and_makefile/
│   │       ├── Makefile
│   │       ├── README.md
│   │       ├── add.c
│   │       ├── divide.c
│   │       ├── main.c
│   │       ├── multiply.c
│   │       ├── mycalculator
│   │       ├── mymath.h
│   │       └── subtract.c
│   ├── sorting/
│   │   ├── src/
│   │   │   ├── Frequency_Sort/
│   │   │   │   └── Frequency_Sort.py
│   │   │   ├── README.md
│   │   │   ├── Wave_Sort/
│   │   │   │   └── Wave_Sort.py
│   │   │   ├── bead_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── bead_sort.c
│   │   │   │   ├── bead_sort.cpp
│   │   │   │   ├── bead_sort.cs
│   │   │   │   ├── bead_sort.java
│   │   │   │   ├── bead_sort.js
│   │   │   │   ├── bead_sort.m
│   │   │   │   ├── bead_sort.php
│   │   │   │   ├── bead_sort.py
│   │   │   │   ├── bead_sort.swift
│   │   │   │   └── bead_sort_numpy.py
│   │   │   ├── bogo_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── bogo_or_permutation_sort.py
│   │   │   │   ├── bogo_sort.c
│   │   │   │   ├── bogo_sort.cpp
│   │   │   │   ├── bogo_sort.fs
│   │   │   │   ├── bogo_sort.go
│   │   │   │   ├── bogo_sort.java
│   │   │   │   ├── bogo_sort.js
│   │   │   │   ├── bogo_sort.m
│   │   │   │   ├── bogo_sort.pl
│   │   │   │   ├── bogo_sort.py
│   │   │   │   ├── bogo_sort.rb
│   │   │   │   └── bogo_sort.swift
│   │   │   ├── bubble_sort/
│   │   │   │   ├── BubbleSort.asm
│   │   │   │   ├── README.md
│   │   │   │   ├── bubble_sort.c
│   │   │   │   ├── bubble_sort.cpp
│   │   │   │   ├── bubble_sort.cs
│   │   │   │   ├── bubble_sort.dart
│   │   │   │   ├── bubble_sort.elm
│   │   │   │   ├── bubble_sort.exs
│   │   │   │   ├── bubble_sort.f
│   │   │   │   ├── bubble_sort.go
│   │   │   │   ├── bubble_sort.hs
│   │   │   │   ├── bubble_sort.java
│   │   │   │   ├── bubble_sort.jl
│   │   │   │   ├── bubble_sort.js
│   │   │   │   ├── bubble_sort.kt
│   │   │   │   ├── bubble_sort.m
│   │   │   │   ├── bubble_sort.php
│   │   │   │   ├── bubble_sort.py
│   │   │   │   ├── bubble_sort.rb
│   │   │   │   ├── bubble_sort.rs
│   │   │   │   ├── bubble_sort.sh
│   │   │   │   ├── bubble_sort.sml
│   │   │   │   ├── bubble_sort.swift
│   │   │   │   ├── bubble_sort.ts
│   │   │   │   ├── bubble_sort_efficient.cpp
│   │   │   │   ├── bubble_sort_extension.swift
│   │   │   │   ├── bubble_sort_linked_list.cpp
│   │   │   │   └── bubble_sort_recursive.cpp
│   │   │   ├── bucket_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── bucket_sort.c
│   │   │   │   ├── bucket_sort.cpp
│   │   │   │   ├── bucket_sort.cs
│   │   │   │   ├── bucket_sort.go
│   │   │   │   ├── bucket_sort.hs
│   │   │   │   ├── bucket_sort.java
│   │   │   │   ├── bucket_sort.js
│   │   │   │   ├── bucket_sort.m
│   │   │   │   ├── bucket_sort.php
│   │   │   │   ├── bucket_sort.py
│   │   │   │   ├── bucket_sort.rb
│   │   │   │   ├── bucket_sort.swift
│   │   │   │   └── bucket_sorting.cpp
│   │   │   ├── circle_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── circle_sort.c
│   │   │   │   ├── circle_sort.cpp
│   │   │   │   ├── circle_sort.cs
│   │   │   │   ├── circle_sort.java
│   │   │   │   ├── circle_sort.js
│   │   │   │   ├── circle_sort.m
│   │   │   │   ├── circle_sort.py
│   │   │   │   └── circle_sort.swift
│   │   │   ├── cocktail_sort/
│   │   │   │   ├── cocktail_sort.c
│   │   │   │   ├── cocktail_sort.java
│   │   │   │   └── cocktail_sort.py
│   │   │   ├── comb_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── comb_sort.c
│   │   │   │   ├── comb_sort.cpp
│   │   │   │   ├── comb_sort.go
│   │   │   │   ├── comb_sort.java
│   │   │   │   ├── comb_sort.js
│   │   │   │   ├── comb_sort.m
│   │   │   │   ├── comb_sort.py
│   │   │   │   └── comb_sort.swift
│   │   │   ├── counting_sort/
│   │   │   │   ├── Counting_sort.php
│   │   │   │   ├── README.md
│   │   │   │   ├── counting_sort.c
│   │   │   │   ├── counting_sort.cpp
│   │   │   │   ├── counting_sort.cs
│   │   │   │   ├── counting_sort.go
│   │   │   │   ├── counting_sort.java
│   │   │   │   ├── counting_sort.js
│   │   │   │   ├── counting_sort.m
│   │   │   │   ├── counting_sort.py
│   │   │   │   └── counting_sort.swift
│   │   │   ├── cycle_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── cycle_sort.c
│   │   │   │   ├── cycle_sort.cpp
│   │   │   │   ├── cycle_sort.cs
│   │   │   │   ├── cycle_sort.go
│   │   │   │   ├── cycle_sort.java
│   │   │   │   ├── cycle_sort.js
│   │   │   │   ├── cycle_sort.m
│   │   │   │   ├── cycle_sort.py
│   │   │   │   └── cycle_sort.swift
│   │   │   ├── flash_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── flash_sort.c
│   │   │   │   ├── flash_sort.js
│   │   │   │   ├── flash_sort.m
│   │   │   │   └── flash_sort.swift
│   │   │   ├── gnome_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── gnome_sort.c
│   │   │   │   ├── gnome_sort.cpp
│   │   │   │   ├── gnome_sort.go
│   │   │   │   ├── gnome_sort.java
│   │   │   │   ├── gnome_sort.js
│   │   │   │   ├── gnome_sort.m
│   │   │   │   ├── gnome_sort.py
│   │   │   │   └── gnome_sort.swift
│   │   │   ├── heap_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── heap_sort.c
│   │   │   │   ├── heap_sort.cpp
│   │   │   │   ├── heap_sort.cs
│   │   │   │   ├── heap_sort.go
│   │   │   │   ├── heap_sort.java
│   │   │   │   ├── heap_sort.js
│   │   │   │   ├── heap_sort.m
│   │   │   │   ├── heap_sort.py
│   │   │   │   ├── heap_sort.rb
│   │   │   │   ├── heap_sort.rs
│   │   │   │   ├── heap_sort.sc
│   │   │   │   ├── heap_sort.swift
│   │   │   │   └── heapsort.go
│   │   │   ├── insertion_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── insertion_sort.c
│   │   │   │   ├── insertion_sort.cpp
│   │   │   │   ├── insertion_sort.cs
│   │   │   │   ├── insertion_sort.dart
│   │   │   │   ├── insertion_sort.go
│   │   │   │   ├── insertion_sort.hs
│   │   │   │   ├── insertion_sort.java
│   │   │   │   ├── insertion_sort.js
│   │   │   │   ├── insertion_sort.kt
│   │   │   │   ├── insertion_sort.m
│   │   │   │   ├── insertion_sort.ml
│   │   │   │   ├── insertion_sort.php
│   │   │   │   ├── insertion_sort.py
│   │   │   │   ├── insertion_sort.rb
│   │   │   │   ├── insertion_sort.re
│   │   │   │   ├── insertion_sort.rs
│   │   │   │   ├── insertion_sort.sh
│   │   │   │   ├── insertion_sort.swift
│   │   │   │   └── insertion_sort_extension.swift
│   │   │   ├── intro_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── intro_sort.cpp
│   │   │   │   ├── intro_sort.m
│   │   │   │   └── intro_sort.swift
│   │   │   ├── median_sort/
│   │   │   │   ├── median_sort.cpp
│   │   │   │   ├── median_sort.cs
│   │   │   │   ├── median_sort.m
│   │   │   │   ├── median_sort.py
│   │   │   │   ├── median_sort.swift
│   │   │   │   └── median_sort_fast.cpp
│   │   │   ├── merge_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── merge_sort.c
│   │   │   │   ├── merge_sort.cpp
│   │   │   │   ├── merge_sort.cs
│   │   │   │   ├── merge_sort.fs
│   │   │   │   ├── merge_sort.go
│   │   │   │   ├── merge_sort.hs
│   │   │   │   ├── merge_sort.java
│   │   │   │   ├── merge_sort.js
│   │   │   │   ├── merge_sort.kt
│   │   │   │   ├── merge_sort.m
│   │   │   │   ├── merge_sort.php
│   │   │   │   ├── merge_sort.pl
│   │   │   │   ├── merge_sort.py
│   │   │   │   ├── merge_sort.rb
│   │   │   │   ├── merge_sort.rs
│   │   │   │   ├── merge_sort.scala
│   │   │   │   ├── merge_sort.sh
│   │   │   │   ├── merge_sort.swift
│   │   │   │   ├── merge_sort.ts
│   │   │   │   ├── merge_sort_extension.swift
│   │   │   │   ├── merge_sort_linked_list.c
│   │   │   │   └── merge_sort_linked_list.cpp
│   │   │   ├── pancake_sort/
│   │   │   │   └── pancake_sort.cpp
│   │   │   ├── pigeonhole_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── pigeonhole_sort.c
│   │   │   │   ├── pigeonhole_sort.cpp
│   │   │   │   ├── pigeonhole_sort.cs
│   │   │   │   ├── pigeonhole_sort.go
│   │   │   │   ├── pigeonhole_sort.java
│   │   │   │   ├── pigeonhole_sort.js
│   │   │   │   ├── pigeonhole_sort.m
│   │   │   │   ├── pigeonhole_sort.php
│   │   │   │   ├── pigeonhole_sort.py
│   │   │   │   ├── pigeonhole_sort.swift
│   │   │   │   └── pigeonholesort.scala
│   │   │   ├── postmans_sort/
│   │   │   │   ├── postmans_sort.c
│   │   │   │   └── postmans_sort.cpp
│   │   │   ├── quick_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── dutch_national_flag.cpp
│   │   │   │   ├── quick_sort.c
│   │   │   │   ├── quick_sort.cpp
│   │   │   │   ├── quick_sort.cs
│   │   │   │   ├── quick_sort.elm
│   │   │   │   ├── quick_sort.go
│   │   │   │   ├── quick_sort.hs
│   │   │   │   ├── quick_sort.java
│   │   │   │   ├── quick_sort.js
│   │   │   │   ├── quick_sort.lua
│   │   │   │   ├── quick_sort.m
│   │   │   │   ├── quick_sort.ml
│   │   │   │   ├── quick_sort.py
│   │   │   │   ├── quick_sort.rb
│   │   │   │   ├── quick_sort.rs
│   │   │   │   ├── quick_sort.scala
│   │   │   │   ├── quick_sort.sh
│   │   │   │   ├── quick_sort.swift
│   │   │   │   ├── quick_sort.ts
│   │   │   │   ├── quick_sort_extension.swift
│   │   │   │   ├── quick_sort_in_place.scala
│   │   │   │   ├── quick_sort_median_of_medians.c
│   │   │   │   └── quick_sort_three_way.cpp
│   │   │   ├── radix_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── radix_sort.c
│   │   │   │   ├── radix_sort.cpp
│   │   │   │   ├── radix_sort.go
│   │   │   │   ├── radix_sort.hs
│   │   │   │   ├── radix_sort.java
│   │   │   │   ├── radix_sort.js
│   │   │   │   ├── radix_sort.py
│   │   │   │   ├── radix_sort.rs
│   │   │   │   └── radix_sort.sh
│   │   │   ├── selection_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── SELCTION_SORT.ASM
│   │   │   │   ├── selection_sort.c
│   │   │   │   ├── selection_sort.cpp
│   │   │   │   ├── selection_sort.cs
│   │   │   │   ├── selection_sort.go
│   │   │   │   ├── selection_sort.hs
│   │   │   │   ├── selection_sort.java
│   │   │   │   ├── selection_sort.js
│   │   │   │   ├── selection_sort.kt
│   │   │   │   ├── selection_sort.m
│   │   │   │   ├── selection_sort.php
│   │   │   │   ├── selection_sort.py
│   │   │   │   ├── selection_sort.rb
│   │   │   │   ├── selection_sort.rs
│   │   │   │   ├── selection_sort.sh
│   │   │   │   ├── selection_sort.swift
│   │   │   │   ├── selection_sort.vb
│   │   │   │   └── selection_sort_extension.swift
│   │   │   ├── shaker_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── shaker_sort.c
│   │   │   │   ├── shaker_sort.cpp
│   │   │   │   ├── shaker_sort.cs
│   │   │   │   ├── shaker_sort.go
│   │   │   │   ├── shaker_sort.java
│   │   │   │   ├── shaker_sort.js
│   │   │   │   ├── shaker_sort.m
│   │   │   │   ├── shaker_sort.php
│   │   │   │   ├── shaker_sort.py
│   │   │   │   ├── shaker_sort.rs
│   │   │   │   └── shaker_sort.swift
│   │   │   ├── shell_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── shell_sort.c
│   │   │   │   ├── shell_sort.cpp
│   │   │   │   ├── shell_sort.go
│   │   │   │   ├── shell_sort.java
│   │   │   │   ├── shell_sort.js
│   │   │   │   ├── shell_sort.kt
│   │   │   │   ├── shell_sort.m
│   │   │   │   ├── shell_sort.py
│   │   │   │   ├── shell_sort.swift
│   │   │   │   └── shellsort.go
│   │   │   ├── sleep_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── sleep_sort.c
│   │   │   │   ├── sleep_sort.cpp
│   │   │   │   ├── sleep_sort.cs
│   │   │   │   ├── sleep_sort.go
│   │   │   │   ├── sleep_sort.java
│   │   │   │   ├── sleep_sort.jl
│   │   │   │   ├── sleep_sort.js
│   │   │   │   ├── sleep_sort.m
│   │   │   │   ├── sleep_sort.php
│   │   │   │   ├── sleep_sort.py
│   │   │   │   ├── sleep_sort.rb
│   │   │   │   ├── sleep_sort.scala
│   │   │   │   ├── sleep_sort.sh
│   │   │   │   └── sleep_sort.swift
│   │   │   ├── slow_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── slow_sort.cpp
│   │   │   │   └── slow_sort.java
│   │   │   ├── stooge_sort/
│   │   │   │   ├── README.md
│   │   │   │   ├── stooge_sort.c
│   │   │   │   ├── stooge_sort.cpp
│   │   │   │   ├── stooge_sort.go
│   │   │   │   ├── stooge_sort.java
│   │   │   │   ├── stooge_sort.js
│   │   │   │   └── stooge_sort.py
│   │   │   ├── topological_sort/
│   │   │   │   ├── readme.md
│   │   │   │   ├── topological_sort.c
│   │   │   │   ├── topological_sort.cpp
│   │   │   │   ├── topological_sort.java
│   │   │   │   └── topological_sort.py
│   │   │   └── tree_sort/
│   │   │       ├── README.md
│   │   │       ├── tree_sort.c
│   │   │       ├── tree_sort.cpp
│   │   │       ├── tree_sort.go
│   │   │       ├── tree_sort.java
│   │   │       ├── tree_sort.js
│   │   │       ├── tree_sort.php
│   │   │       └── tree_sort.py
│   │   └── test/
│   │       ├── README.md
│   │       ├── test_sort.cpp
│   │       ├── test_sort.py
│   │       └── test_sort.swift
│   ├── square_root_decomposition/
│   │   ├── src/
│   │   │   ├── README.md
│   │   │   └── mos_algorithm/
│   │   │       ├── mos_algorithm.cpp
│   │   │       └── sqrtdecomposition.py
│   │   └── test/
│   │       └── README.md
│   ├── string_algorithms/
│   │   ├── src/
│   │   │   ├── Longest_common_subsequence/
│   │   │   │   └── longest_common_subsequence.c
│   │   │   ├── README.md
│   │   │   ├── aho_corasick_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   ├── aho_corasick_algorithm.cpp
│   │   │   │   ├── aho_corasick_algorithm.java
│   │   │   │   └── aho_corasick_algorithm2.cpp
│   │   │   ├── anagram_search/
│   │   │   │   ├── README.md
│   │   │   │   ├── anagram.scala
│   │   │   │   ├── anagram_search.c
│   │   │   │   ├── anagram_search.cpp
│   │   │   │   ├── anagram_search.cs
│   │   │   │   ├── anagram_search.go
│   │   │   │   ├── anagram_search.java
│   │   │   │   ├── anagram_search.js
│   │   │   │   ├── anagram_search.py
│   │   │   │   ├── anagram_search.rb
│   │   │   │   └── anagram_search.swift
│   │   │   ├── arithmetic_on_large_numbers/
│   │   │   │   ├── string_addition.cpp
│   │   │   │   ├── string_factorial.cpp
│   │   │   │   ├── string_multiplication.cpp
│   │   │   │   └── string_subtract.cpp
│   │   │   ├── boyer_moore_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   ├── boyer_moore_algorithm.c
│   │   │   │   ├── boyer_moore_algorithm.cpp
│   │   │   │   └── boyer_moore_algorithm2.c
│   │   │   ├── finite_automata/
│   │   │   │   ├── README.md
│   │   │   │   ├── c/
│   │   │   │   │   ├── c/
│   │   │   │   │   │   └── makefile
│   │   │   │   │   ├── dfa.c
│   │   │   │   │   ├── dfa.h
│   │   │   │   │   ├── main.c
│   │   │   │   │   ├── types.c
│   │   │   │   │   └── types.h
│   │   │   │   ├── searchstringusingdfa.java
│   │   │   │   └── searchstringusingdfa.rs
│   │   │   ├── kasai_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   └── kasai_algorithm.cpp
│   │   │   ├── kmp_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   ├── kmp.java
│   │   │   │   ├── kmp.py
│   │   │   │   └── kmp_algorithm.cpp
│   │   │   ├── levenshtein_distance/
│   │   │   │   ├── README.md
│   │   │   │   └── levenshteindistance.java
│   │   │   ├── lexicographically_largest_palindrome_subsequence/
│   │   │   │   └── Lexicographyically_largest_palindrome_subsequence.cpp
│   │   │   ├── lipogram_checker/
│   │   │   │   ├── lipogram_checker.cpp
│   │   │   │   ├── lipogram_checker.cs
│   │   │   │   ├── lipogram_checker.js
│   │   │   │   └── lipogram_checker.py
│   │   │   ├── longest_palindromic_substring/
│   │   │   │   ├── longest_palindromic_substring.cpp
│   │   │   │   ├── longest_palindromic_substring.js
│   │   │   │   └── longest_palindromic_substring.py
│   │   │   ├── manachar_algorithm/
│   │   │   │   ├── manachar_longest_palindromic_subs.cpp
│   │   │   │   └── manachar_longest_palindromic_subs.py
│   │   │   ├── morse_code/
│   │   │   │   ├── morsecode.cpp
│   │   │   │   ├── morsecode.go
│   │   │   │   ├── morsecode.js
│   │   │   │   ├── morsecode.php
│   │   │   │   └── morsecode.py
│   │   │   ├── naive_pattern_search/
│   │   │   │   ├── README.md
│   │   │   │   ├── naive_pattern_search.cpp
│   │   │   │   └── naive_pattern_search.py
│   │   │   ├── palindrome_checker/
│   │   │   │   ├── palindrome.c
│   │   │   │   ├── palindrome.clj
│   │   │   │   ├── palindrome.cpp
│   │   │   │   ├── palindrome.cr
│   │   │   │   ├── palindrome.cs
│   │   │   │   ├── palindrome.erl
│   │   │   │   ├── palindrome.ex
│   │   │   │   ├── palindrome.go
│   │   │   │   ├── palindrome.hs
│   │   │   │   ├── palindrome.java
│   │   │   │   ├── palindrome.js
│   │   │   │   ├── palindrome.kt
│   │   │   │   ├── palindrome.lua
│   │   │   │   ├── palindrome.php
│   │   │   │   ├── palindrome.purs
│   │   │   │   ├── palindrome.py
│   │   │   │   ├── palindrome.rb
│   │   │   │   ├── palindrome.rs
│   │   │   │   ├── palindrome.sh
│   │   │   │   ├── palindrome.swift
│   │   │   │   └── palindrome.ts
│   │   │   ├── palindrome_substring/
│   │   │   │   └── palindrome_substring.c
│   │   │   ├── pangram_checker/
│   │   │   │   ├── README.md
│   │   │   │   ├── pangram.cpp
│   │   │   │   ├── pangram.java
│   │   │   │   ├── pangram.rb
│   │   │   │   ├── pangram_checker.c
│   │   │   │   ├── pangram_checker.go
│   │   │   │   ├── pangram_checker.js
│   │   │   │   ├── pangram_checker.m
│   │   │   │   ├── pangram_checker.php
│   │   │   │   ├── pangram_checker.py
│   │   │   │   ├── pangram_checker.swift
│   │   │   │   └── pangram_checker.ts
│   │   │   ├── password_strength_checker/
│   │   │   │   ├── README.md
│   │   │   │   ├── pw_checker.cpp
│   │   │   │   ├── pw_checker.cs
│   │   │   │   ├── pw_checker.java
│   │   │   │   ├── pw_checker.js
│   │   │   │   └── pw_checker.py
│   │   │   ├── rabin_karp_algorithm/
│   │   │   │   ├── README.md
│   │   │   │   ├── rabinKarp.cpp
│   │   │   │   ├── rabin_karp.c
│   │   │   │   ├── rabin_karp.java
│   │   │   │   └── rabin_karp.py
│   │   │   ├── remove_dups/
│   │   │   │   ├── remove_dumps.py
│   │   │   │   ├── remove_dups.c
│   │   │   │   ├── remove_dups.cpp
│   │   │   │   ├── remove_dups.js
│   │   │   │   └── remove_dups.rs
│   │   │   ├── reverse_word_string/
│   │   │   │   ├── reverse_word_string.cpp
│   │   │   │   ├── reverse_word_string.js
│   │   │   │   ├── reverse_word_string.py
│   │   │   │   └── reverse_word_string.rs
│   │   │   ├── string_matching/
│   │   │   │   └── NaiveStringmatching.py
│   │   │   ├── suffix_array/
│   │   │   │   ├── README.md
│   │   │   │   └── suffix_array.java
│   │   │   ├── sum_of_numbers_string/
│   │   │   │   └── sum_of_numbers_string.py
│   │   │   ├── trie_pattern_search/
│   │   │   │   ├── README.md
│   │   │   │   └── trie_pattern_search.cpp
│   │   │   └── z_algorithm/
│   │   │       ├── README.md
│   │   │       ├── z_algorithm.cpp
│   │   │       ├── z_algorithm.py
│   │   │       └── z_algorithm_z_array.cpp
│   │   └── test/
│   │       ├── README.md
│   │       └── test_naive_pattern_search.cpp
│   ├── theory_of_computation/
│   │   └── src/
│   │       ├── deterministic_finite_automaton/
│   │       │   ├── dfa.cpp
│   │       │   ├── dfa.hh
│   │       │   └── dfa.py
│   │       ├── non_deterministic_finite_automata_to_finite_automata/
│   │       │   └── ndfa_to_dfa.cpp
│   │       └── nondeterministic_finite_atomaton/
│   │           ├── nfa.cpp
│   │           └── nfa.py
│   └── unclassified/
│       ├── src/
│       │   ├── README.md
│       │   ├── add_1_to_no_represented_as_array_of_digit/
│       │   │   └── add_1_to_no_represented_as_array_of_digit.py
│       │   ├── add_one_to_number/
│       │   │   └── add_one_to_number.cpp
│       │   ├── array_to_set/
│       │   │   └── arraytoset_iterator.cpp
│       │   ├── autobiographical_numbers/
│       │   │   ├── README.md
│       │   │   └── autobiographical_numbers.cpp
│       │   ├── average/
│       │   │   ├── average.c
│       │   │   ├── average.cpp
│       │   │   ├── average.cs
│       │   │   ├── average.erl
│       │   │   ├── average.es6.js
│       │   │   ├── average.ex
│       │   │   ├── average.go
│       │   │   ├── average.java
│       │   │   ├── average.js
│       │   │   ├── average.nims
│       │   │   ├── average.php
│       │   │   ├── average.py
│       │   │   ├── average.rb
│       │   │   ├── average.rs
│       │   │   ├── average.scala
│       │   │   ├── average.sh
│       │   │   ├── average.swift
│       │   │   └── readme.md
│       │   ├── biggest_of_n_numbers/
│       │   │   ├── biggest_of_n.js
│       │   │   ├── biggest_of_n_numbers.c
│       │   │   ├── biggest_of_n_numbers.cpp
│       │   │   ├── biggest_of_n_numbers.cs
│       │   │   ├── biggest_of_n_numbers.java
│       │   │   ├── biggest_of_n_numbers.nims
│       │   │   ├── biggest_of_n_numbers.py
│       │   │   ├── biggest_of_n_numbers2.cpp
│       │   │   └── readme.md
│       │   ├── biggest_suffix/
│       │   │   ├── biggest_suffix.c
│       │   │   ├── biggest_suffix.js
│       │   │   └── readme.md
│       │   ├── fifteen_puzzle/
│       │   │   ├── fifteen.c
│       │   │   ├── log.txt
│       │   │   ├── makefile
│       │   │   └── readme.md
│       │   ├── flutter_res/
│       │   │   └── README.md
│       │   ├── jaccard_similarity/
│       │   │   ├── README.md
│       │   │   ├── jaccard.c
│       │   │   ├── jaccard.java
│       │   │   ├── jaccard.js
│       │   │   ├── jaccard.nims
│       │   │   └── jaccard.py
│       │   ├── josephus_problem/
│       │   │   ├── README.md
│       │   │   ├── josephus.c
│       │   │   ├── josephus.cpp
│       │   │   ├── josephus.go
│       │   │   ├── josephus.js
│       │   │   └── josephus.py
│       │   ├── krishnamurthy_number/
│       │   │   ├── README.md
│       │   │   └── krishnamurthyNumber.py
│       │   ├── lapindrom_checker/
│       │   │   ├── README.md
│       │   │   ├── lapindrome_checker.cpp
│       │   │   └── lapindrome_checker.py
│       │   ├── leap_year/
│       │   │   ├── leap_year.c
│       │   │   ├── leap_year.cpp
│       │   │   ├── leap_year.cs
│       │   │   ├── leap_year.go
│       │   │   ├── leap_year.java
│       │   │   ├── leap_year.nim
│       │   │   ├── leap_year.py
│       │   │   ├── leap_year.rs
│       │   │   ├── leap_years.js
│       │   │   └── readme.txt
│       │   ├── magic_square/
│       │   │   ├── magic_square.c
│       │   │   ├── magic_square.php
│       │   │   ├── magic_square.py
│       │   │   └── magic_square.swift
│       │   ├── majority_element/
│       │   │   ├── majority_element.cpp
│       │   │   └── majority_element_randomized.cpp
│       │   ├── maximum_subarray_sum/
│       │   │   └── maximum_subarray_sum.cpp
│       │   ├── median_of_two_sorted_arrays/
│       │   │   └── median_of_two_sorted_arrays.c
│       │   ├── median_two_sortedArrayOfDifferentLength/
│       │   │   └── medianOfTwoSortedArrayOfDifferentLength.cpp
│       │   ├── merge_arrays/
│       │   │   └── merge_arrays.cpp
│       │   ├── minimum_subarray_size_with_degree/
│       │   │   └── minsubarraysizewithdegree.cpp
│       │   ├── move_zeroes_to_end/
│       │   │   ├── move_zeroes_to_end.cpp
│       │   │   └── move_zeroes_to_end.py
│       │   ├── no_operator_addition/
│       │   │   └── addition.c
│       │   ├── optimized_fibonacci/
│       │   │   └── optimized_fibonacci.cpp
│       │   ├── paint_fill/
│       │   │   └── paint_fill.cpp
│       │   ├── palindrome/
│       │   │   └── palindrome_check/
│       │   │       ├── palindrome.nim
│       │   │       ├── palindrome.py
│       │   │       ├── palindrome_check.c
│       │   │       ├── palindrome_check.cpp
│       │   │       ├── palindrome_check.cs
│       │   │       ├── palindrome_check.java
│       │   │       ├── palindrome_check.js
│       │   │       └── palindrome_check.rb
│       │   ├── range_sum_of_BST/
│       │   │   └── range_sum_of_bst.java
│       │   ├── segregate_even_odd/
│       │   │   ├── segregate_even_odd.cpp
│       │   │   └── segregate_even_odd.py
│       │   ├── segregate_positive_negative/
│       │   │   └── segregate_positive_negative.cpp
│       │   ├── smallest_number_to_the_left/
│       │   │   └── smallest.cpp
│       │   ├── spiral_print/
│       │   │   ├── README.md
│       │   │   ├── spiral_print.c
│       │   │   ├── spiral_print.cpp
│       │   │   ├── spiral_print.go
│       │   │   ├── spiral_print.java
│       │   │   └── spiral_print.py
│       │   ├── split_list/
│       │   │   ├── split_array.js
│       │   │   └── split_list.py
│       │   ├── sum_numbers_string/
│       │   │   └── sum_numbers_string.cpp
│       │   ├── tokenizer/
│       │   │   └── tokenizer.cpp
│       │   ├── unique_number/
│       │   │   ├── unique_num_stl.cpp
│       │   │   ├── unique_number.cpp
│       │   │   ├── unique_number.java
│       │   │   └── unique_number.py
│       │   ├── unique_numbers/
│       │   │   └── unique_numbers.py
│       │   └── utilities/
│       │       ├── convert2mp3.sh
│       │       └── download_link.sh
│       └── test/
│           ├── README.md
│           ├── palindrome/
│           │   └── palindrome_check/
│           │       ├── README.md
│           │       └── test_palindrome_check.cpp
│           └── spiral_printing/
│               └── test_spiral_print.cpp
├── generate_dependencies.make
├── guides/
│   ├── README.md
│   ├── coding_style/
│   │   ├── README.md
│   │   ├── c/
│   │   │   └── README.md
│   │   ├── c#/
│   │   │   ├── README.md
│   │   │   └── tryCatch.md
│   │   ├── c++/
│   │   │   ├── README.md
│   │   │   └── uncrustify_tests/
│   │   │       ├── input/
│   │   │       │   └── space001.cpp
│   │   │       ├── output/
│   │   │       │   └── space001.cpp
│   │   │       └── test.sh
│   │   ├── elixir/
│   │   │   └── README.md
│   │   ├── f#/
│   │   │   └── README.md
│   │   ├── go/
│   │   │   └── README.md
│   │   ├── java/
│   │   │   └── README.md
│   │   ├── javascript/
│   │   │   └── README.md
│   │   ├── kotlin/
│   │   │   └── README.md
│   │   ├── lisp/
│   │   │   └── README.md
│   │   ├── ml/
│   │   │   └── README.md
│   │   ├── pascal/
│   │   │   └── README.md
│   │   ├── perl/
│   │   │   └── style.md
│   │   ├── php/
│   │   │   └── README.md
│   │   ├── python/
│   │   │   └── README.md
│   │   ├── ruby/
│   │   │   └── README.md
│   │   ├── rust/
│   │   │   └── README.md
│   │   ├── swift/
│   │   │   └── README.md
│   │   └── typescript/
│   │       └── README.md
│   ├── documentation_guide.md
│   └── installation_guides/
│       ├── README.md
│       ├── c/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── c++/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── elixir/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── go/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── java/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── javascript/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── kotlin/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── pascal/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── python/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── python_pip/
│       │   └── linux/
│       │       └── README.md
│       ├── ruby/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       ├── rust/
│       │   ├── README.md
│       │   ├── linux/
│       │   │   └── README.md
│       │   ├── mac/
│       │   │   └── README.md
│       │   └── windows/
│       │       └── README.md
│       └── swift/
│           ├── README.md
│           ├── linux/
│           │   └── README.md
│           ├── mac/
│           │   └── README.md
│           └── windows/
│               └── README.md
├── makefile
├── scripts/
│   ├── README.md
│   ├── STATS.md
│   ├── STATS.txt
│   ├── build_cpp.sh
│   ├── cpp_coding_style_checker.sh
│   ├── filename_formatter.sh
│   ├── global-metadata.py
│   ├── global_metadata.json
│   ├── javascript_code_style_checker.sh
│   ├── metadata/
│   │   └── code/
│   │       ├── artificial_intelligence/
│   │       │   └── src/
│   │       │       ├── a_star/
│   │       │       │   └── data.json
│   │       │       ├── artificial_neural_network/
│   │       │       │   └── data.json
│   │       │       ├── autoenncoder/
│   │       │       │   └── data.json
│   │       │       ├── convolutional_neural_network/
│   │       │       │   └── data.json
│   │       │       ├── dbscan_clustering/
│   │       │       │   └── data.json
│   │       │       ├── decision_tree/
│   │       │       │   └── data.json
│   │       │       ├── factorization_machines/
│   │       │       │   └── data.json
│   │       │       ├── gaussian_mixture_model/
│   │       │       │   └── data.json
│   │       │       ├── gaussian_naive_bayes/
│   │       │       │   └── data.json
│   │       │       ├── gradient_boosting_trees/
│   │       │       │   └── data.json
│   │       │       ├── hierachical_clustering/
│   │       │       │   └── hierachical_clustering/
│   │       │       │       └── data.json
│   │       │       ├── image_processing/
│   │       │       │   ├── canny/
│   │       │       │   │   └── data.json
│   │       │       │   ├── data.json
│   │       │       │   ├── erode_dilate/
│   │       │       │   │   └── data.json
│   │       │       │   ├── houghtransform/
│   │       │       │   │   └── data.json
│   │       │       │   ├── image_stitching/
│   │       │       │   │   └── data.json
│   │       │       │   ├── prewittfilter/
│   │       │       │   │   └── data.json
│   │       │       │   └── sobelfilter/
│   │       │       │       └── data.json
│   │       │       ├── isodata_clustering/
│   │       │       │   └── data.json
│   │       │       ├── k_means/
│   │       │       │   └── data.json
│   │       │       ├── k_nearest_neighbours/
│   │       │       │   └── data.json
│   │       │       ├── linear_regression/
│   │       │       │   └── linear_regression/
│   │       │       │       └── data.json
│   │       │       ├── logistic_regression/
│   │       │       │   └── data.json
│   │       │       ├── minimax/
│   │       │       │   └── data.json
│   │       │       ├── naive_bayes/
│   │       │       │   └── data.json
│   │       │       ├── nearest_sequence_memory/
│   │       │       │   └── nsm_matlab/
│   │       │       │       └── data.json
│   │       │       ├── neural_network/
│   │       │       │   └── data.json
│   │       │       ├── neural_style_transfer/
│   │       │       │   └── data.json
│   │       │       ├── particle_swarm_optimization/
│   │       │       │   ├── gbestPSO/
│   │       │       │   │   └── data.json
│   │       │       │   └── lbestPSO/
│   │       │       │       └── data.json
│   │       │       ├── perceptron/
│   │       │       │   └── data.json
│   │       │       ├── principal_component_analysis/
│   │       │       │   └── data.json
│   │       │       ├── q_learning/
│   │       │       │   └── data.json
│   │       │       ├── random_forests/
│   │       │       │   └── data.json
│   │       │       ├── restricted_boltzmann_machine/
│   │       │       │   └── data.json
│   │       │       ├── sat/
│   │       │       │   └── data.json
│   │       │       ├── support_vector_machine/
│   │       │       │   └── data.json
│   │       │       ├── t_distributed_stochastic_neighbor_embedding/
│   │       │       │   └── data.json
│   │       │       └── tsp/
│   │       │           └── data.json
│   │       ├── backtracking/
│   │       │   └── src/
│   │       │       ├── algorithm_x/
│   │       │       │   └── data.json
│   │       │       ├── crossword_puzzle/
│   │       │       │   └── data.json
│   │       │       ├── knight_tour/
│   │       │       │   └── data.json
│   │       │       ├── m_coloring_problem/
│   │       │       │   └── data.json
│   │       │       ├── n_queen/
│   │       │       │   └── data.json
│   │       │       ├── number_of_ways_in_maze/
│   │       │       │   └── data.json
│   │       │       ├── partitions_of_number/
│   │       │       │   └── data.json
│   │       │       ├── partitions_of_set/
│   │       │       │   └── data.json
│   │       │       ├── permutations_of_string/
│   │       │       │   └── data.json
│   │       │       ├── powerset/
│   │       │       │   └── data.json
│   │       │       ├── rat_in_a_maze/
│   │       │       │   └── data.json
│   │       │       ├── subset_sum/
│   │       │       │   └── data.json
│   │       │       └── sudoku_solve/
│   │       │           └── data.json
│   │       ├── bit_manipulation/
│   │       │   └── src/
│   │       │       ├── addition_using_bits/
│   │       │       │   └── data.json
│   │       │       ├── bit_division/
│   │       │       │   └── data.json
│   │       │       ├── byte_swapper/
│   │       │       │   └── data.json
│   │       │       ├── convert_number_binary/
│   │       │       │   └── data.json
│   │       │       ├── count_set_bits/
│   │       │       │   └── data.json
│   │       │       ├── flip_bits/
│   │       │       │   └── data.json
│   │       │       ├── hamming_distance/
│   │       │       │   └── data.json
│   │       │       ├── invert_bit/
│   │       │       │   └── data.json
│   │       │       ├── lonely_integer/
│   │       │       │   └── data.json
│   │       │       ├── magic_number/
│   │       │       │   └── data.json
│   │       │       ├── maximum_xor_value/
│   │       │       │   └── data.json
│   │       │       ├── power_of_2/
│   │       │       │   └── data.json
│   │       │       ├── subset_generation/
│   │       │       │   └── data.json
│   │       │       ├── sum_binary_numbers/
│   │       │       │   └── data.json
│   │       │       ├── sum_equals_xor/
│   │       │       │   └── data.json
│   │       │       ├── thrice_unique_number/
│   │       │       │   └── data.json
│   │       │       ├── twice_unique_number/
│   │       │       │   └── data.json
│   │       │       └── xor_swap/
│   │       │           └── data.json
│   │       ├── cellular_automaton/
│   │       │   └── src/
│   │       │       ├── brians_brain/
│   │       │       │   └── data.json
│   │       │       ├── conways_game_of_life/
│   │       │       │   └── data.json
│   │       │       ├── elementary_cellular_automata/
│   │       │       │   └── data.json
│   │       │       ├── genetic_algorithm/
│   │       │       │   └── data.json
│   │       │       ├── langtons_ant/
│   │       │       │   └── data.json
│   │       │       ├── nobili_cellular_automata/
│   │       │       │   └── data.json
│   │       │       └── von_neumann_cellular_automata/
│   │       │           └── data.json
│   │       ├── compression/
│   │       │   └── src/
│   │       │       ├── lossless_compression/
│   │       │       │   ├── data.json
│   │       │       │   ├── huffman/
│   │       │       │   │   └── data.json
│   │       │       │   └── lempel_ziv_welch/
│   │       │       │       └── data.json
│   │       │       └── lossy_compression/
│   │       │           └── data.json
│   │       ├── computational_geometry/
│   │       │   └── src/
│   │       │       ├── 2d_line_intersection/
│   │       │       │   └── data.json
│   │       │       ├── 2d_separating_axis_test/
│   │       │       │   └── data.json
│   │       │       ├── area_of_polygon/
│   │       │       │   └── data.json
│   │       │       ├── area_of_triangle/
│   │       │       │   └── data.json
│   │       │       ├── axis_aligned_bounding_box_collision/
│   │       │       │   └── data.json
│   │       │       ├── bresenham_circle/
│   │       │       │   └── data.json
│   │       │       ├── bresenham_line/
│   │       │       │   └── data.json
│   │       │       ├── chans_algorithm/
│   │       │       │   └── data.json
│   │       │       ├── cohen_sutherland_lineclip/
│   │       │       │   └── data.json
│   │       │       ├── dda_line/
│   │       │       │   └── data.json
│   │       │       ├── distance_between_points/
│   │       │       │   └── data.json
│   │       │       ├── graham_scan/
│   │       │       │   └── data.json
│   │       │       ├── halfplane_intersection/
│   │       │       │   └── data.json
│   │       │       ├── jarvis_march/
│   │       │       │   └── data.json
│   │       │       ├── quickhull/
│   │       │       │   └── data.json
│   │       │       ├── sphere_tetrahedron_intersection/
│   │       │       │   └── data.json
│   │       │       └── sutherland_hodgeman_clipping/
│   │       │           └── data.json
│   │       ├── computer_graphics/
│   │       │   └── src/
│   │       │       └── diamond_square/
│   │       │           └── data.json
│   │       ├── cryptography/
│   │       │   └── src/
│   │       │       ├── aes_128/
│   │       │       │   ├── aes_csharp/
│   │       │       │   │   ├── data.json
│   │       │       │   │   └── example/
│   │       │       │   │       └── data.json
│   │       │       │   └── data.json
│   │       │       ├── affine_cipher/
│   │       │       │   └── data.json
│   │       │       ├── atbash_cipher/
│   │       │       │   └── data.json
│   │       │       ├── autokey_cipher/
│   │       │       │   └── data.json
│   │       │       ├── baconian_cipher/
│   │       │       │   └── data.json
│   │       │       ├── caesar_cipher/
│   │       │       │   └── data.json
│   │       │       ├── columnar_transposition_cipher/
│   │       │       │   └── data.json
│   │       │       ├── huffman_encoding/
│   │       │       │   └── data.json
│   │       │       ├── morse_cipher/
│   │       │       │   └── data.json
│   │       │       ├── polybius_cipher/
│   │       │       │   └── data.json
│   │       │       ├── porta_cipher/
│   │       │       │   └── data.json
│   │       │       ├── rail_fence_cipher/
│   │       │       │   └── data.json
│   │       │       ├── rot13_cipher/
│   │       │       │   └── data.json
│   │       │       ├── rsa/
│   │       │       │   └── data.json
│   │       │       ├── rsa_digital_signature/
│   │       │       │   └── data.json
│   │       │       ├── runningkey_cipher/
│   │       │       │   └── data.json
│   │       │       ├── sha/
│   │       │       │   └── sha_256/
│   │       │       │       └── data.json
│   │       │       └── vigenere_cipher/
│   │       │           └── data.json
│   │       ├── data_structures/
│   │       │   └── src/
│   │       │       ├── bag/
│   │       │       │   └── data.json
│   │       │       ├── binary_heap/
│   │       │       │   └── data.json
│   │       │       ├── hashs/
│   │       │       │   ├── bloom_filter/
│   │       │       │   │   └── data.json
│   │       │       │   └── hash_table/
│   │       │       │       └── data.json
│   │       │       ├── linked_list/
│   │       │       │   └── data.json
│   │       │       ├── list/
│   │       │       │   ├── circular_linked_list/
│   │       │       │   │   ├── data.json
│   │       │       │   │   └── operations/
│   │       │       │   │       └── data.json
│   │       │       │   ├── data.json
│   │       │       │   ├── doubly_linked_list/
│   │       │       │   │   ├── c/
│   │       │       │   │   │   └── data.json
│   │       │       │   │   └── data.json
│   │       │       │   ├── singly_linked_list/
│   │       │       │   │   ├── data.json
│   │       │       │   │   ├── menu_interface/
│   │       │       │   │   │   └── data.json
│   │       │       │   │   └── operations/
│   │       │       │   │       ├── delete/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── detect_cycle/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── find/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── insertion/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── merge_sorted/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── n_th_node_linked_list/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── print_reverse/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── push/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── reverse/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── rotate/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       ├── sort/
│   │       │       │   │       │   └── data.json
│   │       │       │   │       └── unclassified/
│   │       │       │   │           └── data.json
│   │       │       │   ├── skip_list/
│   │       │       │   │   └── data.json
│   │       │       │   └── xor_linked_list/
│   │       │       │       └── data.json
│   │       │       ├── other/
│   │       │       │   └── data.json
│   │       │       ├── queue/
│   │       │       │   ├── circular_buffer/
│   │       │       │   │   └── data.json
│   │       │       │   ├── double_ended_queue/
│   │       │       │   │   └── data.json
│   │       │       │   ├── queue/
│   │       │       │   │   └── data.json
│   │       │       │   ├── queue_stream/
│   │       │       │   │   └── data.json
│   │       │       │   ├── queue_using_linked_list/
│   │       │       │   │   └── data.json
│   │       │       │   ├── queue_using_stack/
│   │       │       │   │   └── data.json
│   │       │       │   └── reverse_queue/
│   │       │       │       └── data.json
│   │       │       ├── stack/
│   │       │       │   ├── abstract_stack/
│   │       │       │   │   ├── cpp/
│   │       │       │   │   │   ├── arraystack/
│   │       │       │   │   │   │   └── data.json
│   │       │       │   │   │   └── data.json
│   │       │       │   │   └── data.json
│   │       │       │   ├── balanced_expression/
│   │       │       │   │   └── data.json
│   │       │       │   ├── infix_to_postfix/
│   │       │       │   │   └── data.json
│   │       │       │   ├── postfix_evaluation/
│   │       │       │   │   └── data.json
│   │       │       │   ├── prefix_to_postfix/
│   │       │       │   │   └── data.json
│   │       │       │   ├── reverse_stack/
│   │       │       │   │   └── data.json
│   │       │       │   ├── sort_stack/
│   │       │       │   │   └── data.json
│   │       │       │   └── stack/
│   │       │       │       └── data.json
│   │       │       └── tree/
│   │       │           ├── b_tree/
│   │       │           │   ├── b_tree/
│   │       │           │   │   ├── b_tree_c/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   └── data.json
│   │       │           │   └── two_three_tree/
│   │       │           │       └── data.json
│   │       │           ├── binary_tree/
│   │       │           │   ├── aa_tree/
│   │       │           │   │   └── data.json
│   │       │           │   ├── avl_tree/
│   │       │           │   │   └── data.json
│   │       │           │   ├── binary_tree/
│   │       │           │   │   ├── convert_to_doubly_linked_list/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── data.json
│   │       │           │   │   ├── diameter/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── is_balance/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── is_binary_tree/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── is_same/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── make_binary_tree/
│   │       │           │   │   │   ├── data.json
│   │       │           │   │   │   ├── from_inorder_and_postorder/
│   │       │           │   │   │   │   └── data.json
│   │       │           │   │   │   └── from_inorder_and_preorder/
│   │       │           │   │   │       └── data.json
│   │       │           │   │   ├── make_mirror_tree/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── maximum_height/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── minimum_height/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── node/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── path_sum/
│   │       │           │   │   │   ├── data.json
│   │       │           │   │   │   └── sum_left/
│   │       │           │   │   │       └── data.json
│   │       │           │   │   ├── serializer/
│   │       │           │   │   │   └── data.json
│   │       │           │   │   ├── traversal/
│   │       │           │   │   │   ├── inorder/
│   │       │           │   │   │   │   └── right_threaded/
│   │       │           │   │   │   │       └── data.json
│   │       │           │   │   │   ├── preorder/
│   │       │           │   │   │   │   ├── left_view/
│   │       │           │   │   │   │   │   └── data.json
│   │       │           │   │   │   │   └── right_view/
│   │       │           │   │   │   │       └── data.json
│   │       │           │   │   │   └── zigzag/
│   │       │           │   │   │       └── data.json
│   │       │           │   │   └── tree/
│   │       │           │   │       ├── bottom_view_binary_tree/
│   │       │           │   │       │   └── data.json
│   │       │           │   │       └── data.json
│   │       │           │   ├── rope/
│   │       │           │   │   └── data.json
│   │       │           │   └── treap/
│   │       │           │       └── data.json
│   │       │           ├── heap/
│   │       │           │   ├── binomial_heap/
│   │       │           │   │   └── data.json
│   │       │           │   ├── data.json
│   │       │           │   ├── max_heap/
│   │       │           │   │   └── data.json
│   │       │           │   ├── min_heap/
│   │       │           │   │   └── data.json
│   │       │           │   ├── pairing_heap/
│   │       │           │   │   └── data.json
│   │       │           │   ├── priority_queue/
│   │       │           │   │   ├── data.json
│   │       │           │   │   └── leftist_tree/
│   │       │           │   │       └── data.json
│   │       │           │   └── soft_heap/
│   │       │           │       └── data.json
│   │       │           ├── multiway_tree/
│   │       │           │   ├── fenwick_tree/
│   │       │           │   │   └── data.json
│   │       │           │   ├── red_black_tree/
│   │       │           │   │   └── data.json
│   │       │           │   ├── splay_tree/
│   │       │           │   │   └── data.json
│   │       │           │   ├── union_find/
│   │       │           │   │   └── data.json
│   │       │           │   └── van_emde_boas_tree/
│   │       │           │       └── data.json
│   │       │           ├── space_partitioning_tree/
│   │       │           │   ├── interval_tree/
│   │       │           │   │   └── data.json
│   │       │           │   ├── kd_tree/
│   │       │           │   │   └── data.json
│   │       │           │   ├── quad_tree/
│   │       │           │   │   └── data.json
│   │       │           │   └── segment_tree/
│   │       │           │       └── data.json
│   │       │           └── tree/
│   │       │               ├── suffix_array/
│   │       │               │   └── data.json
│   │       │               └── trie/
│   │       │                   └── data.json
│   │       ├── design_pattern/
│   │       │   └── src/
│   │       │       ├── OOP_patterns/
│   │       │       │   ├── adapter/
│   │       │       │   │   ├── data.json
│   │       │       │   │   └── soldiers/
│   │       │       │   │       └── data.json
│   │       │       │   ├── builder/
│   │       │       │   │   └── builder/
│   │       │       │   │       └── data.json
│   │       │       │   ├── facade/
│   │       │       │   │   ├── daily/
│   │       │       │   │   │   └── tasks/
│   │       │       │   │   │       ├── data.json
│   │       │       │   │   │       ├── evening/
│   │       │       │   │   │       │   └── routine/
│   │       │       │   │   │       │       └── data.json
│   │       │       │   │   │       ├── gym/
│   │       │       │   │   │       │   └── data.json
│   │       │       │   │   │       └── job/
│   │       │       │   │   │           └── data.json
│   │       │       │   │   └── data.json
│   │       │       │   ├── factory/
│   │       │       │   │   ├── data.json
│   │       │       │   │   └── gifts/
│   │       │       │   │       └── data.json
│   │       │       │   ├── observer_java/
│   │       │       │   │   ├── data.json
│   │       │       │   │   └── observer/
│   │       │       │   │       ├── data.json
│   │       │       │   │       └── network/
│   │       │       │   │           └── data.json
│   │       │       │   ├── observer_pattern/
│   │       │       │   │   └── data.json
│   │       │       │   ├── proxy/
│   │       │       │   │   ├── demo/
│   │       │       │   │   │   └── data.json
│   │       │       │   │   └── protection/
│   │       │       │   │       └── proxy/
│   │       │       │   │           └── data.json
│   │       │       │   └── singleton_pattern/
│   │       │       │       └── data.json
│   │       │       ├── builder_pattern/
│   │       │       │   └── data.json
│   │       │       ├── functional_patterns/
│   │       │       │   ├── data.json
│   │       │       │   └── functional_patterns/
│   │       │       │       └── scala/
│   │       │       │           └── src/
│   │       │       │               └── main/
│   │       │       │                   └── scala/
│   │       │       │                       ├── arrows/
│   │       │       │                       │   └── arrow/
│   │       │       │                       │       └── data.json
│   │       │       │                       ├── functors/
│   │       │       │                       │   ├── applicative/
│   │       │       │                       │   │   └── functor/
│   │       │       │                       │   │       └── data.json
│   │       │       │                       │   ├── bifunctor/
│   │       │       │                       │   │   └── data.json
│   │       │       │                       │   ├── contravariant/
│   │       │       │                       │   │   └── data.json
│   │       │       │                       │   ├── multifunctor/
│   │       │       │                       │   │   └── data.json
│   │       │       │                       │   └── profunctor/
│   │       │       │                       │       └── data.json
│   │       │       │                       └── monads/
│   │       │       │                           ├── comonad/
│   │       │       │                           │   └── data.json
│   │       │       │                           ├── free/
│   │       │       │                           │   └── monad/
│   │       │       │                           │       └── data.json
│   │       │       │                           └── gonad/
│   │       │       │                               └── data.json
│   │       │       ├── iterator_pattern/
│   │       │       │   └── data.json
│   │       │       └── policy_based_design/
│   │       │           └── data.json
│   │       ├── divide_conquer/
│   │       │   └── src/
│   │       │       ├── closest_pair_of_points/
│   │       │       │   └── data.json
│   │       │       ├── factorial/
│   │       │       │   └── data.json
│   │       │       ├── inversion_count/
│   │       │       │   └── data.json
│   │       │       ├── karatsuba_multiplication/
│   │       │       │   └── data.json
│   │       │       ├── maximum_contiguous_subsequence_sum/
│   │       │       │   └── data.json
│   │       │       ├── merge_sort_using_divide_and_conquer/
│   │       │       │   └── data.json
│   │       │       ├── strassen_matrix_multiplication/
│   │       │       │   └── data.json
│   │       │       ├── tournament_method_to_find_min_max/
│   │       │       │   └── data.json
│   │       │       ├── warnock_algorithm/
│   │       │       
Download .txt
SYMBOL INDEX (228 symbols across 44 files)

FILE: code/algorithm_applications/src/Cichelli's Perfect Hashing Alogorithm/Hashing.java
  class Hashing (line 8) | public class Hashing {
    method main (line 10) | public static void main(String[] args) {
    method openTextFile (line 92) | public static Scanner openTextFile(String fileName)	{
    method readKeys (line 107) | public static void readKeys(Scanner data, ArrayList<Key> listOfKeys)	{
    method populateOccurencesOfLetters (line 118) | public static void populateOccurencesOfLetters(ArrayList<Key> listOfKe...
    method setValueOfAllKeys (line 139) | public static void setValueOfAllKeys(ArrayList<Key> listOfKeys, int[] ...
    method populateUniqueLetters (line 152) | public static void populateUniqueLetters(ArrayList<Character> uniqueLe...
    method populateGArray (line 161) | public static void populateGArray(ArrayList<Character >uniqueLetters, ...
    method populateStack (line 173) | public static void populateStack(ArrayList<Key> listOfKeys, Stack<Key>...
    method cichelli (line 180) | public static boolean cichelli(Stack<Key> keyWordStack, Key [] hashTab...
    method hashFunction (line 323) | public static int hashFunction(Key keyWord, int gFirst, int gLast, int...
    method hashFunction (line 329) | public static int hashFunction(String word, int gFirst, int gLast, int...
    method initializeCounter (line 335) | public static void initializeCounter(int[] keyWordCounter)	{
    method readOtherFile (line 341) | public static void readOtherFile(Scanner data, int g[][], Key[] hashTa...
    method checkForKeyWord (line 373) | public static void checkForKeyWord(String[] words, int[][] g, Key[] ha...
    method printResults (line 400) | public static void printResults(int lineCounter, int wordCounter, Key[...

FILE: code/algorithm_applications/src/Cichelli's Perfect Hashing Alogorithm/Key.java
  class Key (line 1) | public class Key implements Comparable<Key> {
    method Key (line 9) | public Key(String keyWord)	{
    method compareTo (line 26) | @Override
    method getKeyWord (line 34) | public String getKeyWord()	{
    method getFirstLetter (line 38) | public char getFirstLetter()	{
    method getLastLetter (line 42) | public char getLastLetter()	{
    method getFirstLetterValue (line 46) | public int getFirstLetterValue()	{
    method setFirstLetterValue (line 50) | public void setFirstLetterValue(int value)	{
    method getLastLetterValue (line 54) | public int getLastLetterValue()	{
    method setLastLetterValue (line 58) | public void setLastLetterValue(int value)	{
    method setTotalValue (line 62) | public void setTotalValue(int value)	{
    method getTotalValue (line 66) | public int getTotalValue()	{
    method setPositionInGFirst (line 70) | public void setPositionInGFirst(int position)	{
    method getPositionInGFirst (line 74) | public int getPositionInGFirst()	{
    method setpositionInGLast (line 79) | public void setpositionInGLast(int position)	{
    method getPositionInGLast (line 83) | public int getPositionInGLast()	{
    method setUnassignedLetterPosition (line 87) | public void setUnassignedLetterPosition(int position)	{
    method getUnassignedLetterPosition (line 91) | public int getUnassignedLetterPosition()	{

FILE: code/algorithm_applications/src/Strassens algorithm/strassens algorithm.cpp
  function comp (line 7) | static bool comp(vector<int> &v1, vector<int> &v2)
  function aloc_ary (line 12) | vector<vector<int>> aloc_ary(vector<vector<int>> a, int l, int m, int n)
  function adn_ary (line 23) | vector<vector<int>> adn_ary(vector<vector<int>> a, vector<vector<int>> b...
  function sbn_ary (line 33) | vector<vector<int>> sbn_ary(vector<vector<int>> a, vector<vector<int>> b...
  function crt (line 43) | void crt(vector<int> g[], int n, int st)
  function cbn_ary (line 66) | void cbn_ary(vector<vector<int>> &c, vector<vector<int>> c11, int i, int...
  function mul_ary (line 74) | vector<vector<int>> mul_ary(vector<vector<int>> ary1, vector<vector<int>...
  function main (line 112) | int main()

FILE: code/algorithm_applications/src/binary_search/ceil_of_element/ceil_of_element_in_sorted_array.cpp
  function solve (line 3) | int solve(int arr[],int n, int ele){
  function main (line 22) | int main(){

FILE: code/algorithm_applications/src/binary_search/distributing_candies/CandyDistribution.java
  class CandyDistribution (line 5) | class CandyDistribution {
    method main (line 6) | public static void main(String[] args) throws IOException {
    method binarySearch (line 27) | public static long binarySearch(int n, long k, long[] arr, long max){
    method canDistribute (line 46) | public static boolean canDistribute(long val, int n, long k, long[] arr){

FILE: code/algorithm_applications/src/binary_search/first_and_last_position_in_sorted_array/firstAndLastPosInSortedArray.cpp
  function first (line 4) | int first(int arr[], int x, int n)
  function last (line 24) | int last(int arr[], int x, int n)
  function main (line 44) | int main()

FILE: code/algorithm_applications/src/binary_search/floor_of_element/floor_of_element_in_sorted_array.cpp
  function solve (line 3) | int solve(int arr[],int n,int ele){
  function main (line 22) | int main(){

FILE: code/algorithm_applications/src/bubble_sort/bubble_sort_implementation.cpp
  function main (line 5) | int main() {

FILE: code/algorithm_applications/src/merge_arrays/merge_two_arrays.c
  function main (line 3) | int main(){

FILE: code/artificial_intelligence/src/a_star/a_star.py
  class Node (line 4) | class Node:
    method __init__ (line 7) | def __init__(self, parent=None, position=None):
    method __eq__ (line 15) | def __eq__(self, other):
  function make (line 19) | def make(n):
  function astar (line 30) | def astar(maze, start, end):
  function showPath (line 132) | def showPath(maze, path, n, start, end):
  function main (line 150) | def main():

FILE: code/artificial_intelligence/src/dbscan_clustering/dbscan.py
  function _dist (line 10) | def _dist(p, q):
  function _eps_neighborhood (line 14) | def _eps_neighborhood(p, q, eps):
  function _region_query (line 18) | def _region_query(m, point_id, eps):
  function _expand_cluster (line 27) | def _expand_cluster(m, classifications, point_id, cluster_id, eps, min_p...
  function dbscan (line 54) | def dbscan(m, eps, min_points):
  function main (line 91) | def main():

FILE: code/artificial_intelligence/src/decision_tree/decision_tree.py
  function load_csv (line 11) | def load_csv(filename):
  function str_column_to_float (line 19) | def str_column_to_float(dataset, column):
  function cross_validation_split (line 25) | def cross_validation_split(dataset, n_folds):
  function accuracy_metric (line 39) | def accuracy_metric(actual, predicted):
  function evaluate_algorithm (line 48) | def evaluate_algorithm(dataset, algorithm, n_folds, *args):
  function test_split (line 70) | def test_split(index, value, dataset):
  function gini_index (line 81) | def gini_index(groups, classes):
  function get_split (line 102) | def get_split(dataset):
  function to_terminal (line 115) | def to_terminal(group):
  function split (line 121) | def split(node, max_depth, min_size, depth):
  function build_tree (line 147) | def build_tree(train, max_depth, min_size):
  function predict (line 154) | def predict(node, row):
  function decision_tree (line 168) | def decision_tree(train, test, max_depth, min_size):

FILE: code/artificial_intelligence/src/decision_tree/decision_trees_information_gain.py
  class Node (line 6) | class Node:
    method __init__ (line 7) | def __init__(self):
  class decision_tree (line 16) | class decision_tree:
    method __init__ (line 17) | def __init__(self):
    method train (line 23) | def train(self, x_train, y_train):
    method build (line 26) | def build(self, current_node, x_train, y_train, entropy_parent, cur_de...
    method predict (line 133) | def predict(self, test):
    method test_fun (line 139) | def test_fun(self, cur_node, test):

FILE: code/artificial_intelligence/src/factorization_machines/matrix_factorization.py
  function matrix_factorization (line 4) | def matrix_factorization(data, K, steps=5000, beta=0.0002, lamda=0.02):
  function readFile (line 74) | def readFile(fileString):

FILE: code/artificial_intelligence/src/gaussian_naive_bayes/gaussian_naive_bayes_moons.py
  function make_moons (line 16) | def make_moons(n_samples=100, shuffle=True, noise=None, random_state=None):

FILE: code/artificial_intelligence/src/hierachical_clustering/hierachical_clustering.cpp
  class TreeNode (line 15) | class TreeNode {
    method TreeNode (line 27) | TreeNode()
    method setLocation (line 41) | void setLocation(int i, double j)
    method TreeNode (line 47) | TreeNode* getNext()
    method getLocation (line 52) | double getLocation(int i)
    method setNext (line 57) | void setNext( TreeNode *input)
    method setLegit (line 62) | void setLegit()
    method Legitimacy (line 67) | bool Legitimacy()
  type Subtree (line 75) | struct Subtree
  class HierachicalTree (line 81) | class HierachicalTree {
    method HierachicalTree (line 95) | HierachicalTree()
    method addToList (line 102) | void addToList(TreeNode *Item)
    method organise (line 116) | void organise()
    method buildTree (line 133) | void buildTree()
    method Subtree (line 138) | Subtree *subtreeAt(int level)
    method rightEnd (line 144) | int rightEnd(TreeNode *p)
    method leftEnd (line 152) | int leftEnd(TreeNode *p)
  function Subtree (line 269) | Subtree *HierachicalTree::atLevel(int lvl, TreeNode *parent)
  function main (line 282) | int main(void)

FILE: code/artificial_intelligence/src/image_processing/canny/canny.cpp
  function Mat (line 57) | Mat canny::toGrayScale()

FILE: code/artificial_intelligence/src/image_processing/canny/canny.h
  function class (line 14) | class canny {

FILE: code/artificial_intelligence/src/image_processing/canny/main.cpp
  function main (line 16) | int main()

FILE: code/artificial_intelligence/src/image_processing/erode_dilate/main.cpp
  function main (line 22) | int main( int argc, char** argv )
  function Erosion (line 61) | void Erosion( int, void* )
  function Dilation (line 81) | void Dilation( int, void* )

FILE: code/artificial_intelligence/src/image_processing/houghtransform/main.cpp
  function create_gui (line 24) | void create_gui()
  function destroy_gui (line 42) | void destroy_gui()
  function disp_msg (line 53) | void disp_msg(const char *msg)
  function main (line 68) | int main(int argc, char **argv)

FILE: code/artificial_intelligence/src/image_processing/image_stitching/imagestitching.cpp
  function main (line 19) | int main(int argc, char* argv[])

FILE: code/artificial_intelligence/src/image_processing/prewittfilter/prewitt.cpp
  function xGradient (line 11) | int xGradient(cv::Mat image, int x, int y)
  function yGradient (line 25) | int yGradient(cv::Mat image, int x, int y)
  function main (line 35) | int main()

FILE: code/artificial_intelligence/src/image_processing/sobelfilter/sobel.cpp
  function xGradient (line 10) | int xGradient(cv::Mat image, int x, int y)
  function yGradient (line 24) | int yGradient(cv::Mat image, int x, int y)
  function main (line 34) | int main()

FILE: code/artificial_intelligence/src/isodata_clustering/isodata.py
  function distance_2point (line 5) | def distance_2point(x1, y1, x2, y2):
  function volume_estimation (line 10) | def volume_estimation(cluster, center):
  function new_cluster_centers (line 22) | def new_cluster_centers(cluster):
  function center_distance (line 29) | def center_distance(centers):
  function standart_deviation (line 46) | def standart_deviation(values, center):
  function cluster_points_distribution (line 60) | def cluster_points_distribution(centers, points):
  function cluster_division (line 89) | def cluster_division(cluster, center, dev_vector):
  function cluster_union (line 111) | def cluster_union(cluster1, cluster2, center1, center2):
  function clusterize (line 127) | def clusterize():

FILE: code/artificial_intelligence/src/k_means/k-means.c
  function main (line 4) | int main()

FILE: code/artificial_intelligence/src/k_means/k_means.cpp
  type point (line 23) | struct point
  function kmeans (line 37) | double kmeans(ByteImage& bimg, const int K, double weight)

FILE: code/artificial_intelligence/src/k_nearest_neighbours/KNN.c
  type point (line 41) | struct point {
  function main (line 47) | int main(){

FILE: code/artificial_intelligence/src/k_nearest_neighbours/k_nearest_neighbours.cpp
  type Point (line 7) | struct Point {
  function main (line 14) | int main() {
  function euclideanDistance (line 98) | float euclideanDistance(Point p, Point v) {

FILE: code/artificial_intelligence/src/k_nearest_neighbours/k_nearest_neighbours.py
  function loadDataset (line 9) | def loadDataset(filename, split, trainingSet=[], testSet=[]):
  function euclideanDistance (line 22) | def euclideanDistance(instance1, instance2, length):
  function getNeighbors (line 29) | def getNeighbors(trainingSet, testInstance, k):
  function getResponse (line 42) | def getResponse(neighbors):
  function getAccuracy (line 54) | def getAccuracy(testSet, predictions):
  function main (line 62) | def main():

FILE: code/artificial_intelligence/src/linear_regression/linear_regression.java
  class LinearRegression (line 3) | public class LinearRegression {
    method main (line 5) | public static void main(String[] args) {

FILE: code/artificial_intelligence/src/linear_regression/linear_regression.py
  function estimate_coef (line 7) | def estimate_coef(x, y):
  function plot_regression_line (line 25) | def plot_regression_line(x, y, b):
  function main (line 43) | def main():

FILE: code/artificial_intelligence/src/logistic_regression/logistic_regression.py
  function sigmoid (line 7) | def sigmoid(scores):
  function log_likelihood (line 11) | def log_likelihood(features, target, weights):
  function logistic_regression (line 17) | def logistic_regression(

FILE: code/artificial_intelligence/src/minimax/minimax.py
  class IllegalMoveException (line 5) | class IllegalMoveException(Exception):
  function new_copy (line 9) | def new_copy(in_list):
  class GameState (line 16) | class GameState(object):
    method __init__ (line 17) | def __init__(self, board, turn, move_count=0):
    method switch_turn (line 30) | def switch_turn(self):
    method move (line 33) | def move(self, x, y):
    method __str__ (line 51) | def __str__(self):
    method check_winner (line 71) | def check_winner(self):
    method next_states_and_moves (line 117) | def next_states_and_moves(self):
    method evaluate (line 134) | def evaluate(self, symbol):
  class GameDriver (line 207) | class GameDriver(object):
    method __init__ (line 208) | def __init__(self):
    method player_move (line 258) | def player_move(self):
    method computer_move (line 281) | def computer_move(self):
    method minimax (line 300) | def minimax(self, board, level, comp_turn, alpha, beta):
    method start (line 334) | def start(self):

FILE: code/artificial_intelligence/src/missionaries_and_cannibals.py
  function get_boat_at_left_new_states (line 10) | def get_boat_at_left_new_states(game_state):                            ...
  function get_boat_at_right_new_states (line 26) | def get_boat_at_right_new_states(game_state):                           ...
  function get_future_states (line 42) | def get_future_states(game_state):                                      ...
  function bfs (line 48) | def bfs():

FILE: code/artificial_intelligence/src/naive_bayes/naive_bayes.cpp
  function count (line 10) | unordered_map<string, int> count(pair<vector<string>, vector<string>> &f...
  function calcProb (line 80) | unordered_map<string, double> calcProb(unordered_map<string, int> &d, pa...
  function finalPredictions (line 100) | vector<string> finalPredictions(unordered_map<string, double> &x, pair<v...
  function main (line 140) | int main()

FILE: code/artificial_intelligence/src/naive_bayes/naive_bayes.py
  function count_words (line 5) | def count_words(features, output):
  function calculate_probabilities (line 36) | def calculate_probabilities(d, features, output):
  function final_prediction (line 50) | def final_prediction(x, features, output_set):

FILE: code/artificial_intelligence/src/neural_network/neural_network.py
  class neural_network (line 8) | class neural_network:
    method __init__ (line 9) | def __init__(self, num_layers, num_nodes, activation_function, cost_fu...
    method train (line 23) | def train(self, batch_size, inputs, labels, num_epochs, learning_rate,...
    method forward_pass (line 39) | def forward_pass(self, inputs):
    method relu (line 61) | def relu(self, layer):
    method softmax (line 66) | def softmax(self, layer):
    method sigmoid (line 71) | def sigmoid(self, layer):
    method tanh (line 75) | def tanh(self, layer):
    method calculate_error (line 79) | def calculate_error(self, labels):
    method back_pass (line 113) | def back_pass(self, labels):
    method predict (line 144) | def predict(self, filename, input):
    method check_accuracy (line 154) | def check_accuracy(self, filename, inputs, labels):
    method load_model (line 171) | def load_model(self, filename):
  class layer (line 175) | class layer:
    method __init__ (line 176) | def __init__(
    method add_bias (line 190) | def add_bias(self, batch_size, num_nodes_in_next_layer):

FILE: code/artificial_intelligence/src/number_recogniser/python/nn.py
  class neural_network (line 4) | class neural_network:
    method __init__ (line 5) | def __init__(self, layer_sizes):
    method predict (line 12) | def predict(self, a):
    method accuracy (line 17) | def accuracy(self, images, labels):
    method activation (line 30) | def activation(x):

FILE: code/artificial_intelligence/src/particle_swarm_optimization/gbestPSO/Gbest2D.py
  function f (line 5) | def f(x):

FILE: code/artificial_intelligence/src/particle_swarm_optimization/gbestPSO/Gbest3D.py
  function f (line 6) | def f(args):

FILE: code/artificial_intelligence/src/particle_swarm_optimization/lbestPSO/LBest3D.py
  function f (line 6) | def f(args):
  function distance (line 10) | def distance(p1, p2):

FILE: code/artificial_intelligence/src/perceptron/perceptron.py
  function predict (line 2) | def predict(row, weights):
  function train_weights (line 12) | def train_weights(train, l_rate, n_epoch):

FILE: code/artificial_intelligence/src/q_learning/q_learning.js
  constant TERMINAL (line 4) | const TERMINAL = "terminal";
  constant TOTAL_EPISODE (line 5) | const TOTAL_EPISODE = 10;
  function State (line 7) | function State(stateName, actions) {
  class QLearning (line 16) | class QLearning {
    method constructor (line 17) | constructor(
    method addState (line 32) | addState(name, actions) {
    method bestAction (line 39) | static bestAction(stateActions) {
    method checkStateExist (line 63) | checkStateExist(stateName) {
    method chooseAction (line 67) | async chooseAction(stateName) {
    method learn (line 88) | learn(stateName, actionName, reward, nextStateName) {
  class RoadEnv (line 108) | class RoadEnv {
    method constructor (line 109) | constructor() {
    method render (line 114) | static render(stateName) {
    method step (line 123) | static step(stateName, action) {
    method normalTransition (line 146) | static normalTransition(stateName) {
Copy disabled (too large) Download .json
Condensed preview — 4077 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (17,187K chars).
[
  {
    "path": ".gitattributes",
    "chars": 31,
    "preview": "*.ipynb linguist-documentation\n"
  },
  {
    "path": ".github/CODE_OF_CONDUCT.md",
    "chars": 3215,
    "preview": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, w"
  },
  {
    "path": ".github/CONTRIBUTING.md",
    "chars": 1283,
    "preview": "# Cosmos\n\nWelcome to the universe of algorithms and data structures. Before you begin contributing you must understand t"
  },
  {
    "path": ".github/CONTRIBUTORS.md",
    "chars": 4330,
    "preview": "# Contributors\n\n> Every work is great only because of its contributors\n\n## Contributors\n\nThanks goes to these ❤️ wonderf"
  },
  {
    "path": ".github/ISSUE_TEMPLATE.md",
    "chars": 357,
    "preview": "<!-- Thanks for filing an issue! Before submitting, please fill in the following information. -->\n\n<!--Required Informat"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.md",
    "chars": 954,
    "preview": "**Fixes issue:**\n<!-- [Mention the issue number it fixes or add the details of the changes if it doesn't has a specific "
  },
  {
    "path": ".gitignore",
    "chars": 44,
    "preview": "**/*.vscode\n**/*.netrwhist\n.DS_Store\n.replit"
  },
  {
    "path": ".gitmodules",
    "chars": 263,
    "preview": "[submodule \"third_party/uncrustify\"]\n\tpath = third_party/uncrustify\n\turl = https://github.com/uncrustify/uncrustify.git\n"
  },
  {
    "path": ".travis.yml",
    "chars": 2565,
    "preview": "matrix:\n  include:\n    #C with clang\n    - os: linux\n      language: c\n      before_script:\n        - wget https://downl"
  },
  {
    "path": "LICENSE",
    "chars": 35141,
    "preview": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free "
  },
  {
    "path": "README.md",
    "chars": 4834,
    "preview": "# Cosmos\n\n> [Join our Internship Program now](http://internship.opengenus.org/) | Try this cool [One Liner knowledge too"
  },
  {
    "path": "code/algorithm_applications/src/Cichelli's Perfect Hashing Alogorithm/Hashing.java",
    "chars": 16421,
    "preview": "import java.io.File;\nimport java.io.FileNotFoundException;\nimport java.util.ArrayList;\nimport java.util.Collections;\nimp"
  },
  {
    "path": "code/algorithm_applications/src/Cichelli's Perfect Hashing Alogorithm/Key.java",
    "chars": 2483,
    "preview": "public class Key implements Comparable<Key> {\n    //fields\n\tprivate String keyWord;\n\tprivate char firstLetter, lastLette"
  },
  {
    "path": "code/algorithm_applications/src/Cichelli's Perfect Hashing Alogorithm/files/kywrdsOdd.txt",
    "chars": 63,
    "preview": "jitter\nfrequency\nChapter\ncamera\nstep\nin\nrange\nthe\nToF\ninfluence"
  },
  {
    "path": "code/algorithm_applications/src/Cichelli's Perfect Hashing Alogorithm/files/tstOdd.txt",
    "chars": 4556,
    "preview": "During the last decade, the ToF range imaging cameras have significantly\nimproved and have been used in various applicat"
  },
  {
    "path": "code/algorithm_applications/src/Strassens algorithm/strassens algorithm.cpp",
    "chars": 4799,
    "preview": "#include <bits/stdc++.h>\r\nusing namespace std;\r\n\r\n#define ff(i, a, b) for (int i = int(a); i < int(b); i++)\r\n#define ffn"
  },
  {
    "path": "code/algorithm_applications/src/binary_search/ceil_of_element/ceil_of_element_in_sorted_array.cpp",
    "chars": 566,
    "preview": "#include<bits/stdc++.h>\nusing namespace std; \nint solve(int arr[],int n, int ele){\n  int ans=-1;\n  int low=0;\n  int high"
  },
  {
    "path": "code/algorithm_applications/src/binary_search/distributing_candies/CandyDistribution.java",
    "chars": 1895,
    "preview": "import java.io.BufferedReader;\r\nimport java.io.IOException;\r\nimport java.io.InputStreamReader;\r\n\r\nclass CandyDistributio"
  },
  {
    "path": "code/algorithm_applications/src/binary_search/first_and_last_position_in_sorted_array/firstAndLastPosInSortedArray.cpp",
    "chars": 1053,
    "preview": "#include <bits/stdc++.h>\nusing namespace std;\n\nint first(int arr[], int x, int n)\n{\n    int low = 0, high = n - 1, res ="
  },
  {
    "path": "code/algorithm_applications/src/binary_search/floor_of_element/floor_of_element_in_sorted_array.cpp",
    "chars": 565,
    "preview": "#include<bits/stdc++.h>\nusing namespace std; \nint solve(int arr[],int n,int ele){\n  int ans=-1;\n  int low=0;\n  int high="
  },
  {
    "path": "code/algorithm_applications/src/bubble_sort/bubble_sort_implementation.cpp",
    "chars": 639,
    "preview": "#include<iostream>\n\nusing namespace std;\n\nint main() {    \n    int n;\n    cin >> n;\n    int arr[n];\n    for(int i = 0; i"
  },
  {
    "path": "code/algorithm_applications/src/merge_arrays/merge_two_arrays.c",
    "chars": 928,
    "preview": "#include <stdio.h>\n\nint main(){\n    int m;\n    printf(\"Enter the number of elements in first array\\n\");\n    scanf(\"%d\",&"
  },
  {
    "path": "code/artificial_intelligence/src/Inception_Pre-trained_Model/Inception_model.md",
    "chars": 367,
    "preview": "The architecture of the Inception model is heavily engineered and quite complex to understand as it is huge both in term"
  },
  {
    "path": "code/artificial_intelligence/src/Inception_Pre-trained_Model/README.md",
    "chars": 822,
    "preview": "This  article at opengenus  about the Inception Pre-Trained cnn model gives an entire overview of the following :\n\n* Inc"
  },
  {
    "path": "code/artificial_intelligence/src/VGG-11/README.md",
    "chars": 956,
    "preview": "The article at OpenGenus elaborted about VGG-11, its architecture, number of layers it comprise of along with its applic"
  },
  {
    "path": "code/artificial_intelligence/src/VGG-11/vgg11.md",
    "chars": 1112,
    "preview": "11 Layers f VGG-11 are as follows: \nThe detialed explanation has been provided in order to get better insight of how the"
  },
  {
    "path": "code/artificial_intelligence/src/Vaccum_Cleaner/VC.md",
    "chars": 73,
    "preview": "This is the code for simple reflex, goal based agent for vaccum cleaner.\n"
  },
  {
    "path": "code/artificial_intelligence/src/Vaccum_Cleaner/Vaccum_cleaner (1).ipynb",
    "chars": 409803,
    "preview": "{\n  \"nbformat\": 4,\n  \"nbformat_minor\": 0,\n  \"metadata\": {\n    \"colab\": {\n      \"name\": \"Vaccum_cleaner.ipynb\",\n      \"pr"
  },
  {
    "path": "code/artificial_intelligence/src/a_star/a_star.py",
    "chars": 4790,
    "preview": "import random\n\n\nclass Node:\n    \"\"\" Simple node class for A* pathfinding \"\"\"\n\n    def __init__(self, parent=None, positi"
  },
  {
    "path": "code/artificial_intelligence/src/artificial_neural_network/ann.py",
    "chars": 1384,
    "preview": "import numpy as np\nimport matplotlib.pyplot as plt\nimport pandas as pd\n\ndataset = pd.read_csv(\"dataset.csv\")\nX = dataset"
  },
  {
    "path": "code/artificial_intelligence/src/artificial_neural_network/dataset.csv",
    "chars": 684858,
    "preview": "RowNumber,CustomerId,Surname,CreditScore,Geography,Gender,Age,Tenure,Balance,NumOfProducts,HasCrCard,IsActiveMember,Esti"
  },
  {
    "path": "code/artificial_intelligence/src/autoenncoder/Convolutional_Autoencoder.ipynb",
    "chars": 676585,
    "preview": "{\n \"cells\": [\n  {\n   \"cell_type\": \"markdown\",\n   \"metadata\": {},\n   \"source\": [\n    \"\\n\",\n    \"# Convolutional Autoencod"
  },
  {
    "path": "code/artificial_intelligence/src/autoenncoder/autoencoder.ipynb",
    "chars": 44026,
    "preview": "{\n \"cells\": [\n  {\n   \"cell_type\": \"code\",\n   \"execution_count\": 1,\n   \"metadata\": {},\n   \"outputs\": [\n    {\n     \"name\":"
  },
  {
    "path": "code/artificial_intelligence/src/bayesian_belief_network/Bayesian-Belief-Network.ipynb",
    "chars": 6554,
    "preview": "{\n \"cells\": [\n  {\n   \"cell_type\": \"markdown\",\n   \"metadata\": {},\n   \"source\": [\n    \"Bayesian Belief Network is created "
  },
  {
    "path": "code/artificial_intelligence/src/bernoulli_naive_bayes/README.md",
    "chars": 560,
    "preview": "Bernoulli Naive Bayes is a probabilistic classification algorithm and is one of the three variants of Naive Bayes. Berno"
  },
  {
    "path": "code/artificial_intelligence/src/bernoulli_naive_bayes/bernoulli.py",
    "chars": 590,
    "preview": "mport numpy as np\nfrom sklearn.naive_bayes import BernoulliNB \nfrom sklearn.metrics import accuracy_score\nimport matplot"
  },
  {
    "path": "code/artificial_intelligence/src/chatbot/Chatbot.ipynb",
    "chars": 15709,
    "preview": "{\n  \"cells\": [\n    {\n      \"cell_type\": \"markdown\",\n      \"metadata\": {\n        \"id\": \"sQ5qZbOambNh\"\n      },\n      \"sou"
  },
  {
    "path": "code/artificial_intelligence/src/chatbot/README.md",
    "chars": 1628,
    "preview": "# Contexual Chatbot\nChatbots are interactive tools that are used as a computerized replica of a receptionist or guide. I"
  },
  {
    "path": "code/artificial_intelligence/src/chatbot/intents.json",
    "chars": 2014,
    "preview": "{\n  \"intents\": [\n    {\n      \"tag\": \"greeting\",\n      \"patterns\": [\n        \"Hi\",\n        \"Hey\",\n        \"How are you\",\n"
  },
  {
    "path": "code/artificial_intelligence/src/convolutional_neural_network/cnn.ipynb",
    "chars": 58540,
    "preview": "{\n \"cells\": [\n  {\n   \"cell_type\": \"code\",\n   \"execution_count\": 1,\n   \"metadata\": {},\n   \"outputs\": [],\n   \"source\": [\n "
  },
  {
    "path": "code/artificial_intelligence/src/convolutional_neural_network/cnn_adversarial_examples.ipynb",
    "chars": 1681564,
    "preview": "{\n \"cells\": [\n  {\n   \"cell_type\": \"markdown\",\n   \"metadata\": {\n    \"_uuid\": \"c70dacc2f9be641aeb6ba357c7a7dbb2d93306a4\"\n "
  },
  {
    "path": "code/artificial_intelligence/src/dbscan_clustering/dbscan.py",
    "chars": 2935,
    "preview": "# Part of Cosmos by OpenGenus Foundation\n\nimport numpy as np\nimport math\n\nUNCLASSIFIED = False\nNOISE = None\n\n\ndef _dist("
  },
  {
    "path": "code/artificial_intelligence/src/dbscan_clustering/readme.md",
    "chars": 488,
    "preview": "# cosmos\n> Your personal library of every algorithm and data structure code that you will ever encounter\n\n# DBSCAN Clust"
  },
  {
    "path": "code/artificial_intelligence/src/decision_tree/Decision_Tree_Regression.ipynb",
    "chars": 18323,
    "preview": "{\n \"cells\": [\n  {\n   \"cell_type\": \"code\",\n   \"execution_count\": 1,\n   \"metadata\": {},\n   \"outputs\": [],\n   \"source\": [\n "
  },
  {
    "path": "code/artificial_intelligence/src/decision_tree/Position_Salaries.csv",
    "chars": 236,
    "preview": "Position,Level,Salary\nBusiness Analyst,1,45000\nJunior Consultant,2,50000\nSenior Consultant,3,60000\nManager,4,80000\nCount"
  },
  {
    "path": "code/artificial_intelligence/src/decision_tree/data_banknote_authentication.csv",
    "chars": 45030,
    "preview": "3.6216,8.6661,-2.8073,-0.44699,0\n4.5459,8.1674,-2.4586,-1.4621,0\n3.866,-2.6383,1.9242,0.10645,0\n3.4566,9.5228,-4.0112,-3"
  },
  {
    "path": "code/artificial_intelligence/src/decision_tree/decision_tree.py",
    "chars": 6295,
    "preview": "# CART on the Bank Note dataset\nfrom random import seed\nfrom random import randrange\nfrom csv import reader\n\npredicted ="
  },
  {
    "path": "code/artificial_intelligence/src/decision_tree/decision_trees_information_gain.py",
    "chars": 5035,
    "preview": "from math import log\nimport numpy as np\nfrom collections import Counter\n\n\nclass Node:\n    def __init__(self):\n        se"
  },
  {
    "path": "code/artificial_intelligence/src/deep_q_networks/deep-q-networks.ipynb",
    "chars": 189693,
    "preview": "{\n  \"nbformat\": 4,\n  \"nbformat_minor\": 0,\n  \"metadata\": {\n    \"colab\": {\n      \"name\": \"Deep Q Networks.ipynb\",\n      \"p"
  },
  {
    "path": "code/artificial_intelligence/src/factorization_machines/README.md",
    "chars": 273,
    "preview": "# cosmos\n> Your personal library of every algorithm and data structure code that you will ever encounter\n\n# Factorizatio"
  },
  {
    "path": "code/artificial_intelligence/src/factorization_machines/matrix_factorization.py",
    "chars": 2871,
    "preview": "import numpy as np\n\n\ndef matrix_factorization(data, K, steps=5000, beta=0.0002, lamda=0.02):\n\n    W = np.random.rand(dat"
  },
  {
    "path": "code/artificial_intelligence/src/gaussian_mixture_model/README.md",
    "chars": 273,
    "preview": "# cosmos\n> Your personal library of every algorithm and data structure code that you will ever encounter\n\n# Gaussian mix"
  },
  {
    "path": "code/artificial_intelligence/src/gaussian_naive_bayes/gaussian_naive_bayes.py",
    "chars": 1370,
    "preview": "# example using iris dataset\n# Part of Cosmos by OpenGenus\nimport numpy as np\nimport matplotlib.pyplot as plt\nimport pan"
  },
  {
    "path": "code/artificial_intelligence/src/gaussian_naive_bayes/gaussian_naive_bayes_moons.py",
    "chars": 6511,
    "preview": "############################################################################\n###########################################"
  },
  {
    "path": "code/artificial_intelligence/src/gaussian_naive_bayes/iris1.csv",
    "chars": 4459,
    "preview": "sepallength,sepalwidth,petallength,petalwidth,class\n5.1,3.5,1.4,0.2,Iris-setosa\n4.9,3,1.4,0.2,Iris-setosa\n4.7,3.2,1.3,0."
  },
  {
    "path": "code/artificial_intelligence/src/generative_adversarial_networks/CGAN.ipynb",
    "chars": 3928001,
    "preview": "{\n  \"nbformat\": 4,\n  \"nbformat_minor\": 0,\n  \"metadata\": {\n    \"colab\": {\n      \"name\": \"Age-cGAN.ipynb\",\n      \"provenan"
  },
  {
    "path": "code/artificial_intelligence/src/generative_adversarial_networks/CycleGAN.ipynb",
    "chars": 1059189,
    "preview": "{\n  \"nbformat\": 4,\n  \"nbformat_minor\": 0,\n  \"metadata\": {\n    \"colab\": {\n      \"name\": \"CycleGAN.ipynb\",\n      \"provenan"
  },
  {
    "path": "code/artificial_intelligence/src/generative_adversarial_networks/DCGAN.ipynb",
    "chars": 2097898,
    "preview": "{\n  \"nbformat\": 4,\n  \"nbformat_minor\": 0,\n  \"metadata\": {\n    \"colab\": {\n      \"name\": \"DCGAN - OpenGenus\",\n      \"prove"
  },
  {
    "path": "code/artificial_intelligence/src/getting_started_with_ml/README.md",
    "chars": 974,
    "preview": "--- \n## A Beginner's roadmap to mastering Machine Learning \n---\nI decided to collect resources and concentrate them to f"
  },
  {
    "path": "code/artificial_intelligence/src/gradient_boosting_trees/README.md",
    "chars": 274,
    "preview": "# cosmos\n> Your personal library of every algorithm and data structure code that you will ever encounter\n\n# Gradient boo"
  },
  {
    "path": "code/artificial_intelligence/src/hierachical_clustering/README.md",
    "chars": 273,
    "preview": "# cosmos\n> Your personal library of every algorithm and data structure code that you will ever encounter\n\n# Hierachical "
  },
  {
    "path": "code/artificial_intelligence/src/hierachical_clustering/hierachical_clustering/hierarchical_clustering.ipynb",
    "chars": 101079,
    "preview": "{\n  \"nbformat\": 4,\n  \"nbformat_minor\": 0,\n  \"metadata\": {\n    \"colab\": {\n      \"name\": \"Hierarchical Clustering\",\n      "
  },
  {
    "path": "code/artificial_intelligence/src/hierachical_clustering/hierachical_clustering.cpp",
    "chars": 9349,
    "preview": "#include <fstream>\n#include <iostream>\n#include <cstdlib>\n#include <cmath>\n#include <string>\n#include <stdio.h>\n#include"
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/Cell-Segmentation/Cell_Segmentation_.ipynb",
    "chars": 2192171,
    "preview": "{\r\n  \"nbformat\": 4,\r\n  \"nbformat_minor\": 0,\r\n  \"metadata\": {\r\n    \"colab\": {\r\n      \"name\": \"Cell Segmentation .ipynb\",\r"
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/Cell-Segmentation/README.md",
    "chars": 2576,
    "preview": "<h2> Cell Segmentation <a href=\"https://colab.research.google.com/github/Curovearth/Cell-Segmentation-and-Denoising/blob"
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/Cell-Segmentation/img/blogdiagram.drawio",
    "chars": 12099,
    "preview": "<mxfile host=\"65bd71144e\">\r\n    <diagram id=\"EOms3ZQl2FKXDm_uvD9-\" name=\"Page-1\">\r\n        <mxGraphModel dx=\"924\" dy=\"58"
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/README.md",
    "chars": 179,
    "preview": "# OpenCv\nopencv in c++\nopencv in py\n\n# Install\n`sudo apt-get install libopencv-dev python-opencv`\n\n#Run \n```bash\n$ g++ -"
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/canny/canny.cpp",
    "chars": 10448,
    "preview": "//\n//  canny.cpp\n//  Canny Edge Detector\n//\n\n#include <iostream>\n#define _USE_MATH_DEFINES\n#include <cmath>\n#include <ve"
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/canny/canny.h",
    "chars": 885,
    "preview": "//\n//  canny.h\n//  Canny Edge Detector\n//\n\n#ifndef _CANNY_\n#define _CANNY_\n#include \"opencv2/imgproc/imgproc.hpp\"\n#inclu"
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/canny/main.cpp",
    "chars": 364,
    "preview": "//\n//  main.cpp\n//  Canny Edge Detector\n//\n\n#include <iostream>\n#include <string.h>\n#define _USE_MATH_DEFINES\n#include <"
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/connected_component_labeling/Connected-Component-Labeling.ipynb",
    "chars": 71405,
    "preview": "{\n \"cells\": [\n  {\n   \"cell_type\": \"code\",\n   \"execution_count\": 38,\n   \"metadata\": {},\n   \"outputs\": [],\n   \"source\": [\n"
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/contrast_enhancement/CLAHE.ipynb",
    "chars": 189808,
    "preview": "{\n \"cells\": [\n  {\n   \"cell_type\": \"markdown\",\n   \"metadata\": {},\n   \"source\": [\n    \"## CLAHE of Black and White Image:\\"
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/contrast_enhancement/Histogram-Equalization.ipynb",
    "chars": 196562,
    "preview": "{\n \"cells\": [\n  {\n   \"cell_type\": \"markdown\",\n   \"metadata\": {},\n   \"source\": [\n    \"## Histogram Equalization of Black "
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/contrast_enhancement/Min-Max-Contrast-Stretching.ipynb",
    "chars": 178898,
    "preview": "{\n \"cells\": [\n  {\n   \"cell_type\": \"markdown\",\n   \"metadata\": {},\n   \"source\": [\n    \"## Contrast Stretching of Black and"
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/erode_dilate/main.cpp",
    "chars": 3102,
    "preview": "#include \"opencv2/imgproc/imgproc.hpp\"\n#include \"opencv2/highgui/highgui.hpp\"\n#include \"highgui.h\"\n#include <stdlib.h>\n#"
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/houghtransform/main.cpp",
    "chars": 5288,
    "preview": "#include <opencv/cv.h>\n#include <opencv/highgui.h>\n#include <opencv2/core/types_c.h>\n#include <math.h>\n#include <stdlib."
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/image_stitching/imagestitching.cpp",
    "chars": 13202,
    "preview": "#include <iostream>\n#include <stdlib.h>\n#include <stdio.h>\n#include <opencv2/opencv_modules.hpp>\n#include <opencv2/core/"
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/install_opencv.sh",
    "chars": 1461,
    "preview": "sudo apt-get -y update\nsudo apt-get -y upgrade\nsudo apt-get -y dist-upgrade\nsudo apt-get -y autoremove\n\n\n# INSTALL THE D"
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/prewittfilter/prewitt.cpp",
    "chars": 1768,
    "preview": "#include <iostream>\n#include <opencv2/imgproc/imgproc.hpp>\n#include <opencv2/highgui/highgui.hpp>\n\n\n\n\n// Computes the x "
  },
  {
    "path": "code/artificial_intelligence/src/image_processing/sobelfilter/sobel.cpp",
    "chars": 1783,
    "preview": "#include <iostream>\n#include <opencv2/imgproc/imgproc.hpp>\n#include <opencv2/highgui/highgui.hpp>\n\n\n\n// Computes the x c"
  },
  {
    "path": "code/artificial_intelligence/src/isodata_clustering/isodata.py",
    "chars": 7805,
    "preview": "# Part of Cosmos by OpenGenus Foundation\nfrom math import sqrt\n\n# measure distance between two points\ndef distance_2poin"
  },
  {
    "path": "code/artificial_intelligence/src/isodata_clustering/readme.md",
    "chars": 510,
    "preview": "# cosmos\n> Your personal library of every algorithm and data structure code that you will ever encounter\n\n# ISODATA Clus"
  },
  {
    "path": "code/artificial_intelligence/src/k_means/README.md",
    "chars": 258,
    "preview": "# cosmos\n> Your personal library of every algorithm and data structure code that you will ever encounter\n\n# k Means\n\n---"
  },
  {
    "path": "code/artificial_intelligence/src/k_means/k-means.c",
    "chars": 1461,
    "preview": "// Part of Cosmos by OpenGenus\n#include<stdio.h>\n#include<conio.h>\nint main()\n{\n    int i,j,k,t1,t2;\n    int a0[10];\n   "
  },
  {
    "path": "code/artificial_intelligence/src/k_means/k_means.cpp",
    "chars": 4444,
    "preview": "/*\n *  Kmeans written in C++ for use on Images.\n *  Requires several data structures from the user context\n *\n *  The Im"
  },
  {
    "path": "code/artificial_intelligence/src/k_means/k_means.py",
    "chars": 701,
    "preview": "from random import random\n\n# sets and datas\nsets = [random() for i in range(10)]\ndata = [random() for i in range(1000)]\n"
  },
  {
    "path": "code/artificial_intelligence/src/k_means/k_means.swift",
    "chars": 2185,
    "preview": "import Foundation\n\nclass KMeans<Label: Hashable> {\n  let numCenters: Int\n  let labels: [Label]\n  private(set) var centro"
  },
  {
    "path": "code/artificial_intelligence/src/k_nearest_neighbours/KNN.c",
    "chars": 3095,
    "preview": "// Part of Cosmos by OpenGenus\n//Sample Input and Output:\n//\n//------------------------\n//Number of data points: 5\n//\n//"
  },
  {
    "path": "code/artificial_intelligence/src/k_nearest_neighbours/iris.data",
    "chars": 4551,
    "preview": "5.1,3.5,1.4,0.2,Iris-setosa\n4.9,3.0,1.4,0.2,Iris-setosa\n4.7,3.2,1.3,0.2,Iris-setosa\n4.6,3.1,1.5,0.2,Iris-setosa\n5.0,3.6,"
  },
  {
    "path": "code/artificial_intelligence/src/k_nearest_neighbours/k_nearest_neighbours.cpp",
    "chars": 4070,
    "preview": "// Part of Cosmos by OpenGenus\n#include <cmath>\n#include <iomanip>\n#include <iostream>\n#include <vector>\n\nstruct Point {"
  },
  {
    "path": "code/artificial_intelligence/src/k_nearest_neighbours/k_nearest_neighbours.py",
    "chars": 2391,
    "preview": "# k Nearest Neighbours implemented from Scratch in Python\n\nimport csv\nimport random\nimport math\nimport operator\n\n\ndef lo"
  },
  {
    "path": "code/artificial_intelligence/src/lasso_regression/lasso_regression.ipynb",
    "chars": 106270,
    "preview": "{\n  \"nbformat\": 4,\n  \"nbformat_minor\": 0,\n  \"metadata\": {\n    \"colab\": {\n      \"name\": \"lasso_regression.ipynb\",\n      \""
  },
  {
    "path": "code/artificial_intelligence/src/linear_regression/README.md",
    "chars": 2148,
    "preview": "# Linear Regression\n\nThe **linear regression** is a statistical approach for modelling relationship between a dependent "
  },
  {
    "path": "code/artificial_intelligence/src/linear_regression/Salary_Data.csv",
    "chars": 423,
    "preview": "YearsExperience,Salary\n1.1,39343.00\n1.3,46205.00\n1.5,37731.00\n2.0,43525.00\n2.2,39891.00\n2.9,56642.00\n3.0,60150.00\n3.2,54"
  },
  {
    "path": "code/artificial_intelligence/src/linear_regression/linear_regression.java",
    "chars": 2065,
    "preview": "// author @Yatharth Shah\n\npublic class LinearRegression { \n\n    public static void main(String[] args) { \n        int MA"
  },
  {
    "path": "code/artificial_intelligence/src/linear_regression/linear_regression.js",
    "chars": 3150,
    "preview": "/**\n* Author: Daniel Hernández (https://github.com/DHDaniel)\n\n* Description: Multivariate linear regression that uses th"
  },
  {
    "path": "code/artificial_intelligence/src/linear_regression/linear_regression.py",
    "chars": 1367,
    "preview": "import numpy as np\nimport matplotlib.pyplot as plt\n\n\n# A basic implementation of linear regression with one variable\n# P"
  },
  {
    "path": "code/artificial_intelligence/src/linear_regression/linear_regression.swift",
    "chars": 771,
    "preview": "import Foundation\n\nlet cosmos_size: [Double] = [1, 2, 10, 3, 20, 11]\nlet cosmos_contributors: [Double] = [500, 1000, 500"
  },
  {
    "path": "code/artificial_intelligence/src/linear_regression/linear_regression_scikit_learn.ipynb",
    "chars": 40246,
    "preview": "{\n \"cells\": [\n  {\n   \"cell_type\": \"code\",\n   \"execution_count\": 3,\n   \"metadata\": {},\n   \"outputs\": [],\n   \"source\": [\n "
  },
  {
    "path": "code/artificial_intelligence/src/linear_regression/linear_regression_scikit_learn.py",
    "chars": 1076,
    "preview": "import numpy as np\nimport pandas as pd\nimport matplotlib.pyplot as plt\n\n%matplotlib inline\n\n#importing the data set\ndata"
  },
  {
    "path": "code/artificial_intelligence/src/logistic_regression/README.md",
    "chars": 2102,
    "preview": "# Logistical Regression\n\nThe **logistical regression** algorithm build upon linear regression and is basically a supervi"
  },
  {
    "path": "code/artificial_intelligence/src/logistic_regression/logistic_regression.py",
    "chars": 1825,
    "preview": "# Logistic regression implemented from Scratch in Python\n\nimport numpy as np\nimport matplotlib.pyplot as plt\n\n\ndef sigmo"
  },
  {
    "path": "code/artificial_intelligence/src/minimax/README.md",
    "chars": 1139,
    "preview": "# Minimax Algorithm\n\nAccording to wikipedia , Minimax is a \"decision rule used in decision theory, game theory, statisti"
  },
  {
    "path": "code/artificial_intelligence/src/minimax/minimax.py",
    "chars": 11294,
    "preview": "import operator\nimport time\n\n\nclass IllegalMoveException(Exception):\n    pass\n\n\ndef new_copy(in_list):\n    if isinstance"
  },
  {
    "path": "code/artificial_intelligence/src/missionaries_and_cannibals.py",
    "chars": 5665,
    "preview": "# -*- coding: utf-8 -*-\n\"\"\"Missionaries_and_cannibals.ipynb\n\nAutomatically generated by Colaboratory.\n\nOriginal file is "
  },
  {
    "path": "code/artificial_intelligence/src/naive_bayes/README.md",
    "chars": 272,
    "preview": "# cosmos\n> Your personal library of every algorithm and data structure code that you will ever encounter\n\n# Naive bayes "
  },
  {
    "path": "code/artificial_intelligence/src/naive_bayes/iris1.csv",
    "chars": 4459,
    "preview": "sepallength,sepalwidth,petallength,petalwidth,class\n5.1,3.5,1.4,0.2,Iris-setosa\n4.9,3,1.4,0.2,Iris-setosa\n4.7,3.2,1.3,0."
  },
  {
    "path": "code/artificial_intelligence/src/naive_bayes/naive_bayes.cpp",
    "chars": 4940,
    "preview": "#include <iostream>\n#include <string>\n#include <vector>\n#include <random>\n#include <set>\n#include <map>\n#include <unorde"
  },
  {
    "path": "code/artificial_intelligence/src/naive_bayes/naive_bayes.py",
    "chars": 2609,
    "preview": "import numpy as np\nfrom collections import defaultdict\n\n\ndef count_words(features, output):\n    my_set = []\n\n    d = def"
  },
  {
    "path": "code/artificial_intelligence/src/naive_bayes/naive_bayes.swift",
    "chars": 5067,
    "preview": "// Part of Cosmos by OpenGenus Foundation\nimport Foundation\n\nextension String: Error {}\n\nextension Array where Element ="
  },
  {
    "path": "code/artificial_intelligence/src/named_entity_recognition/NER.ipynb",
    "chars": 110082,
    "preview": "{\n \"cells\": [\n  {\n   \"cell_type\": \"markdown\",\n   \"metadata\": {\n    \"colab_type\": \"text\",\n    \"id\": \"q4gSqDnOaJ7W\"\n   },\n"
  },
  {
    "path": "code/artificial_intelligence/src/named_entity_recognition/README.md",
    "chars": 1162,
    "preview": "# Named Entity Recognition\n**Named Entity Recognition** is a key task in Natural Language Processing. The process of det"
  },
  {
    "path": "code/artificial_intelligence/src/named_entity_recognition/ner_dataset.csv",
    "chars": 2,
    "preview": "\r\n"
  },
  {
    "path": "code/artificial_intelligence/src/nearest_sequence_memory/nsm_matlab/main.m",
    "chars": 369,
    "preview": "% change as desired\n% runtime approx (i7 @3 GHz)\n% 100 episodes -- < 90 s\n% 1000 episodes -- 2 - 3 min\nnum_trials = 1000"
  },
  {
    "path": "code/artificial_intelligence/src/nearest_sequence_memory/nsm_matlab/nsm_agent.m",
    "chars": 7494,
    "preview": "classdef nsm_agent < handle\n    % The agent keeps a history of all past episodes (max. 20 steps).\n    % This information"
  },
  {
    "path": "code/artificial_intelligence/src/nearest_sequence_memory/nsm_matlab/simulator.m",
    "chars": 3015,
    "preview": "classdef simulator < handle\n    % A small simulation of a variation of McCallum's grid-world.\n    % Initialized in a ran"
  },
  {
    "path": "code/artificial_intelligence/src/neural_network/keras_nn.py",
    "chars": 2009,
    "preview": "import numpy as np\r\n'''numpy stands for numerical python library. It is used for scientific computing in python '''\r\nimp"
  },
  {
    "path": "code/artificial_intelligence/src/neural_network/neural_network.py",
    "chars": 7449,
    "preview": "# The following is a from scratch implementation of a neural network in Python without any deep learning libraries\n\n# Im"
  },
  {
    "path": "code/artificial_intelligence/src/neural_style_transfer/neural_style_transfer.ipynb",
    "chars": 2116886,
    "preview": "{\n  \"nbformat\": 4,\n  \"nbformat_minor\": 0,\n  \"metadata\": {\n    \"colab\": {\n      \"name\": \"neural_art.ipynb\",\n      \"versio"
  },
  {
    "path": "code/artificial_intelligence/src/number_recogniser/python/driver.py",
    "chars": 397,
    "preview": "import nn\r\nimport numpy as np\r\nimport os\r\nimport matplotlib.pyplot as plt\r\n\r\npath = os.path.join(os.path.dirname(os.path"
  },
  {
    "path": "code/artificial_intelligence/src/number_recogniser/python/nn.py",
    "chars": 1005,
    "preview": "import numpy as np\r\n\r\n\r\nclass neural_network:\r\n    def __init__(self, layer_sizes):\r\n        weight_shapes = [(a, b) for"
  },
  {
    "path": "code/artificial_intelligence/src/particle_swarm_optimization/gbestPSO/Gbest2D.py",
    "chars": 1449,
    "preview": "import numpy as np\nfrom matplotlib.pyplot import subplots\n\n\ndef f(x):\n    return -15 * np.sin(x - 5) / (abs(x) + 1)\n\n\npa"
  },
  {
    "path": "code/artificial_intelligence/src/particle_swarm_optimization/gbestPSO/Gbest3D.py",
    "chars": 2194,
    "preview": "import numpy as np\nimport matplotlib.pyplot as plt\nfrom mpl_toolkits.mplot3d import Axes3D\n\n\ndef f(args):\n    return np."
  },
  {
    "path": "code/artificial_intelligence/src/particle_swarm_optimization/lbestPSO/LBest3D.py",
    "chars": 2718,
    "preview": "import numpy as np\nimport matplotlib.pyplot as plt\nfrom mpl_toolkits.mplot3d import Axes3D\n\n\ndef f(args):\n    return np."
  },
  {
    "path": "code/artificial_intelligence/src/perceptron/perceptron.py",
    "chars": 1308,
    "preview": "# Function that essentially involves the calculation inside the perceptron\ndef predict(row, weights):\n    activation = w"
  },
  {
    "path": "code/artificial_intelligence/src/principal_component_analysis/README.md",
    "chars": 991,
    "preview": "# cosmos\n> Your personal library of every algorithm and data structure code that you will ever encounter\n\n# Principal co"
  },
  {
    "path": "code/artificial_intelligence/src/q_learning/q_learning.ipynb",
    "chars": 54111,
    "preview": "{\n  \"nbformat\": 4,\n  \"nbformat_minor\": 0,\n  \"metadata\": {\n    \"colab\": {\n      \"name\": \"Q-Learning_OpenGenus.ipynb\",\n   "
  },
  {
    "path": "code/artificial_intelligence/src/q_learning/q_learning.js",
    "chars": 5168,
    "preview": "// Q Learning Introduction: https://en.wikipedia.org/wiki/Q-learning\n// Algorithm: Q(s,a):=Q(s,a)+α[r+γ*maxQ(s′,a′)−Q(s,"
  },
  {
    "path": "code/artificial_intelligence/src/random_forests/Position_Salaries.csv",
    "chars": 236,
    "preview": "Position,Level,Salary\nBusiness Analyst,1,45000\nJunior Consultant,2,50000\nSenior Consultant,3,60000\nManager,4,80000\nCount"
  },
  {
    "path": "code/artificial_intelligence/src/random_forests/README.md",
    "chars": 265,
    "preview": "# cosmos\n> Your personal library of every algorithm and data structure code that you will ever encounter\n\n# Random fores"
  },
  {
    "path": "code/artificial_intelligence/src/random_forests/Random_Forest_Regression_Model.ipynb",
    "chars": 17950,
    "preview": "{\n \"cells\": [\n  {\n   \"cell_type\": \"code\",\n   \"execution_count\": 1,\n   \"metadata\": {},\n   \"outputs\": [],\n   \"source\": [\n "
  },
  {
    "path": "code/artificial_intelligence/src/residual_convolutional_neural_network/.gitignore",
    "chars": 4,
    "preview": "data"
  },
  {
    "path": "code/design_pattern/src/OOP_patterns/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "code/design_pattern/src/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "code/design_pattern/src/functional_patterns/functional_patterns/scala/build.sbt",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "code/design_pattern/test/__init__.py",
    "chars": 0,
    "preview": ""
  },
  {
    "path": "code/languages/python/web_programming/__init__.py",
    "chars": 0,
    "preview": ""
  }
]

// ... and 3940 more files (download for full content)

About this extraction

This page contains the full source code of the OpenGenus/cosmos GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 4077 files (302.9 MB), approximately 4.4M tokens, and a symbol index with 228 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!