Skip to content

Commit

Permalink
js tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitd3 committed May 11, 2023
1 parent c2f8a18 commit 0c664a6
Show file tree
Hide file tree
Showing 2 changed files with 862 additions and 31 deletions.
38 changes: 7 additions & 31 deletions _notebooks/2023-04-27-frqpractice2017.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -143,11 +139,7 @@
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [],
"source": [
"public interface StudyPractice{ // defintion of the method is given, not the implementation\n",
Expand All @@ -160,11 +152,7 @@
{
"cell_type": "code",
"execution_count": 6,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -265,11 +253,7 @@
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -389,11 +373,7 @@
{
"cell_type": "code",
"execution_count": 15,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -499,11 +479,7 @@
{
"cell_type": "code",
"execution_count": 30,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -603,7 +579,7 @@
"codemirror_mode": "java",
"file_extension": ".jshell",
"mimetype": "text/x-java-source",
"name": "Java",
"name": "java",
"pygments_lexer": "java",
"version": "19.0.2+7-44"
},
Expand Down
Loading

0 comments on commit 0c664a6

Please sign in to comment.