User Details
- Office Hours
- Monday to Wednesday, (Thursday or Friday if necessary)
- Time Zone
- UTC + 2
- Location
- Spain
- Github Account
- https://github.com/MinervaLong
- Operating System
- Linux Mint
- Favorite Color
- Dark green (bottle-like)
- Listening To...
- Beluga Lagoon
- Reading...
- Science fiction and mystery
- Watching...
- Deep Space 9
- Working on...
- Portfolio
- Coffee Order
- I don't like coffe, I am a tea person
- Pizza Order
- I love to cook quinoa pizzas with vegetables and cheese
- Hobbies
- Reading, board games, hiking in natural environment, going out with friends, bake cakes
- User Since
- Jun 3 2022, 8:41 AM (42 w, 22 h)
Jan 21 2023
- refactor: address linter issues
- refactor: add commented code
Jan 20 2023
Jan 19 2023
- refactor: address linter issues
- fix: change the outer loop limit due linter issues
Jan 15 2023
Hello @galmonte I have been working on this but I couldn't find a better solution and it gives me a linter issue due to the equal to 0 in the outer loop but if I omit it then it gives me negative numbers in case there is no match . I would appreciate some orientation here because I'm not seeing what is wrong in my approach 😅
- refactor: adress linter issues
Nov 18 2022
Oct 21 2022
Hello @galmonte @jcmcdonald I would appreciate some feedback :)
Oct 16 2022
- refractor: address linter issues
- refractor: address linter issues
- refractor: fix test comment in rfind()
Oct 15 2022
- refractor: correct some typos & some tests
- test: add all tests to main.cpp to check documentation results
Oct 9 2022
Sep 26 2022
Sep 23 2022
Hello @jcmcdonald @galmonte I would appreciate some feedback :)
Sep 19 2022
- refractor: address linter issues
Sep 17 2022
Sep 13 2022
- refractor: adress linter issues
- refractor: correct a typo in return comment
- feat: add find_first_of function
- test: add tests for find_first_of()
- refractor: switch the loop iterator to ++i
- refractor: address linter issues in main
Sep 6 2022
- refractor: switch the loop iterator to ++i
- refractor: address linter issues in main
Sep 5 2022
Sep 2 2022
Aug 30 2022
- refractor: address linter issues
Aug 29 2022
Aug 26 2022
Aug 22 2022
- test: add tests for find_last_not_of()
- feat: add find_first_not of() & find_last_not_of()
- feat: add ternary operator to outside loop
- feat: add more tests.
- feat: complete function & improve comments.
- refractor: address format linter issues
- refractor: improve the function with a reverse loop
- refractor: address format suggestions
- refractor: address unsignedPositive warning
- refractor: try to solve unsignedPositive issue
- refractor: address unsignedPositive warning
- test: add a test & correct some others
- refractor: correct the condition for i start value
- refractor: address format issues
- test: remove a test causing a pos out range output
- refractor: improve function
- refractor: fix rebase conflicts
- test: add emoji and str tests
- feat: add overload func & change condition pointer
- refractor: address linter issues
Aug 10 2022
-I have change the conditional for i starting value and some test related to it. I was confused at counting the characters to be included.
Aug 8 2022
I'm trying to deal with the unsignedPositive issue, the problem I think is that the loop finishes when 'i' is 0 so when the last character not matching is in the position 0 (letter t in this case) it does not detect it.
- refractor: address format linter issues
- refractor: improve the function with a reverse loop. Starting from the end of the string reduces the number of iterations and there is no need for store the i value in a variable.
Aug 3 2022
Aug 2 2022
Aug 1 2022
Jul 28 2022
- refractor: address linter format issues
- refractor: correct a misunderstood word
Jul 27 2022
@galmonte @jcmcdonald I've changed the comments and include find(). I would appreciate some feedback :)
find() implementation & comments improvement - refractor: improve comments - Merge branch 'devel' into T1547_find_first_not_of_function - refractor: use find() to search char coincidence - refractor: improve comments
Jul 25 2022
Jul 24 2022
Jul 23 2022
- refractor: change to prefix notation at loops Also, fix a typo at std::out_of_range output
Jul 21 2022
- refractor: address variable scope linter issue
- refractor: address linter issues