Closed b-j-roberts closed 2 months ago
Hi @b-j-roberts can I work on this?
Hey @jsandinoDev! Thanks for showing interest. We've created an application for you to contribute to shinigami. Go check it out on OnlyDust!
@b-j-roberts can I work on this?
Hey @raizo07! Thanks for showing interest. We've created an application for you to contribute to shinigami. Go check it out on OnlyDust!
@b-j-roberts I would love to work on this
Hey @Jemiiah! Thanks for showing interest. We've created an application for you to contribute to shinigami. Go check it out on OnlyDust!
@b-j-roberts can I work on this?
Hey @Gift-Naomi! Thanks for showing interest. We've created an application for you to contribute to shinigami. Go check it out on OnlyDust!
Hi @b-j-roberts can I take this up ?
Hey @ShantelPeters! Thanks for showing interest. We've created an application for you to contribute to shinigami. Go check it out on OnlyDust!
Hi @b-j-roberts can I work on this?
Definitely, let me know if you have questions or issues. I'll assign now
@jsandinoDev Just assigned you 🚀
To optimize shinigami, we should be using
while x != n
instead ofwhile i < n
when doing loops over a range. So for each instance in the code where awhile i < n
type loop is used, if possible, we should change them to usewhile x != n
.References
Example of location to optimize in the code