Kernel-rb / CP-Problems-Solutions

🦊 This repository created to improve problem-solving skills and prepare for competitive programming tournaments.
https://www.youtube.com/@kernelrb
0 stars 0 forks source link

Change the #3

Closed Kernel-rb closed 2 weeks ago

Kernel-rb commented 2 weeks ago

Issue Title

Refactor folder structure and rename for competitive programming solutions

Description

Currently, the folder structure and naming convention for competitive programming solutions in this repository could be improved for clarity and organization. This issue aims to refactor the structure and rename folders to enhance readability and maintainability.

Proposed Changes

  1. Folder Structure Refactoring

    • Current Structure: struct thre rpo
    • Proposed Structure:
      /leetcode
      /codingame
      /salesforce
      /project-euler
    • Separate solutions into distinct folders for different platforms: LeetCode, Codingame, Salesforce, Project Euler.
  2. Folder Renaming

    • Rename the existing folder struct thre rpo to reflect its contents more accurately based on competitive programming platforms.

Steps to Implement

  1. Create New Folders

    • Create folders named leetcode, codingame, salesforce, and project-euler at the root level of the repository.
  2. Move Existing Files

    • Move relevant files from the current struct thre rpo folder into their respective new folders.
  3. Update Repository Structure

    • Update any references or links within the repository (such as README files) to reflect the new folder structure.

Additional Notes

Acceptance Criteria

Kernel-rb commented 2 weeks ago

done :)