Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Bacal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rafael Avaria Gutierrez
Bacal
Commits
4b26b662
Commit
4b26b662
authored
Mar 18, 2021
by
Rafael Avaria Gutierrez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
First commit
parent
b224f0d2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
129 additions
and
2 deletions
+129
-2
.gitignore
.gitignore
+53
-0
README.md
Algorithms/README.md
+19
-0
README.md
DataStructure/README.md
+15
-0
README.md
Mathematics/README.md
+12
-0
README.md
README.md
+30
-2
No files found.
.gitignore
0 → 100644
View file @
4b26b662
# ### OSX ######
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# ### Windows ######
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
\ No newline at end of file
Algorithms/README.md
0 → 100644
View file @
4b26b662
# Algorithms track
These are the topic of algorithms track
[
see algorithms track
](
https://www.hackerrank.com/domains/algorithms
)
1.
Warmup
2.
Implementation
3.
Strings
4.
Sorting
5.
Search
6.
Graph Theory
7.
Greedy
8.
Dynamic Programming
9.
Constructive Algorithms
10.
Bit Manipulation
11.
Recursion
12.
Game Theory
13.
NP Complete
14.
Debugging
\ No newline at end of file
DataStructure/README.md
0 → 100644
View file @
4b26b662
# Data structure track
These are the topic of data structures track
[
see data structures track
](
https://www.hackerrank.com/domains/data-structures
)
1.
Arrays
2.
Linked Lists
2.
Trees
3.
Balanced Trees
4.
Stacks
5.
Queues
6.
Heap
7.
Disjoint Set
8.
Multiple Choice
9.
Trie
10.
Advanced
\ No newline at end of file
Mathematics/README.md
0 → 100644
View file @
4b26b662
# Mathematics track
These are the topic of mathematics track
[
see mathematics track
](
https://www.hackerrank.com/domains/mathematics
)
1.
Fundamentals
2.
Number Theory
3.
Combinatorics
4.
Algebra
5.
Geometry
6.
Probability
7.
Linear Algebra Foundations
\ No newline at end of file
README.md
View file @
4b26b662
# Bacal
# Welcome to Bacal (Back to algorithms)
The Bacal repository to submit problems solutions and track progress.
# How to
Each bacal meeting as group, are going to choose a problem from
[
hackerrank
](
https://www.hackerrank.com/dashboard
)
Let say teh group choose "2D Array - DS" from a track.
[
see the challenge
](
https://www.hackerrank.com/challenges/2d-array/problem
)
In the repository i going to create a folder, with name of the problem.
> DataEstructure/2D_Array_DS
Then for each submission, let say "Felipe submit a solution in Java"
> DataEstructure/2D_Array_DS/Java/ftalavera/problem.java
Then i submit a solution in ruby, will be
> DataEstructure/2D_Array_DS/Ruby/ravaria/problem.rb
## Tracks in hacker Rank
[
Algorithms
](
https://www.hackerrank.com/domains/algorithms
)
[
Data structures
](
https://www.hackerrank.com/domains/data-structures
)
[
Mathematics
](
https://www.hackerrank.com/domains/mathematics
)
The Bacal repository to submit problems solutions and track progress.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment