We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d343d39 commit 263460aCopy full SHA for 263460a
dsa-solutions/gfg-solutions/Basic/0076.md
@@ -2,12 +2,8 @@
2
id: start-coding
3
title: Start Coding
4
sidebar_label: 0076 Start Coding
5
-tags:
6
-- Python
7
-- C
8
-- C++
9
-- Java
10
-description: "This docu,ent provides solutions to print "Hello World" in various programming languages"
+tags: [Python, C, Cpp, Java]
+description: "This document provides solutions to print Hello World in various programming languages"
11
---
12
13
## Problem
@@ -57,4 +53,4 @@ void printHello() {
57
53
```
58
54
59
55
- **Time Complexity:** $O(1)$
60
-- **Auxiliary Space:** $O(1)$
56
+- **Auxiliary Space:** $O(1)$
0 commit comments