Categories
- Computer Science (46)
- C Language (5)
- Coding Discussions (21)
- Linux / Unix Shell (15)
- Others (4)
- Overview (3)
- Entertainment (4)
- GNU+Linux+FOSS (37)
- Humor (16)
- Writings (3)
- Computer Science (46)
Tags
StackOverflow
Follow Information Retrival Q&A site in Stackexchange
-
Top 10
- Geeky Code Wallpaper with GIMP
- Floating point math operations in bash
- Read multiple arguments in bash script
- Bash Script : Print lines of a file in reverse order
- Choose login manager GDM or KDM in Fedora
- C Language Constructors and Destructors with GCC
- Fix dark video in Skype for Linux
- Running Skype for Fedora x86 in Fedora x86_64
- Bash Script: Counting lines, words, characters
- Little and Big Endian conversion
-
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
Leave a comment
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 Programming, C program, combinatorics, counting
3 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 Programming, C program, combinatorics, counting
8 Comments





