From f8131efa069fe77b6552221484ff489ba7acc72c Mon Sep 17 00:00:00 2001 From: anebz Date: Wed, 10 Apr 2019 12:37:11 +0200 Subject: [PATCH] folder renaming 2 --- .../1.1. is_unique.cpp | 0 .../1.1. is_unique.md | 0 .../1.1. is_unique.py | 0 .../1.2. check_permutation.md | 0 .../1.2. check_permutation.py | 0 .../1.3. replace_char.java | 0 .../1.3. replace_char.md | 0 .../1.3. replace_char.py | 0 .../1.4. palindrome_permutation.cpp | 0 .../1.4. palindrome_permutation.java | 0 .../1.4. palindrome_permutation.md | 0 .../1.4. palindrome_permutation.py | 0 .../1.5. levenshtein.java | 0 .../1.5. levenshtein.md | 0 .../1.5. levenshtein.py | 0 .../1.6. string_compression.java | 0 .../1.6. string_compression.md | 0 .../1.6. string_compression.py | 0 .../1.7. matrix_rotation.java | 0 .../1.7. matrix_rotation.md | 0 .../1.7. matrix_rotation.py | 0 .../1.8. zero_matrix.java | 0 .../1.8. zero_matrix.md | 0 .../1.9. string_rotation.java | 0 .../1.9. string_rotation.md | 0 .../1.9. string_rotation.py | 0 {Chapter-1 Arrays and strings => 1. Arrays and strings}/README.md | 0 .../hackerrank/counter.py | 0 .../hackerrank/mars_exploration.py | 0 .../hackerrank/super_reduced_string.py | 0 .../10.9. sorted_matrix_search.md | 0 .../10.9. sorted_matrix_search.py | 0 {Chapter-11 Advanced topics => 11. Advanced topics}/README.md | 0 .../7.12. hash_table.md | 0 .../README.md | 0 {Chapter-8 Recursion => 8. Recursion}/8.3. magic_index.md | 0 {Chapter-8 Recursion => 8. Recursion}/8.3. magic_index.py | 0 37 files changed, 0 insertions(+), 0 deletions(-) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.1. is_unique.cpp (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.1. is_unique.md (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.1. is_unique.py (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.2. check_permutation.md (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.2. check_permutation.py (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.3. replace_char.java (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.3. replace_char.md (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.3. replace_char.py (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.4. palindrome_permutation.cpp (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.4. palindrome_permutation.java (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.4. palindrome_permutation.md (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.4. palindrome_permutation.py (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.5. levenshtein.java (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.5. levenshtein.md (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.5. levenshtein.py (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.6. string_compression.java (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.6. string_compression.md (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.6. string_compression.py (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.7. matrix_rotation.java (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.7. matrix_rotation.md (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.7. matrix_rotation.py (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.8. zero_matrix.java (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.8. zero_matrix.md (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.9. string_rotation.java (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.9. string_rotation.md (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/1.9. string_rotation.py (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/README.md (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/hackerrank/counter.py (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/hackerrank/mars_exploration.py (100%) rename {Chapter-1 Arrays and strings => 1. Arrays and strings}/hackerrank/super_reduced_string.py (100%) rename {Chapter-10 Sorting and searching => 10. Sorting and searching}/10.9. sorted_matrix_search.md (100%) rename {Chapter-10 Sorting and searching => 10. Sorting and searching}/10.9. sorted_matrix_search.py (100%) rename {Chapter-11 Advanced topics => 11. Advanced topics}/README.md (100%) rename {Chapter-7 Object-Oriented design => 7. Object-Oriented design}/7.12. hash_table.md (100%) rename {Chapter-7 Object-Oriented design => 7. Object-Oriented design}/README.md (100%) rename {Chapter-8 Recursion => 8. Recursion}/8.3. magic_index.md (100%) rename {Chapter-8 Recursion => 8. Recursion}/8.3. magic_index.py (100%) diff --git a/Chapter-1 Arrays and strings/1.1. is_unique.cpp b/1. Arrays and strings/1.1. is_unique.cpp similarity index 100% rename from Chapter-1 Arrays and strings/1.1. is_unique.cpp rename to 1. Arrays and strings/1.1. is_unique.cpp diff --git a/Chapter-1 Arrays and strings/1.1. is_unique.md b/1. Arrays and strings/1.1. is_unique.md similarity index 100% rename from Chapter-1 Arrays and strings/1.1. is_unique.md rename to 1. Arrays and strings/1.1. is_unique.md diff --git a/Chapter-1 Arrays and strings/1.1. is_unique.py b/1. Arrays and strings/1.1. is_unique.py similarity index 100% rename from Chapter-1 Arrays and strings/1.1. is_unique.py rename to 1. Arrays and strings/1.1. is_unique.py diff --git a/Chapter-1 Arrays and strings/1.2. check_permutation.md b/1. Arrays and strings/1.2. check_permutation.md similarity index 100% rename from Chapter-1 Arrays and strings/1.2. check_permutation.md rename to 1. Arrays and strings/1.2. check_permutation.md diff --git a/Chapter-1 Arrays and strings/1.2. check_permutation.py b/1. Arrays and strings/1.2. check_permutation.py similarity index 100% rename from Chapter-1 Arrays and strings/1.2. check_permutation.py rename to 1. Arrays and strings/1.2. check_permutation.py diff --git a/Chapter-1 Arrays and strings/1.3. replace_char.java b/1. Arrays and strings/1.3. replace_char.java similarity index 100% rename from Chapter-1 Arrays and strings/1.3. replace_char.java rename to 1. Arrays and strings/1.3. replace_char.java diff --git a/Chapter-1 Arrays and strings/1.3. replace_char.md b/1. Arrays and strings/1.3. replace_char.md similarity index 100% rename from Chapter-1 Arrays and strings/1.3. replace_char.md rename to 1. Arrays and strings/1.3. replace_char.md diff --git a/Chapter-1 Arrays and strings/1.3. replace_char.py b/1. Arrays and strings/1.3. replace_char.py similarity index 100% rename from Chapter-1 Arrays and strings/1.3. replace_char.py rename to 1. Arrays and strings/1.3. replace_char.py diff --git a/Chapter-1 Arrays and strings/1.4. palindrome_permutation.cpp b/1. Arrays and strings/1.4. palindrome_permutation.cpp similarity index 100% rename from Chapter-1 Arrays and strings/1.4. palindrome_permutation.cpp rename to 1. Arrays and strings/1.4. palindrome_permutation.cpp diff --git a/Chapter-1 Arrays and strings/1.4. palindrome_permutation.java b/1. Arrays and strings/1.4. palindrome_permutation.java similarity index 100% rename from Chapter-1 Arrays and strings/1.4. palindrome_permutation.java rename to 1. Arrays and strings/1.4. palindrome_permutation.java diff --git a/Chapter-1 Arrays and strings/1.4. palindrome_permutation.md b/1. Arrays and strings/1.4. palindrome_permutation.md similarity index 100% rename from Chapter-1 Arrays and strings/1.4. palindrome_permutation.md rename to 1. Arrays and strings/1.4. palindrome_permutation.md diff --git a/Chapter-1 Arrays and strings/1.4. palindrome_permutation.py b/1. Arrays and strings/1.4. palindrome_permutation.py similarity index 100% rename from Chapter-1 Arrays and strings/1.4. palindrome_permutation.py rename to 1. Arrays and strings/1.4. palindrome_permutation.py diff --git a/Chapter-1 Arrays and strings/1.5. levenshtein.java b/1. Arrays and strings/1.5. levenshtein.java similarity index 100% rename from Chapter-1 Arrays and strings/1.5. levenshtein.java rename to 1. Arrays and strings/1.5. levenshtein.java diff --git a/Chapter-1 Arrays and strings/1.5. levenshtein.md b/1. Arrays and strings/1.5. levenshtein.md similarity index 100% rename from Chapter-1 Arrays and strings/1.5. levenshtein.md rename to 1. Arrays and strings/1.5. levenshtein.md diff --git a/Chapter-1 Arrays and strings/1.5. levenshtein.py b/1. Arrays and strings/1.5. levenshtein.py similarity index 100% rename from Chapter-1 Arrays and strings/1.5. levenshtein.py rename to 1. Arrays and strings/1.5. levenshtein.py diff --git a/Chapter-1 Arrays and strings/1.6. string_compression.java b/1. Arrays and strings/1.6. string_compression.java similarity index 100% rename from Chapter-1 Arrays and strings/1.6. string_compression.java rename to 1. Arrays and strings/1.6. string_compression.java diff --git a/Chapter-1 Arrays and strings/1.6. string_compression.md b/1. Arrays and strings/1.6. string_compression.md similarity index 100% rename from Chapter-1 Arrays and strings/1.6. string_compression.md rename to 1. Arrays and strings/1.6. string_compression.md diff --git a/Chapter-1 Arrays and strings/1.6. string_compression.py b/1. Arrays and strings/1.6. string_compression.py similarity index 100% rename from Chapter-1 Arrays and strings/1.6. string_compression.py rename to 1. Arrays and strings/1.6. string_compression.py diff --git a/Chapter-1 Arrays and strings/1.7. matrix_rotation.java b/1. Arrays and strings/1.7. matrix_rotation.java similarity index 100% rename from Chapter-1 Arrays and strings/1.7. matrix_rotation.java rename to 1. Arrays and strings/1.7. matrix_rotation.java diff --git a/Chapter-1 Arrays and strings/1.7. matrix_rotation.md b/1. Arrays and strings/1.7. matrix_rotation.md similarity index 100% rename from Chapter-1 Arrays and strings/1.7. matrix_rotation.md rename to 1. Arrays and strings/1.7. matrix_rotation.md diff --git a/Chapter-1 Arrays and strings/1.7. matrix_rotation.py b/1. Arrays and strings/1.7. matrix_rotation.py similarity index 100% rename from Chapter-1 Arrays and strings/1.7. matrix_rotation.py rename to 1. Arrays and strings/1.7. matrix_rotation.py diff --git a/Chapter-1 Arrays and strings/1.8. zero_matrix.java b/1. Arrays and strings/1.8. zero_matrix.java similarity index 100% rename from Chapter-1 Arrays and strings/1.8. zero_matrix.java rename to 1. Arrays and strings/1.8. zero_matrix.java diff --git a/Chapter-1 Arrays and strings/1.8. zero_matrix.md b/1. Arrays and strings/1.8. zero_matrix.md similarity index 100% rename from Chapter-1 Arrays and strings/1.8. zero_matrix.md rename to 1. Arrays and strings/1.8. zero_matrix.md diff --git a/Chapter-1 Arrays and strings/1.9. string_rotation.java b/1. Arrays and strings/1.9. string_rotation.java similarity index 100% rename from Chapter-1 Arrays and strings/1.9. string_rotation.java rename to 1. Arrays and strings/1.9. string_rotation.java diff --git a/Chapter-1 Arrays and strings/1.9. string_rotation.md b/1. Arrays and strings/1.9. string_rotation.md similarity index 100% rename from Chapter-1 Arrays and strings/1.9. string_rotation.md rename to 1. Arrays and strings/1.9. string_rotation.md diff --git a/Chapter-1 Arrays and strings/1.9. string_rotation.py b/1. Arrays and strings/1.9. string_rotation.py similarity index 100% rename from Chapter-1 Arrays and strings/1.9. string_rotation.py rename to 1. Arrays and strings/1.9. string_rotation.py diff --git a/Chapter-1 Arrays and strings/README.md b/1. Arrays and strings/README.md similarity index 100% rename from Chapter-1 Arrays and strings/README.md rename to 1. Arrays and strings/README.md diff --git a/Chapter-1 Arrays and strings/hackerrank/counter.py b/1. Arrays and strings/hackerrank/counter.py similarity index 100% rename from Chapter-1 Arrays and strings/hackerrank/counter.py rename to 1. Arrays and strings/hackerrank/counter.py diff --git a/Chapter-1 Arrays and strings/hackerrank/mars_exploration.py b/1. Arrays and strings/hackerrank/mars_exploration.py similarity index 100% rename from Chapter-1 Arrays and strings/hackerrank/mars_exploration.py rename to 1. Arrays and strings/hackerrank/mars_exploration.py diff --git a/Chapter-1 Arrays and strings/hackerrank/super_reduced_string.py b/1. Arrays and strings/hackerrank/super_reduced_string.py similarity index 100% rename from Chapter-1 Arrays and strings/hackerrank/super_reduced_string.py rename to 1. Arrays and strings/hackerrank/super_reduced_string.py diff --git a/Chapter-10 Sorting and searching/10.9. sorted_matrix_search.md b/10. Sorting and searching/10.9. sorted_matrix_search.md similarity index 100% rename from Chapter-10 Sorting and searching/10.9. sorted_matrix_search.md rename to 10. Sorting and searching/10.9. sorted_matrix_search.md diff --git a/Chapter-10 Sorting and searching/10.9. sorted_matrix_search.py b/10. Sorting and searching/10.9. sorted_matrix_search.py similarity index 100% rename from Chapter-10 Sorting and searching/10.9. sorted_matrix_search.py rename to 10. Sorting and searching/10.9. sorted_matrix_search.py diff --git a/Chapter-11 Advanced topics/README.md b/11. Advanced topics/README.md similarity index 100% rename from Chapter-11 Advanced topics/README.md rename to 11. Advanced topics/README.md diff --git a/Chapter-7 Object-Oriented design/7.12. hash_table.md b/7. Object-Oriented design/7.12. hash_table.md similarity index 100% rename from Chapter-7 Object-Oriented design/7.12. hash_table.md rename to 7. Object-Oriented design/7.12. hash_table.md diff --git a/Chapter-7 Object-Oriented design/README.md b/7. Object-Oriented design/README.md similarity index 100% rename from Chapter-7 Object-Oriented design/README.md rename to 7. Object-Oriented design/README.md diff --git a/Chapter-8 Recursion/8.3. magic_index.md b/8. Recursion/8.3. magic_index.md similarity index 100% rename from Chapter-8 Recursion/8.3. magic_index.md rename to 8. Recursion/8.3. magic_index.md diff --git a/Chapter-8 Recursion/8.3. magic_index.py b/8. Recursion/8.3. magic_index.py similarity index 100% rename from Chapter-8 Recursion/8.3. magic_index.py rename to 8. Recursion/8.3. magic_index.py