Skip to content

Instantly share code, notes, and snippets.

View AdnanHussainTurki's full-sized avatar
👓
Yes! You found me.

Adnan Hussain Turki AdnanHussainTurki

👓
Yes! You found me.
View GitHub Profile
#include "iostream"
using namespace std;
int sum_array(int a[], int lb, int ub) {
if (lb > ub)
{
return 0;
}
return a[lb] + sum_array(a, lb+1, ub);
/*
* @Author: Adnan
* @Date: 2019-09-16 07:55:45
* @Last Modified by: Adnan
* @Last Modified time: 2019-10-23 22:52:57
*/
#include <iostream>
using namespace std;
/*
* @Author: Adnan
* @Date: 2019-09-16 07:55:45
* @Last Modified by: Adnan
* @Last Modified time: 2019-10-23 22:52:57
*/
#include <iostream>
using namespace std;
/**
* @Author: Adnan Hussain Turki
* @Website: www.myphpnotes.com
* @Email Address:
=====================================
* @Creation Time: 2019-09-16 07:55:45
* @Last Modified by: Adnan
* @Last Modified time: 2019-10-23 23:46:28
=====================================
PROPERTY OF WWW.MYPHPNOTES.COM
/**
* @Author: Adnan Hussain Turki
* @Website: www.myphpnotes.com
* @Email Address:
=====================================
* @Creation Time: 2019-09-16 07:55:45
* @Last Modified by: Adnan
* @Last Modified time: 2019-10-23 23:11:17
=====================================
PROPERTY OF WWW.MYPHPNOTES.COM
/*
* @Author: Adnan
* @Date: 2019-09-16 07:55:45
* @Last Modified by: Adnan
* @Last Modified time: 2019-10-23 22:56:38
*/
#include <iostream>
using namespace std;
/*
* @Author: Adnan
* @Date: 2019-09-16 07:55:45
* @Last Modified by: Adnan
* @Last Modified time: 2019-10-23 22:52:57
*/
#include <iostream>
using namespace std;
/*
* @Author: Adnan
* @Date: 2019-09-16 07:55:34
* @Last Modified by: Adnan
* @Last Modified time: 2019-10-22 13:39:19
*/
#include <iostream>
using namespace std;
/*
/*
* @Author: Adnan
* @Date: 2019-09-16 07:55:34
* @Last Modified by: Adnan
* @Last Modified time: 2019-10-22 13:37:51
*/
#include <iostream>
using namespace std;
/*
/*
* @Author: Adnan
* @Date: 2019-09-16 07:55:34
* @Last Modified by: Adnan
* @Last Modified time: 2019-10-22 13:37:02
*/
#include <iostream>
using namespace std;
/*