0% found this document useful (0 votes)
2 views3 pages

Whitelist Library

The document lists various libraries and functions for multiple programming languages including C++, Python, Java, C, and PHP. Each section details specific imports or functions commonly used in these languages. This serves as a reference for developers to quickly identify available libraries and functionalities.

Uploaded by

danangusmanto24
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views3 pages

Whitelist Library

The document lists various libraries and functions for multiple programming languages including C++, Python, Java, C, and PHP. Each section details specific imports or functions commonly used in these languages. This serves as a reference for developers to quickly identify available libraries and functionalities.

Uploaded by

danangusmanto24
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

1.

C++
a. #include <iostream>
b. #include <iomanip>
c. #include <cstdio>
d. #include <vector>
e. #include <deque>
f. #include <queue>
g. #include <stack>
h. #include <set>
i. #include <map>
j. #include <unordered_set>
k. #include <unordered_map>
l. #include <list>
m. #include <string>
n. #include <algorithm>
o. #include <numeric>
p. #include <bitset>
q. #include <cmath>
r. #include <cstring>
s. #include <cctype>
t. #include <climits>
u. #include <cfloat>
v. #include <random>
w. #include <chrono>
x. #include <utility>
y. #include <functional>
z. #include <iterator>
aa. #include <cassert>
bb. external library
2. Python
a. import sys
b. from collections import deque
c. from collections import Counter
d. from collections import defaultdict
e. import math
f. import bisect
g. import intertools
h. import re
i. import random
3. Java
a. import [Link];
b. import [Link];
c. import [Link];
d. import [Link];
e. import [Link];
f. import [Link];
g. import [Link];
h. import [Link];
i. import [Link];
j. import [Link];
k. import [Link];
l. import [Link];
m. import [Link];
n. import [Link];
o. import [Link];
p. import [Link];
q. import [Link];
r. import [Link];
s. import [Link];
t. impot [Link];
u. import [Link];
v. import [Link];
w. import [Link] BigInteger;
x. import [Link];
4. C
a. #include <stdio.h>
b. #include <ctype.h>
c. #include <string.h>
d. #include <math.h>
e. #include <stdlib.h>
f. #include <limits.h>
g. #include <float.h>
h. #include <time.h>
i. #include <assert.h>
5. PHP
a. fgets(STDIN)
b. trim()
c. rtrim(), ltrim()
d. explode()
e. implode()
f. echo, print
g. (int), (float), (string)
h. intval()
i. floatval()
j. strval()
k. strlen()
l. substr()
m. strpos(), strrpos()
n. strtolower(), strtoupper()
o. strcmp(), strcasecmp()
p. str_replace()
q. array(), count()
r. in_array()
s. array_key_exists()
t. sort(), rsort()
u. asort(), arsort()
v. ksort(), krsort()
w. usort(), uasort(), uksort()
x. array_push(), array_pop()
y. array_shift(), array_unshift()
z. array_slice(), array_splice()
aa. array_reverse()
bb. array_sum(), array_product()
cc. min(), max()
dd. array_unique()
ee. array_merge()
ff. range()
gg. abs()
hh. round(), floor(), ceil()
ii. min(), max()
jj. pow(), sqrt()
kk. rand(), mt_rand()
ll. SplStack
mm. SplQueue
nn. SplDoublyLinkedList
oo. SplPriorityQueue

You might also like