Fibonacci Sequence:
......
Recent Post
Home
Archives for January 2017
Tuesday, January 31, 2017
Monday, January 30, 2017
Character Frequency In a String Python
Tags
Question::
Write a function char_freq() that takes a string and builds a frequency......
Call By Value V/S Call By Reference Java
Tags
Call by value: In this approach copy of the current variables are passed to called......
Recursion Program Java

Tags
Tower of Hanoi: Puzzle in which there are three towers say A,B,C. and some finite......
PygLatin Python :)

Tags
Pig Latin is a language game, where you move the first letter of the word to the......
"99 Bottles of Beer"

Tags
Question::
"99 Bottles of Beer" is a traditional song in the United States and......
Pangram Python

Tags
Question::
A pangram is a sentence that contains all the letters of the......
Sunday, January 29, 2017
Filter Long Words

Tags
Question::
Write a function filter_long_words() that takes a list of......
Longest Word in a List

Tags
Question::
Write a function find_longest_word() that takes a list of......
Mapping Python

Tags
Question::
Write a program that maps a list of words into a list of integers representing......
Employee's Management in an Organization

Tags
Following program will help in managing employee's in an organization it ask details......
Lottery Draw Java

Tags
Following program will produce a ticket number with given no of digits randomly......
Saturday, January 28, 2017
More Operations on datetime :)

Tags
Suppose we want to Display only current Month, Year or Day. Python allows us to......
Date and Time in Python :)

Tags
Python contains Library datetime which allows us to keep track of current Time......
Common Elements In Two Lists

Tags
Question::
Define a function is_common() that takes two lists and returns......
Searching value in a List

Tags
Question::
Write a function is_member() that takes a value (i.e. a number,......
String Palindrome or Not Python

Tags
Question::
Define a function reverse() that computes the reversal of......
Addition and Product of a List Python

Tags
Question::
Define a function sum() and a function multiply() that......
Friday, January 27, 2017
"Rövarspråket" (Swedish for "robber's language")

Tags
Question:: Write a function translate() that will translate a text......
Vowel or Consonant Python

Tags
Following code will identify that entered character is a vowel or consonant.
Code::
def......
Length of a String in Python

Tags
Following code is used to calculate length of a string using user defined length......
Greater of three Number in Python

Tags
Functions are defined in python using def keyword .Following will illustrate the......
List and Tuple Datatype in Python

Tags
List and Tuple Both are datatypes in Python .These are similar to each other......
Thursday, January 26, 2017
Dictionary datatype Python

Tags
Question:
With a given integral number n,
write a program to generate a dictionary......
Subscribe to:
Posts (Atom)