Breaking News
Loading...

shawonruet | Tech Blog

Tech Blog & Tutorials

  • Home
  • Programming
    • C
    • C++
    • Java
    • Python
    • Assembly
    • MySql
    • Numerical
    • Compiler Design
  • Problem Solving
    • UVA
    • LightOj
    • Spoj
    • Codejam
    • Devskill
  • Algorithm
    • Algorithms
    • Discrete Math
    • Number Theory
    • Graph
    • Linked List
    • Dynamic
    • Machine Learning
    • Research
  • Project
    • Java Projects
    • C Projects
    • Web Projects
    • Graphics
    • Computer Vision
    • Image Processing
  • Technology
    • DevOps
    • Operating System
    • Interviews
    • Facebook
    • Hacking
Home / Archive for July 2016
UVA 12015 Google is Feeling Lucky

UVA 12015 Google is Feeling Lucky

Add Comment Edit
#include <bits/stdc++.h> using namespace std; bool compare( const pair<string,long long int>& x, const pair<str...
Read More
UVA 686 Goldbach's Conjecture (II)

UVA 686 Goldbach's Conjecture (II)

Add Comment Edit
#include <bits/stdc++.h> using namespace std; vector<int>v; long long int prime(long long int a) {     int p,q,f=1...
Read More
UVA 485 Pascal's Triangle of Death

UVA 485 Pascal's Triangle of Death

Add Comment Edit
Notes: As Digit Limit is 10^60 so it is Big Integer Calculation. As I am comfortable With Java BigInteger Than C++ So I Prefer Java. ...
Read More
UVA 11080 Place the Guards

UVA 11080 Place the Guards

Add Comment Edit
Hints : It's a Bipartite Checking problem but there are some tricky cases. Some Nodes May be disconnected, so it's important ...
Read More
UVA 11396 Claw Decomposition

UVA 11396 Claw Decomposition

Add Comment Edit
#include <bits/stdc++.h> using namespace std; vector<int>edges[1000]; queue<int>q; int color[1000],visited[10...
Read More
পেয়ার সর্ট Pair Sort in C++ ( Sort An Array According To Another Array Value)

পেয়ার সর্ট Pair Sort in C++ ( Sort An Array According To Another Array Value)

Add Comment Edit
ধরা যাক, কোন স্কুলের রেজাল্ট করা হবে। একটি খাতায় ছক করা হল। এক পাশে ছাত্র ছাত্রীদের নাম আর এক পাশে থাকবে তাদের নম্বর । এখন যারা বেশি...
Read More
UVA 10050 Hartals

UVA 10050 Hartals

1 Comment Edit
Notes: Just Count the columns which has atleast one hartal. The hartal days are multiplier of hartal parameters. #include <bi...
Read More
UVA 10019 Funny Encryption Method

UVA 10019 Funny Encryption Method

Add Comment Edit
#include <bits/stdc++.h> using namespace std; int binary(int n) {     int a[1000],i=0,j,c=0;     while(n>0)     {  ...
Read More
UVA 10469  To Carry or not to Carry

UVA 10469 To Carry or not to Carry

Add Comment Edit
Notes: This Problem is about Half Adder Circuit. We know From Boolean Algebra, To Add two digit we need to xor them. But If there is ...
Read More
UVA 12700 - Banglawash

UVA 12700 - Banglawash

Add Comment Edit
#include <bits/stdc++.h> using namespace std; int main() {     int n,tc,i,j,c,b,w,t,a;     string s;     //freopen(...
Read More
UVA 11577 - Letter Frequency

UVA 11577 - Letter Frequency

Add Comment Edit
#include <bits/stdc++.h> using namespace std; int main() {     string s,w;     int i,j,a[256],n,k,m,l,p,c;     //freope...
Read More
UVA 10004 Bicoloring

UVA 10004 Bicoloring

Add Comment Edit
#include <bits/stdc++.h> using namespace std; vector<int>edges[1000]; queue<int>q; int color[1000],visited[...
Read More
LightOj 1354  IP Checking

LightOj 1354 IP Checking

Add Comment Edit
#include <bits/stdc++.h> using namespace std; long long int decimal(long long int x) {     long long int sum=0,r,k=0;  ...
Read More
LightOJ 1107  How Cow

LightOJ 1107 How Cow

