From fa7655d5aa4b3bb8725de5da7a718d9ff60b18f8 Mon Sep 17 00:00:00 2001 From: anebz Date: Wed, 10 Apr 2019 12:40:32 +0200 Subject: [PATCH] folder renaming 3 --- .../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 {1. Arrays and strings => 01. Arrays and strings}/README.md | 0 .../hackerrank/counter.py | 0 .../hackerrank/mars_exploration.py | 0 .../hackerrank/super_reduced_string.py | 0 .../7.12. hash_table.md | 0 .../README.md | 0 {8. Recursion => 08. Recursion}/8.3. magic_index.md | 0 {8. Recursion => 08. Recursion}/8.3. magic_index.py | 0 34 files changed, 0 insertions(+), 0 deletions(-) rename {1. Arrays and strings => 01. Arrays and strings}/1.1. is_unique.cpp (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.1. is_unique.md (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.1. is_unique.py (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.2. check_permutation.md (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.2. check_permutation.py (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.3. replace_char.java (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.3. replace_char.md (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.3. replace_char.py (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.4. palindrome_permutation.cpp (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.4. palindrome_permutation.java (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.4. palindrome_permutation.md (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.4. palindrome_permutation.py (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.5. levenshtein.java (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.5. levenshtein.md (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.5. levenshtein.py (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.6. string_compression.java (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.6. string_compression.md (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.6. string_compression.py (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.7. matrix_rotation.java (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.7. matrix_rotation.md (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.7. matrix_rotation.py (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.8. zero_matrix.java (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.8. zero_matrix.md (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.9. string_rotation.java (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.9. string_rotation.md (100%) rename {1. Arrays and strings => 01. Arrays and strings}/1.9. string_rotation.py (100%) rename {1. Arrays and strings => 01. Arrays and strings}/README.md (100%) rename {1. Arrays and strings => 01. Arrays and strings}/hackerrank/counter.py (100%) rename {1. Arrays and strings => 01. Arrays and strings}/hackerrank/mars_exploration.py (100%) rename {1. Arrays and strings => 01. Arrays and strings}/hackerrank/super_reduced_string.py (100%) rename {7. Object-Oriented design => 07. Object-Oriented design}/7.12. hash_table.md (100%) rename {7. Object-Oriented design => 07. Object-Oriented design}/README.md (100%) rename {8. Recursion => 08. Recursion}/8.3. magic_index.md (100%) rename {8. Recursion => 08. Recursion}/8.3. magic_index.py (100%) diff --git a/1. Arrays and strings/1.1. is_unique.cpp b/01. Arrays and strings/1.1. is_unique.cpp similarity index 100% rename from 1. Arrays and strings/1.1. is_unique.cpp rename to 01. Arrays and strings/1.1. is_unique.cpp diff --git a/1. Arrays and strings/1.1. is_unique.md b/01. Arrays and strings/1.1. is_unique.md similarity index 100% rename from 1. Arrays and strings/1.1. is_unique.md rename to 01. Arrays and strings/1.1. is_unique.md diff --git a/1. Arrays and strings/1.1. is_unique.py b/01. Arrays and strings/1.1. is_unique.py similarity index 100% rename from 1. Arrays and strings/1.1. is_unique.py rename to 01. Arrays and strings/1.1. is_unique.py diff --git a/1. Arrays and strings/1.2. check_permutation.md b/01. Arrays and strings/1.2. check_permutation.md similarity index 100% rename from 1. Arrays and strings/1.2. check_permutation.md rename to 01. Arrays and strings/1.2. check_permutation.md diff --git a/1. Arrays and strings/1.2. check_permutation.py b/01. Arrays and strings/1.2. check_permutation.py similarity index 100% rename from 1. Arrays and strings/1.2. check_permutation.py rename to 01. Arrays and strings/1.2. check_permutation.py diff --git a/1. Arrays and strings/1.3. replace_char.java b/01. Arrays and strings/1.3. replace_char.java similarity index 100% rename from 1. Arrays and strings/1.3. replace_char.java rename to 01. Arrays and strings/1.3. replace_char.java diff --git a/1. Arrays and strings/1.3. replace_char.md b/01. Arrays and strings/1.3. replace_char.md similarity index 100% rename from 1. Arrays and strings/1.3. replace_char.md rename to 01. Arrays and strings/1.3. replace_char.md diff --git a/1. Arrays and strings/1.3. replace_char.py b/01. Arrays and strings/1.3. replace_char.py similarity index 100% rename from 1. Arrays and strings/1.3. replace_char.py rename to 01. Arrays and strings/1.3. replace_char.py diff --git a/1. Arrays and strings/1.4. palindrome_permutation.cpp b/01. Arrays and strings/1.4. palindrome_permutation.cpp similarity index 100% rename from 1. Arrays and strings/1.4. palindrome_permutation.cpp rename to 01. Arrays and strings/1.4. palindrome_permutation.cpp diff --git a/1. Arrays and strings/1.4. palindrome_permutation.java b/01. Arrays and strings/1.4. palindrome_permutation.java similarity index 100% rename from 1. Arrays and strings/1.4. palindrome_permutation.java rename to 01. Arrays and strings/1.4. palindrome_permutation.java diff --git a/1. Arrays and strings/1.4. palindrome_permutation.md b/01. Arrays and strings/1.4. palindrome_permutation.md similarity index 100% rename from 1. Arrays and strings/1.4. palindrome_permutation.md rename to 01. Arrays and strings/1.4. palindrome_permutation.md diff --git a/1. Arrays and strings/1.4. palindrome_permutation.py b/01. Arrays and strings/1.4. palindrome_permutation.py similarity index 100% rename from 1. Arrays and strings/1.4. palindrome_permutation.py rename to 01. Arrays and strings/1.4. palindrome_permutation.py diff --git a/1. Arrays and strings/1.5. levenshtein.java b/01. Arrays and strings/1.5. levenshtein.java similarity index 100% rename from 1. Arrays and strings/1.5. levenshtein.java rename to 01. Arrays and strings/1.5. levenshtein.java diff --git a/1. Arrays and strings/1.5. levenshtein.md b/01. Arrays and strings/1.5. levenshtein.md similarity index 100% rename from 1. Arrays and strings/1.5. levenshtein.md rename to 01. Arrays and strings/1.5. levenshtein.md diff --git a/1. Arrays and strings/1.5. levenshtein.py b/01. Arrays and strings/1.5. levenshtein.py similarity index 100% rename from 1. Arrays and strings/1.5. levenshtein.py rename to 01. Arrays and strings/1.5. levenshtein.py diff --git a/1. Arrays and strings/1.6. string_compression.java b/01. Arrays and strings/1.6. string_compression.java similarity index 100% rename from 1. Arrays and strings/1.6. string_compression.java rename to 01. Arrays and strings/1.6. string_compression.java diff --git a/1. Arrays and strings/1.6. string_compression.md b/01. Arrays and strings/1.6. string_compression.md similarity index 100% rename from 1. Arrays and strings/1.6. string_compression.md rename to 01. Arrays and strings/1.6. string_compression.md diff --git a/1. Arrays and strings/1.6. string_compression.py b/01. Arrays and strings/1.6. string_compression.py similarity index 100% rename from 1. Arrays and strings/1.6. string_compression.py rename to 01. Arrays and strings/1.6. string_compression.py diff --git a/1. Arrays and strings/1.7. matrix_rotation.java b/01. Arrays and strings/1.7. matrix_rotation.java similarity index 100% rename from 1. Arrays and strings/1.7. matrix_rotation.java rename to 01. Arrays and strings/1.7. matrix_rotation.java diff --git a/1. Arrays and strings/1.7. matrix_rotation.md b/01. Arrays and strings/1.7. matrix_rotation.md similarity index 100% rename from 1. Arrays and strings/1.7. matrix_rotation.md rename to 01. Arrays and strings/1.7. matrix_rotation.md diff --git a/1. Arrays and strings/1.7. matrix_rotation.py b/01. Arrays and strings/1.7. matrix_rotation.py similarity index 100% rename from 1. Arrays and strings/1.7. matrix_rotation.py rename to 01. Arrays and strings/1.7. matrix_rotation.py diff --git a/1. Arrays and strings/1.8. zero_matrix.java b/01. Arrays and strings/1.8. zero_matrix.java similarity index 100% rename from 1. Arrays and strings/1.8. zero_matrix.java rename to 01. Arrays and strings/1.8. zero_matrix.java diff --git a/1. Arrays and strings/1.8. zero_matrix.md b/01. Arrays and strings/1.8. zero_matrix.md similarity index 100% rename from 1. Arrays and strings/1.8. zero_matrix.md rename to 01. Arrays and strings/1.8. zero_matrix.md diff --git a/1. Arrays and strings/1.9. string_rotation.java b/01. Arrays and strings/1.9. string_rotation.java similarity index 100% rename from 1. Arrays and strings/1.9. string_rotation.java rename to 01. Arrays and strings/1.9. string_rotation.java diff --git a/1. Arrays and strings/1.9. string_rotation.md b/01. Arrays and strings/1.9. string_rotation.md similarity index 100% rename from 1. Arrays and strings/1.9. string_rotation.md rename to 01. Arrays and strings/1.9. string_rotation.md diff --git a/1. Arrays and strings/1.9. string_rotation.py b/01. Arrays and strings/1.9. string_rotation.py similarity index 100% rename from 1. Arrays and strings/1.9. string_rotation.py rename to 01. Arrays and strings/1.9. string_rotation.py diff --git a/1. Arrays and strings/README.md b/01. Arrays and strings/README.md similarity index 100% rename from 1. Arrays and strings/README.md rename to 01. Arrays and strings/README.md diff --git a/1. Arrays and strings/hackerrank/counter.py b/01. Arrays and strings/hackerrank/counter.py similarity index 100% rename from 1. Arrays and strings/hackerrank/counter.py rename to 01. Arrays and strings/hackerrank/counter.py diff --git a/1. Arrays and strings/hackerrank/mars_exploration.py b/01. Arrays and strings/hackerrank/mars_exploration.py similarity index 100% rename from 1. Arrays and strings/hackerrank/mars_exploration.py rename to 01. Arrays and strings/hackerrank/mars_exploration.py diff --git a/1. Arrays and strings/hackerrank/super_reduced_string.py b/01. Arrays and strings/hackerrank/super_reduced_string.py similarity index 100% rename from 1. Arrays and strings/hackerrank/super_reduced_string.py rename to 01. Arrays and strings/hackerrank/super_reduced_string.py diff --git a/7. Object-Oriented design/7.12. hash_table.md b/07. Object-Oriented design/7.12. hash_table.md similarity index 100% rename from 7. Object-Oriented design/7.12. hash_table.md rename to 07. Object-Oriented design/7.12. hash_table.md diff --git a/7. Object-Oriented design/README.md b/07. Object-Oriented design/README.md similarity index 100% rename from 7. Object-Oriented design/README.md rename to 07. Object-Oriented design/README.md diff --git a/8. Recursion/8.3. magic_index.md b/08. Recursion/8.3. magic_index.md similarity index 100% rename from 8. Recursion/8.3. magic_index.md rename to 08. Recursion/8.3. magic_index.md diff --git a/8. Recursion/8.3. magic_index.py b/08. Recursion/8.3. magic_index.py similarity index 100% rename from 8. Recursion/8.3. magic_index.py rename to 08. Recursion/8.3. magic_index.py