-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adição de ordenação utilizando o multiset do c++ #21
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
já que vamos começar a adicionar mais soluções em C++, seria adequado modificar o cppsort para funcionar da mesma forma que o main.c
, melhor ainda se mudar tudo de C++ para ser interoperável com o main.c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
certo, vou trabalhar nisso, alguma sugestão de como fazer essa interoperabilidade ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modifiquei o cppsort para ficar no padrão, veja os commits relacionados na árvore.
[]s
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fiz as alterações pra funcionar de acordo com o padrão do cppsort 👍
No description provided.