Add Comment Edit
#include <bits/stdc++.h> using namespace std; int main() {     long long int x1,y1,x2,y2,t,a,b,i,j,m;     cin>>t;   ...
Read More
LightOj 1053 Higher Math

LightOj 1053 Higher Math

Add Comment Edit
#include <bits/stdc++.h> using namespace std; int main() {     long long int t,a,b,c,m,n,i,j,p,q,r;     vector<long long...
Read More
Subscribe to: Posts ( Atom )

Book 1:1 Mentorship

MentorShip
  • Featured Post
  • Popular Posts
  • Category

Popular Posts

  • Day 4 - Push Images to Docker Registry (Module-4 Docker Zero To Hero Bangla Course/Tutorial)
      Pushing Docker images to Docker Hub involves a few steps, including creating a Docker Hub account, logging in to Docker Hub from the comma...
  • HackerRank DevOps Interview Solution of Kubernetes: Basic Redis Deployment
     HackerRank DevOps Interview Solution of Kubernetes: Basic Redis Deployment   ...
  • (বিগ মড) Big Mod Algorithm
    বিগ মড (Big Mod) বিগ মড কি এই বিষয় নিয়ে আলোচনা করব না । কারন এই বিষয় নিয়ে অনেক জায়গায় আলোচনা করা হয়েছে । এখানে কিভাবে বিগমোড রিকার্সিভ...
  • Fake Id Card Generator Source Code (php)
                                               Download 10+ Web App Development Books To Get Source Code      Demo : http://idcardgenera...
  • Left Factoring Code C++
    #include <bits/stdc++.h> using namespace std; int main() {     long long int i,j,k,l,n,m=9999999999,mini,ma=0;     string s[100...
  • How to Install or Setup Elasticsearch, Filebeat, Logstash, and Kibana (ELK Stack) in Kubernetes Cluster
        Installation Clone the repository git clone https://github.com/shawon100/elasticsearch-logstash-kibana-kubernetes Then add the...
  • HackerRank DevOps Interview Solution of Docker: Node Deployment
     HackerRank DevOps Interview Solution of Docker: Node Deployment     Docker:...

