Download results
Showing 0-0 of 0 results
Items per page:
10
25
50
100
#
Exercise Title
Features
Description
Platform
Keywords
1
Given two strings s and t, return the first position where their characters differ, or -1 if they are identical.
Code Completion
Given two strings s and t, return the first position where their characters differ, or -1 if they are identical.
CodeCheck
Strings
,
Comparing Strings
2
Given two strings s and t, return the first position where their characters are the same, or -1 if there is no such position.
Code Completion
Given two strings s and t, return the first position where their characters are the same, or -1 if there...
CodeCheck
Strings
,
Comparing Strings
3
Given a string s, count how many times the ith character from the front equals the ith character from the back.
Code Completion
Given a string s, count how many times the ith character from the front equals the ith character from the...
CodeCheck
Strings
,
Comparing Strings
4
Comparing Strings
Java PredictingFinalResult for demonstrating Comparing Strings
QuizJET
boolean expressions
,
conditionals
,
data types
,
string operations
,
strings
,
variables
5
Comparing Strings
Java PredictingFinalResult for demonstrating Comparing Strings
QuizJET
boolean expressions
,
control flow
,
string operations
6
Simple String Hash Calculator
Calculation
,
User Supplied Data
Calculator for computing value of hashing a string by simple summation of its characters' ASCII values.
OpenDSA
Hash Function
7
String Folding Method activity
Calculation
,
User Supplied Data
Calculator for computing value of hashing a string by 'folding'. A better method than character value summing.
OpenDSA
Hash Function
×
This is a detailed description.