diff --git a/c/calculators/ncr.c b/c/calculators/ncr.c new file mode 100644 index 0000000..5390fcb --- /dev/null +++ b/c/calculators/ncr.c @@ -0,0 +1,29 @@ +#include + +int factorial(int n) { + int ans = 1; + + for (int i = 2; i <= n; i++) { + ans *= i; + } + + return ans; +} + +int nCr(int n, int r) { + return factorial(n) / factorial(r) * factorial(n - r); +} + +void main() { + int n; + int r; + + printf("Please enter n: "); + scanf("%i", &n); + + printf("Please enter r: "); + scanf("%i", &r); + + int ans = nCr(n, r); + printf("The answer is: %i", ans); +} diff --git a/python/dailyprogrammer/#390 - Number of 1s.py b/daily-programmer/#390 - Number of 1s.py similarity index 100% rename from python/dailyprogrammer/#390 - Number of 1s.py rename to daily-programmer/#390 - Number of 1s.py diff --git a/python/dailyprogrammer/#391 - ABACABA.py b/daily-programmer/#391 - ABACABA.py similarity index 100% rename from python/dailyprogrammer/#391 - ABACABA.py rename to daily-programmer/#391 - ABACABA.py diff --git a/python/dailyprogrammer/#393 - Making Change.py b/daily-programmer/#393 - Making Change.py similarity index 100% rename from python/dailyprogrammer/#393 - Making Change.py rename to daily-programmer/#393 - Making Change.py diff --git a/python/dailyprogrammer/readme.md b/daily-programmer/readme.md similarity index 100% rename from python/dailyprogrammer/readme.md rename to daily-programmer/readme.md diff --git a/python/data science/Fake Jobs.py b/python/data-science/Fake Jobs.py similarity index 100% rename from python/data science/Fake Jobs.py rename to python/data-science/Fake Jobs.py diff --git a/python/data science/Twitch Revenue.py b/python/data-science/Twitch Revenue.py similarity index 100% rename from python/data science/Twitch Revenue.py rename to python/data-science/Twitch Revenue.py diff --git a/python/data science/facebook.csv b/python/data-science/facebook.csv similarity index 100% rename from python/data science/facebook.csv rename to python/data-science/facebook.csv diff --git a/python/data science/facebook.py b/python/data-science/facebook.py similarity index 100% rename from python/data science/facebook.py rename to python/data-science/facebook.py diff --git a/python/data science/fakejobs.csv b/python/data-science/fakejobs.csv similarity index 100% rename from python/data science/fakejobs.csv rename to python/data-science/fakejobs.csv diff --git a/python/data science/ngrams/comparison/comparison.py b/python/data-science/ngrams/comparison/comparison.py similarity index 100% rename from python/data science/ngrams/comparison/comparison.py rename to python/data-science/ngrams/comparison/comparison.py diff --git a/python/data science/ngrams/comparison/dubious, orangutan, round, mockingjay, aloof - 1800-2019.csv b/python/data-science/ngrams/comparison/dubious, orangutan, round, mockingjay, aloof - 1800-2019.csv similarity index 100% rename from python/data science/ngrams/comparison/dubious, orangutan, round, mockingjay, aloof - 1800-2019.csv rename to python/data-science/ngrams/comparison/dubious, orangutan, round, mockingjay, aloof - 1800-2019.csv diff --git a/python/data science/ngrams/comparison/dubious, orangutan, round, mockingjay, aloof - 1800-2019.png b/python/data-science/ngrams/comparison/dubious, orangutan, round, mockingjay, aloof - 1800-2019.png similarity index 100% rename from python/data science/ngrams/comparison/dubious, orangutan, round, mockingjay, aloof - 1800-2019.png rename to python/data-science/ngrams/comparison/dubious, orangutan, round, mockingjay, aloof - 1800-2019.png diff --git a/python/data science/ngrams/comparison/hallo, hello - 1500-1800.csv b/python/data-science/ngrams/comparison/hallo, hello - 1500-1800.csv similarity index 100% rename from python/data science/ngrams/comparison/hallo, hello - 1500-1800.csv rename to python/data-science/ngrams/comparison/hallo, hello - 1500-1800.csv diff --git a/python/data science/ngrams/comparison/hallo, hello - 1500-1800.png b/python/data-science/ngrams/comparison/hallo, hello - 1500-1800.png similarity index 100% rename from python/data science/ngrams/comparison/hallo, hello - 1500-1800.png rename to python/data-science/ngrams/comparison/hallo, hello - 1500-1800.png diff --git a/python/data science/ngrams/comparison/metropolis, birthday, acidic, bell, weed - 1800-2019.csv b/python/data-science/ngrams/comparison/metropolis, birthday, acidic, bell, weed - 1800-2019.csv similarity index 100% rename from python/data science/ngrams/comparison/metropolis, birthday, acidic, bell, weed - 1800-2019.csv rename to python/data-science/ngrams/comparison/metropolis, birthday, acidic, bell, weed - 1800-2019.csv diff --git a/python/data science/ngrams/comparison/metropolis, birthday, acidic, bell, weed - 1800-2019.png b/python/data-science/ngrams/comparison/metropolis, birthday, acidic, bell, weed - 1800-2019.png similarity index 100% rename from python/data science/ngrams/comparison/metropolis, birthday, acidic, bell, weed - 1800-2019.png rename to python/data-science/ngrams/comparison/metropolis, birthday, acidic, bell, weed - 1800-2019.png diff --git a/python/data science/ngrams/comparison/poop, klutzy - 1800-2019.csv b/python/data-science/ngrams/comparison/poop, klutzy - 1800-2019.csv similarity index 100% rename from python/data science/ngrams/comparison/poop, klutzy - 1800-2019.csv rename to python/data-science/ngrams/comparison/poop, klutzy - 1800-2019.csv diff --git a/python/data science/ngrams/comparison/poop, klutzy - 1800-2019.png b/python/data-science/ngrams/comparison/poop, klutzy - 1800-2019.png similarity index 100% rename from python/data science/ngrams/comparison/poop, klutzy - 1800-2019.png rename to python/data-science/ngrams/comparison/poop, klutzy - 1800-2019.png diff --git a/python/data science/ngrams/comparison/shuffle, metal, cancer, tumour, milk, gelatinous - 1800-2019.csv b/python/data-science/ngrams/comparison/shuffle, metal, cancer, tumour, milk, gelatinous - 1800-2019.csv similarity index 100% rename from python/data science/ngrams/comparison/shuffle, metal, cancer, tumour, milk, gelatinous - 1800-2019.csv rename to python/data-science/ngrams/comparison/shuffle, metal, cancer, tumour, milk, gelatinous - 1800-2019.csv diff --git a/python/data science/ngrams/comparison/shuffle, metal, cancer, tumour, milk, gelatinous - 1800-2019.png b/python/data-science/ngrams/comparison/shuffle, metal, cancer, tumour, milk, gelatinous - 1800-2019.png similarity index 100% rename from python/data science/ngrams/comparison/shuffle, metal, cancer, tumour, milk, gelatinous - 1800-2019.png rename to python/data-science/ngrams/comparison/shuffle, metal, cancer, tumour, milk, gelatinous - 1800-2019.png diff --git a/python/data science/ngrams/comparison/spectacle, barrel, crosshair, glue, gluestick - 1800-2019.csv b/python/data-science/ngrams/comparison/spectacle, barrel, crosshair, glue, gluestick - 1800-2019.csv similarity index 100% rename from python/data science/ngrams/comparison/spectacle, barrel, crosshair, glue, gluestick - 1800-2019.csv rename to python/data-science/ngrams/comparison/spectacle, barrel, crosshair, glue, gluestick - 1800-2019.csv diff --git a/python/data science/ngrams/comparison/spectacle, barrel, crosshair, glue, gluestick - 1800-2019.png b/python/data-science/ngrams/comparison/spectacle, barrel, crosshair, glue, gluestick - 1800-2019.png similarity index 100% rename from python/data science/ngrams/comparison/spectacle, barrel, crosshair, glue, gluestick - 1800-2019.png rename to python/data-science/ngrams/comparison/spectacle, barrel, crosshair, glue, gluestick - 1800-2019.png diff --git a/python/data science/ngrams/popularity/hallo - 1500-1800.png b/python/data-science/ngrams/popularity/hallo - 1500-1800.png similarity index 100% rename from python/data science/ngrams/popularity/hallo - 1500-1800.png rename to python/data-science/ngrams/popularity/hallo - 1500-1800.png diff --git a/python/data science/ngrams/popularity/popularity.py b/python/data-science/ngrams/popularity/popularity.py similarity index 100% rename from python/data science/ngrams/popularity/popularity.py rename to python/data-science/ngrams/popularity/popularity.py diff --git a/python/data science/ngrams/popularity/terrified - 1800-2019.png b/python/data-science/ngrams/popularity/terrified - 1800-2019.png similarity index 100% rename from python/data science/ngrams/popularity/terrified - 1800-2019.png rename to python/data-science/ngrams/popularity/terrified - 1800-2019.png diff --git a/python/data science/twitchrevenue.csv b/python/data-science/twitchrevenue.csv similarity index 100% rename from python/data science/twitchrevenue.csv rename to python/data-science/twitchrevenue.csv diff --git a/python/geometry dash 2 stars/2stars.csv b/python/gd-two-star-list/2stars.csv similarity index 100% rename from python/geometry dash 2 stars/2stars.csv rename to python/gd-two-star-list/2stars.csv diff --git a/python/geometry dash 2 stars/script.py b/python/gd-two-star-list/script.py similarity index 100% rename from python/geometry dash 2 stars/script.py rename to python/gd-two-star-list/script.py diff --git a/python/PP Calculator.py b/python/pp.py similarity index 100% rename from python/PP Calculator.py rename to python/pp.py diff --git a/python/readme.md b/python/readme.md index aed741b..bae08e6 100644 --- a/python/readme.md +++ b/python/readme.md @@ -5,26 +5,26 @@ ### Data Science -- [Fake Jobs Scraper](data%20science/Fake%20Jobs.py) -- [Country Population vs Active Facebook Users in the Country](data%20science/Facebook.py) -- [Estimated Revenue for the top Twitch channels](data%20science/Twitch%20Revenue.py) -- [ngrams](data%20science/ngrams) - - [Comparison](data%20science/ngrams/comparison/Comparison.py) - - [Popularity](data%20science/ngrams/popularity/Popularity.py) +- [Fake Jobs Scraper](data-science/Fake%20Jobs.py) +- [Country Population vs Active Facebook Users in the Country](data-science/Facebook.py) +- [Estimated Revenue for the top Twitch channels](data-science/Twitch%20Revenue.py) +- [ngrams](data-science/ngrams) + - [Comparison](data-science/ngrams/comparison/Comparison.py) + - [Popularity](data-science/ngrams/popularity/Popularity.py) ### Calculators -- [Binomial Distribution](calculators/Binomial%20Distribution.py) -- [Karatsuba Algorithm](calculators/Karatsuba%20Algorithm.py) -- [Pearson's Product-Moment Correlation Coefficient](calculators/PMCC.py) -- [Quadratic nth Term](calculators/Quadratic%20nth%20Term.py) -- [Square Root](calculators/SQRT.py) -- [Spearman's Rank Correlation Coefficient](calculators/SRCC.py) -- [Standard Deviation](calculators/STDEV.py) +- [Binomial Distribution](calculators/Binomial%20Distribution.py) +- [Karatsuba Algorithm](calculators/Karatsuba%20Algorithm.py) +- [Pearson's Product-Moment Correlation Coefficient](calculators/PMCC.py) +- [Quadratic nth Term](calculators/Quadratic%20nth%20Term.py) +- [Square Root](calculators/SQRT.py) +- [Spearman's Rank Correlation Coefficient](calculators/SRCC.py) +- [Standard Deviation](calculators/STDEV.py) ### Other -- [PP Calculator](pp.py) -- [2 Stars List](geometry%20dash%202%20stars/script.py) -- [Pong (made with Pygame)](pong) -- [pythonchallenge.com](pythonchallenge.com) +- [PP Calculator](pp.py) +- [2 Stars List](gd-two-star-list) +- [Pong (made with Pygame)](pong) +- [pythonchallenge.com](pythonchallenge.com) diff --git a/readme.md b/readme.md index 4e973eb..c17f9e7 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,9 @@ ### Table of contents -- [Python](python) -- [GCSE Computer Science](gcse%20computer%20science) -- [Royal Institute Computer Science Masterclass 2021](royal%20institute%20computer%20science%20masterclass%202021) +- [Python](python) +- [C](c) +- [Project Euler](euler) +- [GCSE Computer Science](school/gcse) +- [Royal Institute Computer Science Masterclass 2021](school/royal%20institute) +- [r/dailyprogrammer](daily-programmer) diff --git a/gcse computer science/year 10/API Hangman.py b/school/gcse/year 10/API Hangman.py similarity index 100% rename from gcse computer science/year 10/API Hangman.py rename to school/gcse/year 10/API Hangman.py diff --git a/gcse computer science/year 10/Temperature Bar Chart.py b/school/gcse/year 10/Temperature Bar Chart.py similarity index 100% rename from gcse computer science/year 10/Temperature Bar Chart.py rename to school/gcse/year 10/Temperature Bar Chart.py diff --git a/gcse computer science/year 10/calculator/Calculator (Graphics).py b/school/gcse/year 10/calculator/Calculator (Graphics).py similarity index 100% rename from gcse computer science/year 10/calculator/Calculator (Graphics).py rename to school/gcse/year 10/calculator/Calculator (Graphics).py diff --git a/gcse computer science/year 10/calculator/Calculator (No Graphics).py b/school/gcse/year 10/calculator/Calculator (No Graphics).py similarity index 100% rename from gcse computer science/year 10/calculator/Calculator (No Graphics).py rename to school/gcse/year 10/calculator/Calculator (No Graphics).py diff --git a/gcse computer science/year 10/cat or dog/Cat or Dog (Graphics).py b/school/gcse/year 10/cat or dog/Cat or Dog (Graphics).py similarity index 100% rename from gcse computer science/year 10/cat or dog/Cat or Dog (Graphics).py rename to school/gcse/year 10/cat or dog/Cat or Dog (Graphics).py diff --git a/gcse computer science/year 10/cat or dog/Cat or Dog (No Graphics).py b/school/gcse/year 10/cat or dog/Cat or Dog (No Graphics).py similarity index 100% rename from gcse computer science/year 10/cat or dog/Cat or Dog (No Graphics).py rename to school/gcse/year 10/cat or dog/Cat or Dog (No Graphics).py diff --git a/gcse computer science/year 10/mark analyser/Mark Analyser.py b/school/gcse/year 10/mark analyser/Mark Analyser.py similarity index 100% rename from gcse computer science/year 10/mark analyser/Mark Analyser.py rename to school/gcse/year 10/mark analyser/Mark Analyser.py diff --git a/gcse computer science/year 10/mark analyser/marks.csv b/school/gcse/year 10/mark analyser/marks.csv similarity index 100% rename from gcse computer science/year 10/mark analyser/marks.csv rename to school/gcse/year 10/mark analyser/marks.csv diff --git a/gcse computer science/year 10/oop dice/OOP Dice V2.py b/school/gcse/year 10/oop dice/OOP Dice V2.py similarity index 100% rename from gcse computer science/year 10/oop dice/OOP Dice V2.py rename to school/gcse/year 10/oop dice/OOP Dice V2.py diff --git a/gcse computer science/year 10/oop dice/OOP Dice.py b/school/gcse/year 10/oop dice/OOP Dice.py similarity index 100% rename from gcse computer science/year 10/oop dice/OOP Dice.py rename to school/gcse/year 10/oop dice/OOP Dice.py diff --git a/gcse computer science/year 10/pallindromes/Pallindrome Checker with Loop.py b/school/gcse/year 10/pallindromes/Pallindrome Checker with Loop.py similarity index 100% rename from gcse computer science/year 10/pallindromes/Pallindrome Checker with Loop.py rename to school/gcse/year 10/pallindromes/Pallindrome Checker with Loop.py diff --git a/gcse computer science/year 10/pallindromes/Pallindrome Checker with Punctuation Stripper.py b/school/gcse/year 10/pallindromes/Pallindrome Checker with Punctuation Stripper.py similarity index 100% rename from gcse computer science/year 10/pallindromes/Pallindrome Checker with Punctuation Stripper.py rename to school/gcse/year 10/pallindromes/Pallindrome Checker with Punctuation Stripper.py diff --git a/gcse computer science/year 10/pallindromes/Pallindrome Checker.py b/school/gcse/year 10/pallindromes/Pallindrome Checker.py similarity index 100% rename from gcse computer science/year 10/pallindromes/Pallindrome Checker.py rename to school/gcse/year 10/pallindromes/Pallindrome Checker.py diff --git a/gcse computer science/year 10/password reset/Password Resetter.py b/school/gcse/year 10/password reset/Password Resetter.py similarity index 100% rename from gcse computer science/year 10/password reset/Password Resetter.py rename to school/gcse/year 10/password reset/Password Resetter.py diff --git a/gcse computer science/year 10/password reset/user.txt b/school/gcse/year 10/password reset/user.txt similarity index 100% rename from gcse computer science/year 10/password reset/user.txt rename to school/gcse/year 10/password reset/user.txt diff --git a/gcse computer science/year 10/raspberry pie game/Instructions.pdf b/school/gcse/year 10/raspberry pie game/Instructions.pdf similarity index 100% rename from gcse computer science/year 10/raspberry pie game/Instructions.pdf rename to school/gcse/year 10/raspberry pie game/Instructions.pdf diff --git a/gcse computer science/year 10/raspberry pie game/Raspberry Pie Game with Changes.py b/school/gcse/year 10/raspberry pie game/Raspberry Pie Game with Changes.py similarity index 100% rename from gcse computer science/year 10/raspberry pie game/Raspberry Pie Game with Changes.py rename to school/gcse/year 10/raspberry pie game/Raspberry Pie Game with Changes.py diff --git a/gcse computer science/year 10/raspberry pie game/Raspberry Pie Game.py b/school/gcse/year 10/raspberry pie game/Raspberry Pie Game.py similarity index 100% rename from gcse computer science/year 10/raspberry pie game/Raspberry Pie Game.py rename to school/gcse/year 10/raspberry pie game/Raspberry Pie Game.py diff --git a/gcse computer science/year 10/raspberry pie game/bullet.png b/school/gcse/year 10/raspberry pie game/bullet.png similarity index 100% rename from gcse computer science/year 10/raspberry pie game/bullet.png rename to school/gcse/year 10/raspberry pie game/bullet.png diff --git a/gcse computer science/year 10/raspberry pie game/cherry.png b/school/gcse/year 10/raspberry pie game/cherry.png similarity index 100% rename from gcse computer science/year 10/raspberry pie game/cherry.png rename to school/gcse/year 10/raspberry pie game/cherry.png diff --git a/gcse computer science/year 10/raspberry pie game/raspberry.png b/school/gcse/year 10/raspberry pie game/raspberry.png similarity index 100% rename from gcse computer science/year 10/raspberry pie game/raspberry.png rename to school/gcse/year 10/raspberry pie game/raspberry.png diff --git a/gcse computer science/year 10/raspberry pie game/scoreframe.png b/school/gcse/year 10/raspberry pie game/scoreframe.png similarity index 100% rename from gcse computer science/year 10/raspberry pie game/scoreframe.png rename to school/gcse/year 10/raspberry pie game/scoreframe.png diff --git a/gcse computer science/year 10/raspberry pie game/strawberry.png b/school/gcse/year 10/raspberry pie game/strawberry.png similarity index 100% rename from gcse computer science/year 10/raspberry pie game/strawberry.png rename to school/gcse/year 10/raspberry pie game/strawberry.png diff --git a/gcse computer science/year 10/raspberry pie game/turret.png b/school/gcse/year 10/raspberry pie game/turret.png similarity index 100% rename from gcse computer science/year 10/raspberry pie game/turret.png rename to school/gcse/year 10/raspberry pie game/turret.png diff --git a/gcse computer science/year 10/readme.md b/school/gcse/year 10/readme.md similarity index 100% rename from gcse computer science/year 10/readme.md rename to school/gcse/year 10/readme.md diff --git a/gcse computer science/year 11/Maths Quiz.py b/school/gcse/year 11/Maths Quiz.py similarity index 100% rename from gcse computer science/year 11/Maths Quiz.py rename to school/gcse/year 11/Maths Quiz.py diff --git a/gcse computer science/year 9/eco fest/Asset Table.doc b/school/gcse/year 9/eco fest/Asset Table.doc similarity index 100% rename from gcse computer science/year 9/eco fest/Asset Table.doc rename to school/gcse/year 9/eco fest/Asset Table.doc diff --git a/gcse computer science/year 9/eco fest/Assignment.docx b/school/gcse/year 9/eco fest/Assignment.docx similarity index 100% rename from gcse computer science/year 9/eco fest/Assignment.docx rename to school/gcse/year 9/eco fest/Assignment.docx diff --git a/gcse computer science/year 9/eco fest/Client Requirement Questions.docx b/school/gcse/year 9/eco fest/Client Requirement Questions.docx similarity index 100% rename from gcse computer science/year 9/eco fest/Client Requirement Questions.docx rename to school/gcse/year 9/eco fest/Client Requirement Questions.docx diff --git a/gcse computer science/year 9/eco fest/Client Requirements.pptx b/school/gcse/year 9/eco fest/Client Requirements.pptx similarity index 100% rename from gcse computer science/year 9/eco fest/Client Requirements.pptx rename to school/gcse/year 9/eco fest/Client Requirements.pptx diff --git a/gcse computer science/year 9/eco fest/Eco Fest.pptx b/school/gcse/year 9/eco fest/Eco Fest.pptx similarity index 100% rename from gcse computer science/year 9/eco fest/Eco Fest.pptx rename to school/gcse/year 9/eco fest/Eco Fest.pptx diff --git a/gcse computer science/year 9/eco fest/Legal Restrictions.docx b/school/gcse/year 9/eco fest/Legal Restrictions.docx similarity index 100% rename from gcse computer science/year 9/eco fest/Legal Restrictions.docx rename to school/gcse/year 9/eco fest/Legal Restrictions.docx diff --git a/gcse computer science/year 9/eco fest/Review.docx b/school/gcse/year 9/eco fest/Review.docx similarity index 100% rename from gcse computer science/year 9/eco fest/Review.docx rename to school/gcse/year 9/eco fest/Review.docx diff --git a/gcse computer science/year 9/eco fest/Site Map.png b/school/gcse/year 9/eco fest/Site Map.png similarity index 100% rename from gcse computer science/year 9/eco fest/Site Map.png rename to school/gcse/year 9/eco fest/Site Map.png diff --git a/gcse computer science/year 9/eco fest/Test Table.doc b/school/gcse/year 9/eco fest/Test Table.doc similarity index 100% rename from gcse computer science/year 9/eco fest/Test Table.doc rename to school/gcse/year 9/eco fest/Test Table.doc diff --git a/gcse computer science/year 9/eco fest/Visualisation/Acts.png b/school/gcse/year 9/eco fest/Visualisation/Acts.png similarity index 100% rename from gcse computer science/year 9/eco fest/Visualisation/Acts.png rename to school/gcse/year 9/eco fest/Visualisation/Acts.png diff --git a/gcse computer science/year 9/eco fest/Visualisation/Contact Us.png b/school/gcse/year 9/eco fest/Visualisation/Contact Us.png similarity index 100% rename from gcse computer science/year 9/eco fest/Visualisation/Contact Us.png rename to school/gcse/year 9/eco fest/Visualisation/Contact Us.png diff --git a/gcse computer science/year 9/eco fest/Visualisation/Environment.png b/school/gcse/year 9/eco fest/Visualisation/Environment.png similarity index 100% rename from gcse computer science/year 9/eco fest/Visualisation/Environment.png rename to school/gcse/year 9/eco fest/Visualisation/Environment.png diff --git a/gcse computer science/year 9/eco fest/Visualisation/Home.png b/school/gcse/year 9/eco fest/Visualisation/Home.png similarity index 100% rename from gcse computer science/year 9/eco fest/Visualisation/Home.png rename to school/gcse/year 9/eco fest/Visualisation/Home.png diff --git a/gcse computer science/year 9/eco fest/Visualisation/Tickets.png b/school/gcse/year 9/eco fest/Visualisation/Tickets.png similarity index 100% rename from gcse computer science/year 9/eco fest/Visualisation/Tickets.png rename to school/gcse/year 9/eco fest/Visualisation/Tickets.png diff --git a/gcse computer science/year 9/eco fest/Website/acts.html b/school/gcse/year 9/eco fest/Website/acts.html similarity index 100% rename from gcse computer science/year 9/eco fest/Website/acts.html rename to school/gcse/year 9/eco fest/Website/acts.html diff --git a/gcse computer science/year 9/eco fest/Website/assets/img/arrow.png b/school/gcse/year 9/eco fest/Website/assets/img/arrow.png similarity index 100% rename from gcse computer science/year 9/eco fest/Website/assets/img/arrow.png rename to school/gcse/year 9/eco fest/Website/assets/img/arrow.png diff --git a/gcse computer science/year 9/eco fest/Website/assets/img/bg.png b/school/gcse/year 9/eco fest/Website/assets/img/bg.png similarity index 100% rename from gcse computer science/year 9/eco fest/Website/assets/img/bg.png rename to school/gcse/year 9/eco fest/Website/assets/img/bg.png diff --git a/gcse computer science/year 9/eco fest/Website/assets/img/everyones-environment.jpg b/school/gcse/year 9/eco fest/Website/assets/img/everyones-environment.jpg similarity index 100% rename from gcse computer science/year 9/eco fest/Website/assets/img/everyones-environment.jpg rename to school/gcse/year 9/eco fest/Website/assets/img/everyones-environment.jpg diff --git a/gcse computer science/year 9/eco fest/Website/assets/img/favicon.png b/school/gcse/year 9/eco fest/Website/assets/img/favicon.png similarity index 100% rename from gcse computer science/year 9/eco fest/Website/assets/img/favicon.png rename to school/gcse/year 9/eco fest/Website/assets/img/favicon.png diff --git a/gcse computer science/year 9/eco fest/Website/assets/img/green-gizmos.jpg b/school/gcse/year 9/eco fest/Website/assets/img/green-gizmos.jpg similarity index 100% rename from gcse computer science/year 9/eco fest/Website/assets/img/green-gizmos.jpg rename to school/gcse/year 9/eco fest/Website/assets/img/green-gizmos.jpg diff --git a/gcse computer science/year 9/eco fest/Website/assets/img/john-alfred.jpg b/school/gcse/year 9/eco fest/Website/assets/img/john-alfred.jpg similarity index 100% rename from gcse computer science/year 9/eco fest/Website/assets/img/john-alfred.jpg rename to school/gcse/year 9/eco fest/Website/assets/img/john-alfred.jpg diff --git a/gcse computer science/year 9/eco fest/Website/assets/img/solar-drum.jpg b/school/gcse/year 9/eco fest/Website/assets/img/solar-drum.jpg similarity index 100% rename from gcse computer science/year 9/eco fest/Website/assets/img/solar-drum.jpg rename to school/gcse/year 9/eco fest/Website/assets/img/solar-drum.jpg diff --git a/gcse computer science/year 9/eco fest/Website/index.html b/school/gcse/year 9/eco fest/Website/index.html similarity index 100% rename from gcse computer science/year 9/eco fest/Website/index.html rename to school/gcse/year 9/eco fest/Website/index.html diff --git a/gcse computer science/year 9/eco fest/Website/stylesheet.css b/school/gcse/year 9/eco fest/Website/stylesheet.css similarity index 100% rename from gcse computer science/year 9/eco fest/Website/stylesheet.css rename to school/gcse/year 9/eco fest/Website/stylesheet.css diff --git a/gcse computer science/year 9/eco fest/Workplan.docx b/school/gcse/year 9/eco fest/Workplan.docx similarity index 100% rename from gcse computer science/year 9/eco fest/Workplan.docx rename to school/gcse/year 9/eco fest/Workplan.docx diff --git a/gcse computer science/year 9/eco fest/readme.md b/school/gcse/year 9/eco fest/readme.md similarity index 100% rename from gcse computer science/year 9/eco fest/readme.md rename to school/gcse/year 9/eco fest/readme.md diff --git a/gcse computer science/year 9/encryption/Caesar Cipher Decrypter.py b/school/gcse/year 9/encryption/Caesar Cipher Decrypter.py similarity index 100% rename from gcse computer science/year 9/encryption/Caesar Cipher Decrypter.py rename to school/gcse/year 9/encryption/Caesar Cipher Decrypter.py diff --git a/gcse computer science/year 9/encryption/Caesar Cipher Encrypter.py b/school/gcse/year 9/encryption/Caesar Cipher Encrypter.py similarity index 100% rename from gcse computer science/year 9/encryption/Caesar Cipher Encrypter.py rename to school/gcse/year 9/encryption/Caesar Cipher Encrypter.py diff --git a/gcse computer science/year 9/encryption/Enkodo Cipher.py b/school/gcse/year 9/encryption/Enkodo Cipher.py similarity index 100% rename from gcse computer science/year 9/encryption/Enkodo Cipher.py rename to school/gcse/year 9/encryption/Enkodo Cipher.py diff --git a/gcse computer science/year 9/pet planet/assets/css/index.css b/school/gcse/year 9/pet planet/assets/css/index.css similarity index 100% rename from gcse computer science/year 9/pet planet/assets/css/index.css rename to school/gcse/year 9/pet planet/assets/css/index.css diff --git a/gcse computer science/year 9/pet planet/assets/favicon.ico b/school/gcse/year 9/pet planet/assets/favicon.ico similarity index 100% rename from gcse computer science/year 9/pet planet/assets/favicon.ico rename to school/gcse/year 9/pet planet/assets/favicon.ico diff --git a/gcse computer science/year 9/pet planet/assets/img/mouse_toy.jpg b/school/gcse/year 9/pet planet/assets/img/mouse_toy.jpg similarity index 100% rename from gcse computer science/year 9/pet planet/assets/img/mouse_toy.jpg rename to school/gcse/year 9/pet planet/assets/img/mouse_toy.jpg diff --git a/gcse computer science/year 9/pet planet/assets/img/pedigree_dogfood.jpg b/school/gcse/year 9/pet planet/assets/img/pedigree_dogfood.jpg similarity index 100% rename from gcse computer science/year 9/pet planet/assets/img/pedigree_dogfood.jpg rename to school/gcse/year 9/pet planet/assets/img/pedigree_dogfood.jpg diff --git a/gcse computer science/year 9/pet planet/assets/img/splaker_leash.jpg b/school/gcse/year 9/pet planet/assets/img/splaker_leash.jpg similarity index 100% rename from gcse computer science/year 9/pet planet/assets/img/splaker_leash.jpg rename to school/gcse/year 9/pet planet/assets/img/splaker_leash.jpg diff --git a/gcse computer science/year 9/pet planet/assets/ogp.jpg b/school/gcse/year 9/pet planet/assets/ogp.jpg similarity index 100% rename from gcse computer science/year 9/pet planet/assets/ogp.jpg rename to school/gcse/year 9/pet planet/assets/ogp.jpg diff --git a/gcse computer science/year 9/pet planet/brief.docx b/school/gcse/year 9/pet planet/brief.docx similarity index 100% rename from gcse computer science/year 9/pet planet/brief.docx rename to school/gcse/year 9/pet planet/brief.docx diff --git a/gcse computer science/year 9/pet planet/care.html b/school/gcse/year 9/pet planet/care.html similarity index 100% rename from gcse computer science/year 9/pet planet/care.html rename to school/gcse/year 9/pet planet/care.html diff --git a/gcse computer science/year 9/pet planet/design/care.png b/school/gcse/year 9/pet planet/design/care.png similarity index 100% rename from gcse computer science/year 9/pet planet/design/care.png rename to school/gcse/year 9/pet planet/design/care.png diff --git a/gcse computer science/year 9/pet planet/design/home.png b/school/gcse/year 9/pet planet/design/home.png similarity index 100% rename from gcse computer science/year 9/pet planet/design/home.png rename to school/gcse/year 9/pet planet/design/home.png diff --git a/gcse computer science/year 9/pet planet/design/products.png b/school/gcse/year 9/pet planet/design/products.png similarity index 100% rename from gcse computer science/year 9/pet planet/design/products.png rename to school/gcse/year 9/pet planet/design/products.png diff --git a/gcse computer science/year 9/pet planet/index.html b/school/gcse/year 9/pet planet/index.html similarity index 100% rename from gcse computer science/year 9/pet planet/index.html rename to school/gcse/year 9/pet planet/index.html diff --git a/gcse computer science/year 9/pet planet/products.html b/school/gcse/year 9/pet planet/products.html similarity index 100% rename from gcse computer science/year 9/pet planet/products.html rename to school/gcse/year 9/pet planet/products.html diff --git a/gcse computer science/year 9/pet planet/readme.md b/school/gcse/year 9/pet planet/readme.md similarity index 100% rename from gcse computer science/year 9/pet planet/readme.md rename to school/gcse/year 9/pet planet/readme.md diff --git a/gcse computer science/year 9/python challenges/1 - Age.py b/school/gcse/year 9/python challenges/1 - Age.py similarity index 100% rename from gcse computer science/year 9/python challenges/1 - Age.py rename to school/gcse/year 9/python challenges/1 - Age.py diff --git a/gcse computer science/year 9/python challenges/10 - RPS.py b/school/gcse/year 9/python challenges/10 - RPS.py similarity index 100% rename from gcse computer science/year 9/python challenges/10 - RPS.py rename to school/gcse/year 9/python challenges/10 - RPS.py diff --git a/gcse computer science/year 9/python challenges/11 - Character Counter.py b/school/gcse/year 9/python challenges/11 - Character Counter.py similarity index 100% rename from gcse computer science/year 9/python challenges/11 - Character Counter.py rename to school/gcse/year 9/python challenges/11 - Character Counter.py diff --git a/gcse computer science/year 9/python challenges/12 - Sentence To Uppercase.py b/school/gcse/year 9/python challenges/12 - Sentence To Uppercase.py similarity index 100% rename from gcse computer science/year 9/python challenges/12 - Sentence To Uppercase.py rename to school/gcse/year 9/python challenges/12 - Sentence To Uppercase.py diff --git a/gcse computer science/year 9/python challenges/13 - Replace in String.py b/school/gcse/year 9/python challenges/13 - Replace in String.py similarity index 100% rename from gcse computer science/year 9/python challenges/13 - Replace in String.py rename to school/gcse/year 9/python challenges/13 - Replace in String.py diff --git a/gcse computer science/year 9/python challenges/14 - 'the' counter.py b/school/gcse/year 9/python challenges/14 - 'the' counter.py similarity index 100% rename from gcse computer science/year 9/python challenges/14 - 'the' counter.py rename to school/gcse/year 9/python challenges/14 - 'the' counter.py diff --git a/gcse computer science/year 9/python challenges/15 - To Lower Case.py b/school/gcse/year 9/python challenges/15 - To Lower Case.py similarity index 100% rename from gcse computer science/year 9/python challenges/15 - To Lower Case.py rename to school/gcse/year 9/python challenges/15 - To Lower Case.py diff --git a/gcse computer science/year 9/python challenges/16 - Print 1 to 10.py b/school/gcse/year 9/python challenges/16 - Print 1 to 10.py similarity index 100% rename from gcse computer science/year 9/python challenges/16 - Print 1 to 10.py rename to school/gcse/year 9/python challenges/16 - Print 1 to 10.py diff --git a/gcse computer science/year 9/python challenges/17 - All odd numbers under 100.py b/school/gcse/year 9/python challenges/17 - All odd numbers under 100.py similarity index 100% rename from gcse computer science/year 9/python challenges/17 - All odd numbers under 100.py rename to school/gcse/year 9/python challenges/17 - All odd numbers under 100.py diff --git a/gcse computer science/year 9/python challenges/18 - Times Tables.py b/school/gcse/year 9/python challenges/18 - Times Tables.py similarity index 100% rename from gcse computer science/year 9/python challenges/18 - Times Tables.py rename to school/gcse/year 9/python challenges/18 - Times Tables.py diff --git a/gcse computer science/year 9/python challenges/19 - While True Times Tables.py b/school/gcse/year 9/python challenges/19 - While True Times Tables.py similarity index 100% rename from gcse computer science/year 9/python challenges/19 - While True Times Tables.py rename to school/gcse/year 9/python challenges/19 - While True Times Tables.py diff --git a/gcse computer science/year 9/python challenges/2 - Average.py b/school/gcse/year 9/python challenges/2 - Average.py similarity index 100% rename from gcse computer science/year 9/python challenges/2 - Average.py rename to school/gcse/year 9/python challenges/2 - Average.py diff --git a/gcse computer science/year 9/python challenges/20 - Guess 7.py b/school/gcse/year 9/python challenges/20 - Guess 7.py similarity index 100% rename from gcse computer science/year 9/python challenges/20 - Guess 7.py rename to school/gcse/year 9/python challenges/20 - Guess 7.py diff --git a/gcse computer science/year 9/python challenges/21 - cm to inch, inch to cm.py b/school/gcse/year 9/python challenges/21 - cm to inch, inch to cm.py similarity index 100% rename from gcse computer science/year 9/python challenges/21 - cm to inch, inch to cm.py rename to school/gcse/year 9/python challenges/21 - cm to inch, inch to cm.py diff --git a/gcse computer science/year 9/python challenges/22 - Speed, Distance, Time.py b/school/gcse/year 9/python challenges/22 - Speed, Distance, Time.py similarity index 100% rename from gcse computer science/year 9/python challenges/22 - Speed, Distance, Time.py rename to school/gcse/year 9/python challenges/22 - Speed, Distance, Time.py diff --git a/gcse computer science/year 9/python challenges/23 - Circle Area.py b/school/gcse/year 9/python challenges/23 - Circle Area.py similarity index 100% rename from gcse computer science/year 9/python challenges/23 - Circle Area.py rename to school/gcse/year 9/python challenges/23 - Circle Area.py diff --git a/gcse computer science/year 9/python challenges/24 - Draw a line with Xs and spaces.py b/school/gcse/year 9/python challenges/24 - Draw a line with Xs and spaces.py similarity index 100% rename from gcse computer science/year 9/python challenges/24 - Draw a line with Xs and spaces.py rename to school/gcse/year 9/python challenges/24 - Draw a line with Xs and spaces.py diff --git a/gcse computer science/year 9/python challenges/25 - After-school club sign-up.py b/school/gcse/year 9/python challenges/25 - After-school club sign-up.py similarity index 100% rename from gcse computer science/year 9/python challenges/25 - After-school club sign-up.py rename to school/gcse/year 9/python challenges/25 - After-school club sign-up.py diff --git a/gcse computer science/year 9/python challenges/26 - Maths quiz with results saving.py b/school/gcse/year 9/python challenges/26 - Maths quiz with results saving.py similarity index 100% rename from gcse computer science/year 9/python challenges/26 - Maths quiz with results saving.py rename to school/gcse/year 9/python challenges/26 - Maths quiz with results saving.py diff --git a/gcse computer science/year 9/python challenges/27 - Maths quiz with results and leaderboard.py b/school/gcse/year 9/python challenges/27 - Maths quiz with results and leaderboard.py similarity index 100% rename from gcse computer science/year 9/python challenges/27 - Maths quiz with results and leaderboard.py rename to school/gcse/year 9/python challenges/27 - Maths quiz with results and leaderboard.py diff --git a/gcse computer science/year 9/python challenges/3 - Area.py b/school/gcse/year 9/python challenges/3 - Area.py similarity index 100% rename from gcse computer science/year 9/python challenges/3 - Area.py rename to school/gcse/year 9/python challenges/3 - Area.py diff --git a/gcse computer science/year 9/python challenges/4 - Division.py b/school/gcse/year 9/python challenges/4 - Division.py similarity index 100% rename from gcse computer science/year 9/python challenges/4 - Division.py rename to school/gcse/year 9/python challenges/4 - Division.py diff --git a/gcse computer science/year 9/python challenges/5 - Name and Subject.py b/school/gcse/year 9/python challenges/5 - Name and Subject.py similarity index 100% rename from gcse computer science/year 9/python challenges/5 - Name and Subject.py rename to school/gcse/year 9/python challenges/5 - Name and Subject.py diff --git a/gcse computer science/year 9/python challenges/6 - Comparing names.py b/school/gcse/year 9/python challenges/6 - Comparing names.py similarity index 100% rename from gcse computer science/year 9/python challenges/6 - Comparing names.py rename to school/gcse/year 9/python challenges/6 - Comparing names.py diff --git a/gcse computer science/year 9/python challenges/7 - TV.py b/school/gcse/year 9/python challenges/7 - TV.py similarity index 100% rename from gcse computer science/year 9/python challenges/7 - TV.py rename to school/gcse/year 9/python challenges/7 - TV.py diff --git a/gcse computer science/year 9/python challenges/8 - Grades.py b/school/gcse/year 9/python challenges/8 - Grades.py similarity index 100% rename from gcse computer science/year 9/python challenges/8 - Grades.py rename to school/gcse/year 9/python challenges/8 - Grades.py diff --git a/gcse computer science/year 9/python challenges/9 - Olympics.py b/school/gcse/year 9/python challenges/9 - Olympics.py similarity index 100% rename from gcse computer science/year 9/python challenges/9 - Olympics.py rename to school/gcse/year 9/python challenges/9 - Olympics.py diff --git a/gcse computer science/year 9/python challenges/Python_challenges - with added help.pptx b/school/gcse/year 9/python challenges/Python_challenges - with added help.pptx similarity index 100% rename from gcse computer science/year 9/python challenges/Python_challenges - with added help.pptx rename to school/gcse/year 9/python challenges/Python_challenges - with added help.pptx diff --git a/gcse computer science/year 9/python challenges/quizresult-2742639a-f275-11ea-9229-002324f58d74.txt b/school/gcse/year 9/python challenges/quizresult-2742639a-f275-11ea-9229-002324f58d74.txt similarity index 100% rename from gcse computer science/year 9/python challenges/quizresult-2742639a-f275-11ea-9229-002324f58d74.txt rename to school/gcse/year 9/python challenges/quizresult-2742639a-f275-11ea-9229-002324f58d74.txt diff --git a/gcse computer science/year 9/python challenges/quizresult-bc62cd8a-f274-11ea-8f35-002324f58d74.txt b/school/gcse/year 9/python challenges/quizresult-bc62cd8a-f274-11ea-8f35-002324f58d74.txt similarity index 100% rename from gcse computer science/year 9/python challenges/quizresult-bc62cd8a-f274-11ea-8f35-002324f58d74.txt rename to school/gcse/year 9/python challenges/quizresult-bc62cd8a-f274-11ea-8f35-002324f58d74.txt diff --git a/gcse computer science/year 9/python challenges/quizresult-cc52ad90-f274-11ea-8144-002324f58d74.txt b/school/gcse/year 9/python challenges/quizresult-cc52ad90-f274-11ea-8144-002324f58d74.txt similarity index 100% rename from gcse computer science/year 9/python challenges/quizresult-cc52ad90-f274-11ea-8144-002324f58d74.txt rename to school/gcse/year 9/python challenges/quizresult-cc52ad90-f274-11ea-8144-002324f58d74.txt diff --git a/gcse computer science/year 9/python challenges/quizresult-example.txt b/school/gcse/year 9/python challenges/quizresult-example.txt similarity index 100% rename from gcse computer science/year 9/python challenges/quizresult-example.txt rename to school/gcse/year 9/python challenges/quizresult-example.txt diff --git a/gcse computer science/year 9/python challenges/registration-example.txt b/school/gcse/year 9/python challenges/registration-example.txt similarity index 100% rename from gcse computer science/year 9/python challenges/registration-example.txt rename to school/gcse/year 9/python challenges/registration-example.txt diff --git a/gcse computer science/year 9/readme.md b/school/gcse/year 9/readme.md similarity index 100% rename from gcse computer science/year 9/readme.md rename to school/gcse/year 9/readme.md diff --git a/royal institute computer science masterclass 2021/computer science and social media/BarackObama.txt b/school/royal institute/computer science and social media/BarackObama.txt similarity index 100% rename from royal institute computer science masterclass 2021/computer science and social media/BarackObama.txt rename to school/royal institute/computer science and social media/BarackObama.txt diff --git a/royal institute computer science masterclass 2021/computer science and social media/main.py b/school/royal institute/computer science and social media/main.py similarity index 100% rename from royal institute computer science masterclass 2021/computer science and social media/main.py rename to school/royal institute/computer science and social media/main.py diff --git a/royal institute computer science masterclass 2021/computer science and social media/taylorswift13.txt b/school/royal institute/computer science and social media/taylorswift13.txt similarity index 100% rename from royal institute computer science masterclass 2021/computer science and social media/taylorswift13.txt rename to school/royal institute/computer science and social media/taylorswift13.txt diff --git a/royal institute computer science masterclass 2021/computer science and social media/twitter.py b/school/royal institute/computer science and social media/twitter.py similarity index 100% rename from royal institute computer science masterclass 2021/computer science and social media/twitter.py rename to school/royal institute/computer science and social media/twitter.py diff --git a/royal institute computer science masterclass 2021/from ancient babylon to quantum computing/babylonian square root.java b/school/royal institute/from ancient babylon to quantum computing/babylonian square root.java similarity index 100% rename from royal institute computer science masterclass 2021/from ancient babylon to quantum computing/babylonian square root.java rename to school/royal institute/from ancient babylon to quantum computing/babylonian square root.java diff --git a/royal institute computer science masterclass 2021/from ancient babylon to quantum computing/babylonian square root.py b/school/royal institute/from ancient babylon to quantum computing/babylonian square root.py similarity index 100% rename from royal institute computer science masterclass 2021/from ancient babylon to quantum computing/babylonian square root.py rename to school/royal institute/from ancient babylon to quantum computing/babylonian square root.py diff --git a/royal institute computer science masterclass 2021/readme.md b/school/royal institute/readme.md similarity index 100% rename from royal institute computer science masterclass 2021/readme.md rename to school/royal institute/readme.md