Tanjim Bin Faruk
  • Home
  • About Me
  • Archive
  • Category
  • Subscribe
  • Credits
Navigation bar avatar

ٱلسَّلَامُ عَلَيْكُمْ‎


Tanjim's Personal Webpage & Blog

UVa 113 - Power of Cryptography

Posted on June 19, 2020

This problem made me suffer a little bit! Given two positive integer $n$ and $p$, this problem asks to find a positive integer $k$ such... [Read More]
Tags: UVa

UVa 530 - Binomial Showdown

Posted on June 17, 2020

From a collection of $n$ items, the number of ways we can choose $k$ items, where the order among these $k$ items doesn’t matter, is... [Read More]
Tags: UVa

UVa 677 - All Walks of length "n" from the first node

Posted on June 15, 2020

This is a graph problem and it can be by Depth First Search (DFS) and recurisve backtracking. [Read More]
Tags: UVa

UVa 729 - The Hamming Distance Problem

Posted on June 13, 2020

The Hamming distance between two strings of bits (binary integers) is the number of corresponding bit positions that differ. This can be found by using... [Read More]
Tags: UVa

Maximum Value of nCr

Posted on June 13, 2020

The number of ways we can choose $H$ objects from $N$ objects where the order doesn’t matter is expressed by $\displaystyle{N \choose H}$ where $N,H$... [Read More]
Tags: Combinatorics
  • ← Newer Posts
  • Older Posts →
  • RSS
  • Email me
  • Facebook
  • GitHub
  • LinkedIn
  • StackOverflow

Tanjim Bin Faruk  •  © 2021

Powered by Beautiful Jekyll