Skip to content

A few small, one-off projects that I've worked on.

License

Notifications You must be signed in to change notification settings

aamir0/projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

projects

Here are some assorted projects that I've worked on over the years. Feel free to peruse, comment on my coding style, try to tell me that my opening curly brace should go on the same line as my method signature, etc.

Here's what you'll find:

##ExcerptGenerator A C# program that, given a corpus of text, writes a sentence to the command line using trigrams from the text, generating a mock "excerpt." The corpus it's currently set to use is Jane Austen's Pride and Prejudice, but the code can be modified to point to any text dump of words. Project Gutenberg's a pretty good resource for finding large bodies of text, and, in my experience, it's always more fun to generate a sentence using archaic language than it is to generate one using more a recent vocabulary.

##KnightPhone A Java program that, given a number n. writes to the command line the number of n-digit phone numbers that a chess knight could dial.

  1 2 3
  4 5 6
  7 8 9
    0

A chess knight is said to be able to dial numbers in an L-formation, so, for example, if the knight begins at 1, it can jump to 6 or 8 as its next digit, forming two 2-digit numbers: 16 and 18. Then, from the 6 and the 8, it can jump to the next number to form 3-digit numbers.

About

A few small, one-off projects that I've worked on.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published