Coming from Python, I ended up writing the IsIsogram loop a bit differently
|
|
3
|
1240
|
June 7, 2021
|
Easier way?
|
|
2
|
433
|
March 11, 2022
|
IsIsogram Without a Nested Loop
|
|
11
|
2411
|
January 12, 2022
|
More Efficient IsIsogram Function
|
|
2
|
666
|
January 11, 2022
|
Isogram check doesn't work
|
|
3
|
564
|
December 20, 2021
|
Include error not being solved
|
|
3
|
588
|
December 20, 2021
|
BullCowGame: Loop in IsIsogram function doesn't check Word[2] and Word[3]
|
|
3
|
635
|
December 5, 2021
|
Another Way To Write the IsIsogram Function
|
|
12
|
1196
|
December 19, 2021
|
C++ Unreal
|
|
1
|
557
|
November 26, 2021
|
My Isogram function (Part 2) code check version
|
|
2
|
675
|
October 25, 2021
|
Is there a better way to code the function that checks for an isogram?
|
|
4
|
975
|
September 23, 2021
|
Isogram check ignoring the last letter?
|
|
8
|
822
|
September 9, 2021
|
IsIsogram Function Error -- Why Doesn't This Work?
|
|
2
|
1617
|
August 22, 2021
|
I am Stuck
|
|
6
|
923
|
August 12, 2021
|
How to make a simpler implementation work?
|
|
3
|
1014
|
May 29, 2021
|
IsIsogram without using nested loops
|
|
0
|
1028
|
May 15, 2021
|
IsIsogram implementation
|
|
1
|
1157
|
May 14, 2021
|
Small change to lower the number of iterations
|
|
4
|
2437
|
May 10, 2021
|
IsIsogram without nested loops
|
|
1
|
1143
|
May 11, 2021
|
Checking Characters Part 2 - For loops
|
|
3
|
1383
|
March 24, 2021
|
My Isogram Code
|
|
2
|
1350
|
March 21, 2021
|
Using (!=) & an else statement for the comparison is not working
|
|
5
|
1373
|
March 13, 2021
|
Not Correct Definition of ISOGRAM
|
|
2
|
2061
|
August 31, 2020
|
Why does this not work, exactly?
|
|
3
|
2057
|
August 29, 2020
|
Having Trouble with the "for" loop
|
|
2
|
2109
|
February 18, 2021
|
My IsIsogram function is slightly different
|
|
1
|
2114
|
July 25, 2020
|
My IsIogram
|
|
1
|
2157
|
July 23, 2020
|
Isogram check with one loop
|
|
1
|
2102
|
July 23, 2020
|
Isogram: An alternative
|
|
1
|
2161
|
July 9, 2020
|
Carrying out the check without nested for loops
|
|
2
|
2689
|
May 24, 2020
|