Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Triangle
//Triangle #include <iostream> int main() { for(int i = 0; i < 10; i++) { std::cout << "\n*"; for(int j = 0; j < i; j++) { std::cout << "*"; } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
MeanSDVar
Insertion Sort
First and last Occurence of an Element
Empty C++ Script
without HLD range Quey can be handled by just using segment tree on the FLATTENED TREE (euler tour)
stackLinkedlist
backtracking
Parenthesis checker
process memory structure
Havel Hakimi UVA-12786 Friendship Networks
Please log in to post a comment.