Most Viewed

  • (বিগ মড) Big Mod Algorithm
    বিগ মড (Big Mod) বিগ মড কি এই বিষয় নিয়ে আলোচনা করব না । কারন এই বিষয় নিয়ে অনেক জায়গায় আলোচনা করা হয়েছে । এখানে কিভাবে বিগমোড রিকার্সিভ...
  • How To Make A Moving car In OpenGL C++
                                          Download Books to Get More OpneGl C++ Project Code      #ifdef __APPLE__ #include <GLUT/...
  • [Assembly 8086] Convert Hexadecimal To Decimal
    Write a program that will prompt the user to enter a hex digit character ("0"· ... "9" or "A" .....
  • Fake Id Card Generator Source Code (php)
                                               Download 10+ Web App Development Books To Get Source Code      Demo : http://idcardgenera...
  • PUBG Mobile Emulator Hacking Tricks [ESP, Flying Car, AimBot, Enemy Tracking] with Antiban 2019
                    *****October 2019 Updated***** Your PC should be supported by Visual C++ applications. Download link : ...
  • Left Factoring Code C++
    #include <bits/stdc++.h> using namespace std; int main() {     long long int i,j,k,l,n,m=9999999999,mini,ma=0;     string s[100...
  • HackerRank DevOps Interview Solution of Kubernetes: Basic Redis Deployment
     HackerRank DevOps Interview Solution of Kubernetes: Basic Redis Deployment   ...

Archive

  • ►  2024 (10)
    • ►  September (2)
    • ►  April (1)
    • ►  March (2)
    • ►  February (5)
  • ►  2023 (23)
    • ►  December (1)
    • ►  November (2)
    • ►  August (2)
    • ►  July (4)
    • ►  June (6)
    • ►  May (3)
    • ►  March (5)
  • ►  2022 (58)
    • ►  October (2)
    • ►  September (3)
    • ►  August (13)
    • ►  July (11)
    • ►  June (4)
    • ►  May (4)
    • ►  April (7)
    • ►  March (3)
    • ►  February (6)
    • ►  January (5)
  • ►  2021 (55)
    • ►  December (6)
    • ►  November (2)
    • ►  October (2)
    • ►  September (5)
    • ►  August (9)
    • ►  July (5)
    • ►  June (9)
    • ►  May (8)
    • ►  April (2)
    • ►  March (1)
    • ►  February (5)
    • ►  January (1)
  • ►  2020 (69)
    • ►  December (2)
    • ►  November (4)
    • ►  October (2)
    • ►  September (6)
    • ►  August (10)
    • ►  July (18)
    • ►  June (17)
    • ►  May (3)
    • ►  April (3)
    • ►  March (3)
    • ►  February (1)
  • ►  2019 (35)
    • ►  December (3)
    • ►  November (3)
    • ►  October (8)
    • ►  September (3)
    • ►  August (1)
    • ►  July (1)
    • ►  June (5)
    • ►  May (2)
    • ►  April (3)
    • ►  March (4)
    • ►  February (1)
    • ►  January (1)
  • ►  2018 (28)
    • ►  December (5)
    • ►  November (2)
    • ►  October (1)
    • ►  July (1)
    • ►  June (7)
    • ►  May (6)
    • ►  April (1)
    • ►  February (3)
    • ►  January (2)
  • ►  2017 (70)
    • ►  December (4)
    • ►  November (8)
    • ►  October (1)
    • ►  September (6)
    • ►  August (3)
    • ►  June (13)
    • ►  May (9)
    • ►  April (5)
    • ►  March (2)
    • ►  February (14)
    • ►  January (5)
  • ▼  2016 (97)
    • ►  December (1)
    • ►  November (9)
    • ►  October (3)
    • ►  September (5)
    • ►  August (11)
    • ▼  July (26)
      • UVA 12015 Google is Feeling Lucky
      • UVA 686 Goldbach's Conjecture (II)
      • UVA 485 Pascal's Triangle of Death
      • UVA 11080 Place the Guards
      • UVA 11396 Claw Decomposition
      • পেয়ার সর্ট Pair Sort in C++ ( Sort An Array Accord...
      • UVA 10050 Hartals
      • UVA 10019 Funny Encryption Method
      • UVA 10469 To Carry or not to Carry
      • UVA 12700 - Banglawash
      • UVA 11577 - Letter Frequency
      • UVA 10004 Bicoloring
      • LightOj 1354 IP Checking
      • LightOJ 1107 How Cow
      • LightOj 1053 Higher Math
      • [Java Projects] Code Generator & Emergency Doctor
      • LightOJ 1214 Large Division
      • ডিভিসর এর যোগফল নির্নয় (Finding Sum Of Divisors)
      • UVA 11728 Alternate Task
      • ডিভিসর এর সংখ্যা নির্নয় (Finding Number of Divisors)
      • LightOj 1028 Trailing With Zeroes (I)
      • UVA 294 Divisors
      • বিগ ইন্টিজার রিমেইন্ডার (Big Integer Remainder)
      • LightOj 1078 Integer Divisibility
      • UVA 10070 Leap Year or Not Leap Year and …
      • UVA 11879 Multiple Of 17
    • ►  June (11)
    • ►  May (6)
    • ►  April (10)
    • ►  March (5)
    • ►  February (10)
  • ►  2015 (43)
    • ►  December (6)
    • ►  September (1)
    • ►  August (1)
    • ►  July (1)
    • ►  June (13)
    • ►  May (6)
    • ►  March (10)
    • ►  February (5)
  • ►  2014 (10)
    • ►  December (1)
    • ►  November (2)
    • ►  October (1)
    • ►  September (3)
    • ►  August (1)
    • ►  July (2)

Join Facebook Community

DevOps Free Tutorials

SUBSCRIBE

GET YOUR IMPORTANT TUTORIALS
Powered by follow.it

Label

8 queens (1) acm (14) age gender detection (2) AI (1) ai camera (2) algorithm (23) amazon (3) anagram (1) angular (3) ansible (8) apriori (1) assembly (9) Automation (2) aws (11) Azure (8) Backpropagation (1) backtracking (1) Bangla Handwritten Digit Recognition (1) bangladesh_flag (1) bare-metal (1) Bash Script (2) bfs (5) biginteger (10) bigmod (3) binary_search (2) bipartite (5) bitoperation (4) C Plus Plus (33) C Programming (8) C Projects (8) Character-Counting (2) chatbot (1) chatgpt (1) CI/CD (5) cluster (1) code-converter (1) code-interpreter (1) codeforces (1) codejam (2) codeshef (2) coin change (3) combinatrix (3) compiler_design (3) Computer-Vision (7) Convolutional Neural Network (CNN) (5) course (7) data mining (1) data structure (8) database (8) Deep_Learning (6) DevOps (125) devskill (8) dfs (4) dijkstra (3) discrete (8) docker (26) dsp (1) dynamic programming (8) ecs (1) elasticsearch (1) elk (1) Euler Totient Function (1) event-exporter (1) face_recognition (1) faceapp (3) facebook (2) Facial Expression Detection (5) fake id card generator (1) filebeat (1) flask (2) free_cloud_server (3) Game Hacking (1) gan (1) geeksforgeeks (1) Generative_AI (1) git (6) Google Cloud (5) gpt-3 (2) gpt-4 (1) grafana (5) graph (14) graphics (4) hacking (4) helm (1) image_processing (10) image-recognition (2) interviews (13) Java (7) javaprojects (3) javascript (2) josephus problem (3) kibana (1) knapsack (4) kodekloud (2) kubernetes (55) left factoring (1) lightoj (24) linked list (7) linux (46) logstash (1) Machine_Learning (14) magic_square (2) map (1) mathematics (3) matlab (10) matlab moving average (1) metal-lb (1) MFC (2) monitoring (1) movingMean (1) movingMedian (1) mysql (13) named_pipe (2) Networking (1) Neural_Network (3) next_permutation (2) nginx-ingress (3) nodejs (3) number theory (7) numerical method (7) Object_Detection (2) online compiler (2) online judge (1) oop (3) openai (3) opengl (4) openshift (3) operating_system (47) pair sort (4) Parallel_Processing (1) persistant_volume (1) php (9) prime_factors (1) prometheus (4) PUBG Hacking (2) puppet (2) python (10) recursion (1) Research (6) resnet50 (1) reverse words (1) ruetoj (1) segmented sieve (2) set (2) shortest_path (1) sort (6) spoj (9) stack (1) sum_of _factorial (1) System Analysis (1) terraform (10) transfer_learning (5) traveling_salesman (3) URL Classification (1) uva (93) virtual_function (1) virtual_network (2) webprojects (18) Website Classification (1) Widrow_Hoff (1) সেগমেন্টেড সিভ (2)

Find Us On Facebook

Programming And Problem Solving

Chat

Online Counter


Flag Counter


Trending Post

  • Day 4 - Push Images to Docker Registry (Module-4 Docker Zero To Hero Bangla Course/Tutorial)
      Pushing Docker images to Docker Hub involves a few steps, including creating a Docker Hub account, logging in to Docker Hub from the comma...
  • HackerRank DevOps Interview Solution of Kubernetes: Basic Redis Deployment
     HackerRank DevOps Interview Solution of Kubernetes: Basic Redis Deployment   ...
  • (বিগ মড) Big Mod Algorithm
    বিগ মড (Big Mod) বিগ মড কি এই বিষয় নিয়ে আলোচনা করব না । কারন এই বিষয় নিয়ে অনেক জায়গায় আলোচনা করা হয়েছে । এখানে কিভাবে বিগমোড রিকার্সিভ...
  • Left Factoring Code C++
    #include <bits/stdc++.h> using namespace std; int main() {     long long int i,j,k,l,n,m=9999999999,mini,ma=0;     string s[100...
  • How to Install or Setup Elasticsearch, Filebeat, Logstash, and Kibana (ELK Stack) in Kubernetes Cluster
        Installation Clone the repository git clone https://github.com/shawon100/elasticsearch-logstash-kibana-kubernetes Then add the...

Pages

  • Algorithm
  • Number Theory
  • Dynamic Programming
  • Graph
  • C Programming
  • C++
  • UVA
  • Lightoj
  • Computer Vision
  • Web Projects
  • Numerical Method
  • Database
  • Assembly

About Me

Shawon

Ashadullah Shawon

Software Engineer (DevOps)

Frontline Data Solutions

Studied at RUET

Copyright © 2023 shawonruet | Tech Blog / Template Distributed By: Blogger Templates
  • Home
  • About
  • Contact
  • Privacy Policy
  • Terms and Condition