Coming from Python, I ended up writing the IsIsogram loop a bit differently
|
|
3
|
1200
|
June 7, 2021
|
Easier way?
|
|
2
|
396
|
March 11, 2022
|
IsIsogram Without a Nested Loop
|
|
11
|
2298
|
January 12, 2022
|
More Efficient IsIsogram Function
|
|
2
|
608
|
January 11, 2022
|
Isogram check doesn't work
|
|
3
|
533
|
December 20, 2021
|
Include error not being solved
|
|
3
|
558
|
December 20, 2021
|
BullCowGame: Loop in IsIsogram function doesn't check Word[2] and Word[3]
|
|
3
|
601
|
December 5, 2021
|
Another Way To Write the IsIsogram Function
|
|
12
|
1168
|
December 19, 2021
|
C++ Unreal
|
|
1
|
532
|
November 26, 2021
|
My Isogram function (Part 2) code check version
|
|
2
|
641
|
October 25, 2021
|
Is there a better way to code the function that checks for an isogram?
|
|
4
|
883
|
September 23, 2021
|
Isogram check ignoring the last letter?
|
|
8
|
786
|
September 9, 2021
|
IsIsogram Function Error -- Why Doesn't This Work?
|
|
2
|
1509
|
August 22, 2021
|
I am Stuck
|
|
6
|
885
|
August 12, 2021
|
How to make a simpler implementation work?
|
|
3
|
972
|
May 29, 2021
|
IsIsogram without using nested loops
|
|
0
|
1000
|
May 15, 2021
|
IsIsogram implementation
|
|
1
|
1129
|
May 14, 2021
|
Small change to lower the number of iterations
|
|
4
|
2382
|
May 10, 2021
|
IsIsogram without nested loops
|
|
1
|
1118
|
May 11, 2021
|
Checking Characters Part 2 - For loops
|
|
3
|
1350
|
March 24, 2021
|
My Isogram Code
|
|
2
|
1312
|
March 21, 2021
|
Using (!=) & an else statement for the comparison is not working
|
|
5
|
1336
|
March 13, 2021
|
Not Correct Definition of ISOGRAM
|
|
2
|
2034
|
August 31, 2020
|
Why does this not work, exactly?
|
|
3
|
2026
|
August 29, 2020
|
Having Trouble with the "for" loop
|
|
2
|
2074
|
February 18, 2021
|
My IsIsogram function is slightly different
|
|
1
|
2087
|
July 25, 2020
|
My IsIogram
|
|
1
|
2129
|
July 23, 2020
|
Isogram check with one loop
|
|
1
|
2085
|
July 23, 2020
|
Isogram: An alternative
|
|
1
|
2127
|
July 9, 2020
|
Carrying out the check without nested for loops
|
|
2
|
2660
|
May 24, 2020
|