July 15, 2020

CString class

Each modern programming language provides a way of expressing character strings. For instance, in C language, there is no built-in data type for strings, but instead, […]
July 14, 2020

graph representation of this code

Please write out a graph that represents the code below. This code creates a graph using Dictionary (denoted by { }). graph = { “a” : […]
July 12, 2020

extract sentences and numbers

Part I – download a book1.    Download a copy of “The Adventures of Sherlock Holmes” by Arthur Conan Doyle from the Project Gutenberg website – https://www.gutenberg.org/ […]