hgn330 ππ
Open in Telegram
Projects with source code | Android | java |website development | Website : https://updategadh.com Admin https://t.me/Rishabhsaini0204 New project https://www.youtube.com/c/decodeit2 Buy ads: https://telega.io/c/projectswithsourcecode
Show more4 310
Subscribers
No data24 hours
-587 days
-28130 days
Posts Archive
4 310
Java Project | Java+ SQL |
Frontend -JAVA
Backend- SQL
Complete Video ON YouTube(decodeit)
Subcribe For More Project
ππππππππ
https://youtu.be/LIUzj89Ebb8
Source Code β-JUST DM US
Whatsapp -+917983434684
github ->https://lnkd.in/gKptrhN
Profile-> https://lnkd.in/gcgEgqh
Youtube(Rishabhsaini)->https://lnkd.in/gVDqPCjm
YouTube(decodeit)->https://lnkd.in/g-2hXEX2
telegram->https://lnkd.in/g965vNZZ
Instagram->https://lnkd.in/g8ZKngXg
βββββββββββββββββββ
4 310
π»Placement Question π»
//Binary Search in c++ //
// Don't Change code
// follow on telegram -@ProjectsWithSourceCode
//Subscribe on Youtube- DECODEIT
#include<iostream>
using namespace std;
int binarySearch(int arr[] , int low, int high ,int key)
{
if(high>low){
int mid=(high+low)/2;
if(arr[mid]==key)
return mid;
if(arr[mid]>key)
return binarySearch(arr,low,mid-1,key);
else
return binarySearch(arr,mid+1,high,key);
}
return -1;
}
int main(){
int n;
cout<<"Enter total number of element =";
cin>>n;
cout<<"\nEnter Value in Array \n";
int arr[n];
for(int i=0;i<n;i++)
cin>>arr[i];
cout<<"\nEnter Key To find =";
int key;
cin>>key;
int high=n-1;
int low=0;
int result=binarySearch(arr,low,high,key);
(result==-1)?cout<<"Element not found ":cout<<"\nElement found at index ="<<result+1;
return 0;
}
4 310
|C++ Program|Program for array rotation in c++ |
#include <bits/stdc++.h>
using namespace std;
void roateleft(int arr[],int n)
{
int temp=arr[0],i;
for(i=0;i<n-1;i++)
{
arr[i]=arr[i+1];
}
arr[n-1]=temp;
}
void timerotate(int arr[],int d,int n)
{
for(int i=0;i<d;i++)
roateleft(arr,n);
}
void printArray(int arr[], int n)
{
for (int i = 0; i < n; i++)
cout << arr[i] << " ";
}
int main(){
int n ;
cout<<"Total Element In Array=";
cin>>n;
int arr[n];
for (int i = 0; i < n; i++)
cin>>arr[i];
cout<<"Before Rotation \n";
printArray(arr,n);
timerotate(arr,2,n);
cout<<"\nAfter Rotation \n";
printArray(arr,n);
return 0;
}
4 310
Soon I will Change-> So "HASHTAG API" Automatica generate Hashtag .
Be connected with me for more updates.......
Source Code;-
https://github.com/Rishabhsaini0204/Instagram-Hastag-Generator
follow for more project
#Entrepreneurship
#Personaldevelopment
#Education
#Money
#Investing
#Motivation
#Selfhelp
#Whatinspiresme
#Personalbranding
#Businessintelligence
#leadership #webdesigner #webdevelopment #startups #javascript
4 310
(ββ _β ) this is the website visitor counter, which shows you how many people visted your site (ββ _β )
π΄πΌββοΈπ΄πΌββοΈπ΄πΌββοΈπ΄πΌββοΈπ΄πΌββοΈπ΄πΌββοΈπ΄πΌββοΈπ΄πΌββοΈπ΄πΌββοΈ
If You need SoureCode Just Tell Me
@rishabhsaini0204
π»π»π»π»π»π»π»π»π»π»π»π»
4 310
ππ‘π’π¬ π’π¬ π¦π² ππ¬π π©π«π¨π£πππ ππ§ ππππππππππ (ππππππ ππππππππππ)
Complete Video https://youtu.be/JPC6n6NRkKE
github ->https://lnkd.in/gKptrhN
Profile-> https://lnkd.in/gcgEgqh
Youtube->https://lnkd.in/gVDqPCjm
YouTube(Projects)->https://lnkd.in/g-2hXEX2
telegram->https://lnkd.in/g965vNZZ
Instagram->https://lnkd.in/g8ZKngXg
βββββββββββββββββββ
#project #github #website #design #wordpresswebsite #javascript
4 310
Websites to learn programming |learn Java c++ python |
ππΌππΌππΌππΌππΌππΌππΌππΌππΌππΌππΌππΌππΌππΌππΌππΌππΌ
***********************************************
https://www.hackerrank.com/
https://www.sololearn.com/
https://www.codecademy.com/
https://www.khanacademy.org/
https://www.coursera.org/
https://www.edx.org/
https://www.udemy.com/
https://github.com/
https://practicepython.org
**********************************************
4 310
I am selling the website that I made,
If anyone interested to buy that just DM me
π€π€π€
βββββββββββββ Follow ΰ€ΰ€° ΰ€²ΰ₯ΰ€¨ΰ€Ύ Subscribe ΰ€ΰ₯ ΰ€ΰ€° ΰ€¦ΰ₯ΰ€¨ΰ€Ύππ
Youtube:- https://lnkd.in/gVDqPCjm
YouTube(Projects):
https://lnkd.in/g-2hXEX2
telegram:- https://lnkd.in/g965vNZZ
Instagram:- https://lnkd.in/g8ZKngXg
βββββββββββββ
4 310
All projects are free π€ͺπ€ͺ
,ββββββββββββββ
All the study related material will be upload on here !
ΰ€€ΰ₯ Follow ΰ€ΰ€° ΰ€²ΰ₯ΰ€¨ΰ€Ύ Subscribe ΰ€ΰ₯ ΰ€ΰ€° ΰ€¦ΰ₯
github :- https://lnkd.in/gKptrhN
Profile:- https://lnkd.in/gcgEgqh
Youtube:- https://lnkd.in/gVDqPCjm
YouTube(Projects):
https://lnkd.in/g-2hXEX2
telegram:- https://lnkd.in/g965vNZZ
Instagram:- https://lnkd.in/g8ZKngXg
βββββββββββββββ
4 310
NEXT PROJECT ON JAVA+SQL VIDEO !
BEFORE (20-AUG-2021)
SOURCE CODE WILL BE HERE (Follow)
https://lnkd.in/gKptrhN
