Skip to content

[FEATURE] Refactoring some Algorithm codes with presented code structure #2391

@sonwon1999

Description

@sonwon1999

Detailed description

I saw some codes doesn't follow rules of Code Structure
like
namespace name{

class class{
}

template
bool func(){
}
}

static vod test(){
}

int main(){
}

I want to make All codes follow this structure

Context

The change makes regularity that provides us stability and good visibility

Possible implementation

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeststaleAuthor has not responded to the comments for over 2 weeks

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions