|
444 | 444 | * [Scoring Functions](machine_learning/scoring_functions.py)
|
445 | 445 | * [Sequential Minimum Optimization](machine_learning/sequential_minimum_optimization.py)
|
446 | 446 | * [Similarity Search](machine_learning/similarity_search.py)
|
447 |
| - * [Support Vector Machines](machine_learning/support_vector_machines.py) |
448 | 447 | * [Word Frequency Functions](machine_learning/word_frequency_functions.py)
|
449 | 448 |
|
450 | 449 | ## Maths
|
|
910 | 909 |
|
911 | 910 | ## Scheduling
|
912 | 911 | * [First Come First Served](scheduling/first_come_first_served.py)
|
| 912 | + * [Highest Response Ratio Next](scheduling/highest_response_ratio_next.py) |
913 | 913 | * [Multi Level Feedback Queue](scheduling/multi_level_feedback_queue.py)
|
914 | 914 | * [Non Preemptive Shortest Job First](scheduling/non_preemptive_shortest_job_first.py)
|
915 | 915 | * [Round Robin](scheduling/round_robin.py)
|
|
995 | 995 | * [Credit Card Validator](strings/credit_card_validator.py)
|
996 | 996 | * [Detecting English Programmatically](strings/detecting_english_programmatically.py)
|
997 | 997 | * [Frequency Finder](strings/frequency_finder.py)
|
| 998 | + * [Hamming Distance](strings/hamming_distance.py) |
998 | 999 | * [Indian Phone Validator](strings/indian_phone_validator.py)
|
999 | 1000 | * [Is Contains Unique Chars](strings/is_contains_unique_chars.py)
|
1000 | 1001 | * [Is Palindrome](strings/is_palindrome.py)
|
|
1016 | 1017 | * [Reverse Words](strings/reverse_words.py)
|
1017 | 1018 | * [Split](strings/split.py)
|
1018 | 1019 | * [Upper](strings/upper.py)
|
| 1020 | + * [Wave](strings/wave.py) |
1019 | 1021 | * [Wildcard Pattern Matching](strings/wildcard_pattern_matching.py)
|
1020 | 1022 | * [Word Occurrence](strings/word_occurrence.py)
|
1021 | 1023 | * [Word Patterns](strings/word_patterns.py)
|
|
0 commit comments