Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consistent naming of directories, add .gitignore #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Compiled class file
*.class

# Mac files
*.DS_Store

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed 0_JavaProgrammingBasics/.DS_Store
Binary file not shown.
Binary file removed 0_JavaProgrammingBasics/Patterns/Patterns.class
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed 13_Stacks/.DS_Store
Binary file not shown.
Binary file removed 17_Binary Search Trees (1)/.DS_Store
Binary file not shown.
Binary file removed 17_Binary Search Trees (1)/BST$Node.class
Binary file not shown.
Binary file removed 17_Binary Search Trees (1)/BST.class
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file removed 1_Arrays/.DS_Store
Binary file not shown.
Binary file removed 1_Arrays/ArraysIntro.class
Binary file not shown.
Binary file removed 1_Arrays/BinarySearch.class
Binary file not shown.
Binary file removed 1_Arrays/BuyAndSellStock.class
Binary file not shown.
Binary file removed 1_Arrays/LargestSubarraySum.class
Binary file not shown.
Binary file removed 2_Basic Sorting/BubbleSort.class
Binary file not shown.
Binary file removed 2_Basic Sorting/CountingSort.class
Binary file not shown.
Binary file removed 2_Basic Sorting/InsertionSort.class
Binary file not shown.
Binary file removed 2_Basic Sorting/SelectionSort.class
Binary file not shown.
Binary file removed 3_Strings/CompareStrings.class
Binary file not shown.
Binary file removed 3_Strings/ConvertToUppercase.class
Binary file not shown.
Binary file removed 3_Strings/FindLargest.class
Binary file not shown.
Binary file removed 3_Strings/Palindrome.class
Binary file not shown.
Binary file removed 3_Strings/ShortestPath.class
Binary file not shown.
Binary file removed 3_Strings/StringCompression.class
Binary file not shown.
Binary file removed 4_2DArrays/Basics.class
Binary file not shown.
Binary file removed 5_Bit Manipulation/BitOperations.class
Binary file not shown.
Binary file removed 5_Bit Manipulation/FastExponentiation.class
Binary file not shown.
Binary file removed 7_RecursionBasics/.DS_Store
Binary file not shown.
Binary file removed 8_DivideAndConquer/.DS_Store
Binary file not shown.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Alpha
Alpha - Java Placement Course

Java Placement Course

## Message for all ALPHAITs <3
## Message for AlphaITs <3
Please feel free to add the rest of the code files or any additional topic that you feel will be helpful by creating a pull request for this repo.

Please feel free to add the rest of the code files or any additional topic that you feel will be helpful by creating a pull request for this repo. Please note - topics like Space & Time Complexity, OOPs have not been included.
Please note - topics like Space & Time Complexity, OOPs have not been included.