Categories
- Computer Science (62)
- C Language (16)
- Coding Discussions (29)
- Linux / Unix Shell (16)
- Others (4)
- Overview (3)
- Entertainment (4)
- GNU+Linux+FOSS (41)
- Humor (17)
- Writings (5)
- Computer Science (62)
Tags
api array bash boot C++ casual combinatorics counting C program fedora firefox gcc gimp google graphics grub html id3 implementation defined behaviour internet ipod linux numerical octave poll prime number Programming R random number recursion shift operators skype undefined behavior video wallpaper wordpress workflowStackOverflow
Area51 Stackexchange Proposals to Follow
Top 10
- Floating point math operations in bash
- Read multiple arguments in bash script
- Choose login manager GDM or KDM in Fedora
- C Language Constructors and Destructors with GCC
- Little and Big Endian conversion
- Recursive Solution to Towers of Hanoi
- Get sorted index orderting of an array
- All Combinations Without Repetitions
- Implement stack using a queue
- Simple script to restart services automatically when stopped in Fedora/Redhat
Recent Comments
Polls
Tag Archives: counting
Number of trailing zeros in factorial of an integer
An integer n is given, the task is to find the number of trailing zeros in n! .
Posted in Coding Discussions, Computer Science, Others
Tagged C program, counting, numerical, Programming
2 Comments
Find Sum (i … j) in a list
The problem is to sum the ith to jth element of a given list. The easiest solution runs in time, which starts are the ith index and adds up the numbers in the list until it reaches the jth index. … Continue reading
Posted in Coding Discussions, Computer Science
Tagged C program, counting, Programming
Leave a comment
All Combinations Without Repetitions
A method is to generate all Combinations of a set with distinct elements is described, then it’s C Language implementation is presented. Continue reading
Posted in Coding Discussions, Computer Science
Tagged C program, combinatorics, counting, Programming
4 Comments
r-Permutations With Repetitions
A method is to generate all r-Permutations of a set with distinct elements is described, then it’s C Language implementation is presented. Also a 20 Digit Decimal counter is coded to show a use, which can also be extended to a ‘n’ Digit Decimal counter. Continue reading
Posted in Coding Discussions, Computer Science
Tagged C program, combinatorics, counting, Programming
8 Comments






