Categories
- Computer Science (24)
- Coding Discussions (10)
- Linux / Unix Shell (8)
- Others (4)
- Overview (2)
- Entertainment (4)
- GNU+Linux+FOSS (28)
- Humor (16)
- Writings (1)
- Computer Science (24)
Tags
API boot calcutta university combinatorics comic command counting C program distro fedora firefox game gcc geexbox gimp gnu google graphics install internet ipod jumble kde linux livecd liveusb minimalist multi boot multimedia numerical operating system os poll portable prank prime number Programming review shell small source code unix video wallpaper wordpress-
Top 10
- Geeky Code Wallpaper with GIMP
- Making a Multi Booting CD DVD USB
- Bash Script : Print lines of a file in reverse order
- Little and Big Endian conversion
- Choose login manager GDM or KDM in Fedora
- Jumble Word Solver
- Hero’s Method : Evaluating square root of a real number
- Allegro 4.2.2
- Floating point math operations in bash
- What are ID3 Tags all about?
-
Recent Comments
Polls
Tag Archives: combinatorics
Counting Rectangles in an n X m Checked Board
We have got a checked board like a chess board, but instead of 8 x 8 it has a dimension of n x m . The task is to count the number of rectangles of all possible dimensions i x j in that checked board. Also the question arises how many squares of all possible dimensions are there. We will solve this problem by establishing formulas by construction. After this we can calculate the the number of rectangles and squares of a Chess Board or any other such checked board. Continue reading
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, source code
Leave a comment
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, source code
4 Comments




