
Touhidul Islam
Islamic University of Technology
Self & Passionate learner. One day I'll travel the whole world.
Programming Languages:
Python, C++, C, MATLAB
Spoken Languages:
Bengali, English, Hindi
Professional Interests:
Python, C++, C, MATLAB
Spoken Languages:
Bengali, English, Hindi
Professional Interests:
Statistics
Cody
2 문제
271 해답
순위
N/A
of 262,805
평판
N/A
참여
0 질문
0 답변
답변 채택
0.00%
획득한 표
0
순위
374
of 113,798
참여
2 문제
271 해답
점수
3,426
배지 수
11
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
해결됨
Find the sum of the elements in the "second" diagonal
Find the sum of the elements in the diagonal that starts at the top-right corner and ends at the bottom-left corner.
16일 전
해결됨
Find all prime factors of the input
Given an input x, find its all prime factors. Return the vector with all factors in ascending order. Efficiency is the key here...
16일 전
해결됨
given number is power of n or not?
Check weather The input is power of n or not? for example x=8,n=2 --> true x=6,n=2 --> false
16일 전
해결됨
Square Diagonal
If n is the given number, then make a diagonal matrix of size 2*2 with the square of that number.
16일 전
해결됨
subtract central cross
Given an n-by-n square matrix, where n is an odd number, return the matrix without the central row and the central column.
16일 전
해결됨
Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product
16일 전
해결됨
Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative
16일 전
해결됨
Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)
25일 전
해결됨
Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...
25일 전