Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~612 People Reached
About Me

Hi everyone.this is madan. I'm a kind of looking innocent but not inside. I like coding i.e, programming. Hobbies are watching sports, movies. I love to play counterstrike and and i wish someday i would become a good programmer

Favorite Forums
Favorite Tags
Member Avatar for saimadanmohan

def get_inverse_dict(): """ returns a dictionary which maps a -> z, b->y ... z->a Hint: 1. see the constants in the string module, and the zip builtin function. 2. google lookup extended slicing notation to create a z..a string from a..z string In shell: help(zip) and experiment using zip in …

Member Avatar for saimadanmohan
0
345
Member Avatar for saimadanmohan

In the brute force pattern matching algorithm when all the characters in the pattern are unique then brute force can be implemented in Big-oh(n) complexity where n is the length of the string (reference: introduction to algorithms). can anyone help me with the algorithm? Thanks in advance

Member Avatar for stevedaniel
0
267