Coming from Python, I ended up writing the IsIsogram loop a bit differently
|
|
3
|
1211
|
June 7, 2021
|
Easier way?
|
|
2
|
405
|
March 11, 2022
|
IsIsogram Without a Nested Loop
|
|
11
|
2332
|
January 12, 2022
|
More Efficient IsIsogram Function
|
|
2
|
624
|
January 11, 2022
|
Isogram check doesn't work
|
|
3
|
541
|
December 20, 2021
|
Include error not being solved
|
|
3
|
565
|
December 20, 2021
|
BullCowGame: Loop in IsIsogram function doesn't check Word[2] and Word[3]
|
|
3
|
610
|
December 5, 2021
|
Another Way To Write the IsIsogram Function
|
|
12
|
1174
|
December 19, 2021
|
C++ Unreal
|
|
1
|
540
|
November 26, 2021
|
My Isogram function (Part 2) code check version
|
|
2
|
649
|
October 25, 2021
|
Is there a better way to code the function that checks for an isogram?
|
|
4
|
895
|
September 23, 2021
|
Isogram check ignoring the last letter?
|
|
8
|
795
|
September 9, 2021
|
IsIsogram Function Error -- Why Doesn't This Work?
|
|
2
|
1534
|
August 22, 2021
|
I am Stuck
|
|
6
|
895
|
August 12, 2021
|
How to make a simpler implementation work?
|
|
3
|
981
|
May 29, 2021
|
IsIsogram without using nested loops
|
|
0
|
1006
|
May 15, 2021
|
IsIsogram implementation
|
|
1
|
1139
|
May 14, 2021
|
Small change to lower the number of iterations
|
|
4
|
2402
|
May 10, 2021
|
IsIsogram without nested loops
|
|
1
|
1124
|
May 11, 2021
|
Checking Characters Part 2 - For loops
|
|
3
|
1359
|
March 24, 2021
|
My Isogram Code
|
|
2
|
1322
|
March 21, 2021
|
Using (!=) & an else statement for the comparison is not working
|
|
5
|
1348
|
March 13, 2021
|
Not Correct Definition of ISOGRAM
|
|
2
|
2041
|
August 31, 2020
|
Why does this not work, exactly?
|
|
3
|
2033
|
August 29, 2020
|
Having Trouble with the "for" loop
|
|
2
|
2081
|
February 18, 2021
|
My IsIsogram function is slightly different
|
|
1
|
2096
|
July 25, 2020
|
My IsIogram
|
|
1
|
2138
|
July 23, 2020
|
Isogram check with one loop
|
|
1
|
2090
|
July 23, 2020
|
Isogram: An alternative
|
|
1
|
2135
|
July 9, 2020
|
Carrying out the check without nested for loops
|
|
2
|
2668
|
May 24, 2020
|