Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Speech-to-code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Venkat Ganesh
Speech-to-code
Commits
1db60579
Commit
1db60579
authored
8 years ago
by
venkat
Browse files
Options
Downloads
Patches
Plain Diff
rectified the Index file
parent
2fda7eb6
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.idea/misc.xml
+1
-1
1 addition, 1 deletion
.idea/misc.xml
app/src/main/assets/INDEX.txt
+20
-20
20 additions, 20 deletions
app/src/main/assets/INDEX.txt
app/src/main/res/menu/navigation.xml
+2
-1
2 additions, 1 deletion
app/src/main/res/menu/navigation.xml
with
23 additions
and
22 deletions
.idea/misc.xml
+
1
−
1
View file @
1db60579
...
...
@@ -37,7 +37,7 @@
<ConfirmationsSetting
value=
"0"
id=
"Add"
/>
<ConfirmationsSetting
value=
"0"
id=
"Remove"
/>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_
8
"
default=
"true"
assert-keyword=
"true"
jdk-15=
"true"
project-jdk-name=
"1.8"
project-jdk-type=
"JavaSDK"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_
7
"
default=
"true"
assert-keyword=
"true"
jdk-15=
"true"
project-jdk-name=
"1.8"
project-jdk-type=
"JavaSDK"
>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
</component>
<component
name=
"ProjectType"
>
...
...
This diff is collapsed.
Click to expand it.
app/src/main/assets/INDEX.txt
+
20
−
20
View file @
1db60579
...
...
@@ -83,42 +83,42 @@ GCD
heap sort
00000042
insertion sort
00000043
inverse of a matrix
00000044
knapsack problem
inverse of a matrix
00000045
LCM
knapsack problem
00000046
magic square
LCM
00000047
ma
trix multiplication
ma
gic square
00000048
m
erge sort
m
atrix multiplication
00000049
no of prime between a and b
merge sort
00000050
octal to decimal
no of prime between a and b
00000051
prims algorithms
octal to decimal
00000052
radix sort
prims algorithms
00000053
r
everse a string
r
adix sort
00000054
Root of a factorial
reverse a string
00000055
R
SA agorithm
R
oot of a factorial
00000056
sequential search
RSA agorithm
00000057
s
ingly linked list
s
equential search
00000058
s
tandard deviation
s
ingly linked list
00000059
tower of hanoi
standard deviation
00000060
t
ranspose of a matrix
t
ower of hanoi
00000061
transpose of a matrix
0000062
vowels_or_consonants
00000062
\ No newline at end of file
0000063
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app/src/main/res/menu/navigation.xml
+
2
−
1
View file @
1db60579
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android=
"http://schemas.android.com/apk/res/android"
<menu
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<group
android:checkableBehavior=
"single"
>
<item
android:id=
"@+id/share"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment