From bacaa04f5a30e701d9d1d6c668c9e97b1540ca90 Mon Sep 17 00:00:00 2001 From: Ankit Gupta Date: Sun, 5 Jun 2022 23:30:06 +0530 Subject: [PATCH] fix(CPlusPlus): number system links (#762) Co-authored-by: en1gm479 --- .../{Number system => Number-system}/binary_addition.cpp | 0 .../{Number system => Number-system}/binary_to_decimal.cpp | 0 .../{Number system => Number-system}/decimal_to_binary.cpp | 0 .../{Number system => Number-system}/decimal_to_hexa.cpp | 0 .../{Number system => Number-system}/decimal_to_octal.cpp | 0 .../{Number system => Number-system}/hexa_to_decimal.cpp | 0 .../{Number system => Number-system}/octal_to_decimal.cpp | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename algorithms/CPlusPlus/{Number system => Number-system}/binary_addition.cpp (100%) rename algorithms/CPlusPlus/{Number system => Number-system}/binary_to_decimal.cpp (100%) rename algorithms/CPlusPlus/{Number system => Number-system}/decimal_to_binary.cpp (100%) rename algorithms/CPlusPlus/{Number system => Number-system}/decimal_to_hexa.cpp (100%) rename algorithms/CPlusPlus/{Number system => Number-system}/decimal_to_octal.cpp (100%) rename algorithms/CPlusPlus/{Number system => Number-system}/hexa_to_decimal.cpp (100%) rename algorithms/CPlusPlus/{Number system => Number-system}/octal_to_decimal.cpp (100%) diff --git a/algorithms/CPlusPlus/Number system/binary_addition.cpp b/algorithms/CPlusPlus/Number-system/binary_addition.cpp similarity index 100% rename from algorithms/CPlusPlus/Number system/binary_addition.cpp rename to algorithms/CPlusPlus/Number-system/binary_addition.cpp diff --git a/algorithms/CPlusPlus/Number system/binary_to_decimal.cpp b/algorithms/CPlusPlus/Number-system/binary_to_decimal.cpp similarity index 100% rename from algorithms/CPlusPlus/Number system/binary_to_decimal.cpp rename to algorithms/CPlusPlus/Number-system/binary_to_decimal.cpp diff --git a/algorithms/CPlusPlus/Number system/decimal_to_binary.cpp b/algorithms/CPlusPlus/Number-system/decimal_to_binary.cpp similarity index 100% rename from algorithms/CPlusPlus/Number system/decimal_to_binary.cpp rename to algorithms/CPlusPlus/Number-system/decimal_to_binary.cpp diff --git a/algorithms/CPlusPlus/Number system/decimal_to_hexa.cpp b/algorithms/CPlusPlus/Number-system/decimal_to_hexa.cpp similarity index 100% rename from algorithms/CPlusPlus/Number system/decimal_to_hexa.cpp rename to algorithms/CPlusPlus/Number-system/decimal_to_hexa.cpp diff --git a/algorithms/CPlusPlus/Number system/decimal_to_octal.cpp b/algorithms/CPlusPlus/Number-system/decimal_to_octal.cpp similarity index 100% rename from algorithms/CPlusPlus/Number system/decimal_to_octal.cpp rename to algorithms/CPlusPlus/Number-system/decimal_to_octal.cpp diff --git a/algorithms/CPlusPlus/Number system/hexa_to_decimal.cpp b/algorithms/CPlusPlus/Number-system/hexa_to_decimal.cpp similarity index 100% rename from algorithms/CPlusPlus/Number system/hexa_to_decimal.cpp rename to algorithms/CPlusPlus/Number-system/hexa_to_decimal.cpp diff --git a/algorithms/CPlusPlus/Number system/octal_to_decimal.cpp b/algorithms/CPlusPlus/Number-system/octal_to_decimal.cpp similarity index 100% rename from algorithms/CPlusPlus/Number system/octal_to_decimal.cpp rename to algorithms/CPlusPlus/Number-system/octal_to_decimal.cpp