GithubHelp home page GithubHelp logo

alaparthishivaji / c2c2017 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akhila-yerukola/c2c2017

0.0 1.0 0.0 2.45 MB

Course material and references for Campus To Corporate course, 2017.

License: Other

Java 84.77% Batchfile 2.73% Python 12.50%

c2c2017's Introduction

c2c2017

Course material and references for Campus To Corporate course, 2017.

Resources

  1. Space-Time Complexity Cheatsheet
  2. Interactive Data Structure and Algorithm Visualizations
  3. A Comparative Visualization of Sorting Algorithms
  4. Another Visualization of Various Algorithms
  5. CS50 - The Quintessential Harvard Course

Other Interesting GitHub Repos

  1. https://github.com/sdmg15/Best-websites-a-programmer-should-visit (Especially the "Interview Preparation" and "General Coding advice" sections)
  2. https://github.com/kdn251/interviews
  3. https://github.com/alex/what-happens-when

Some Geeky Fun

  1. Ineffective Sorts
  2. Some More Sorts
  3. Floating Point Woes
  4. Trees and Heaps
  5. Little Bobby Tables
  6. Python Rocks
  7. Don't Use Gotos
  8. Real Life Applications of Subset Sum
  9. Peer Reviews
  10. Parent-Child Bonding

Motivation

  1. What Most Schools Don't Teach
  2. Code - The New Literacy

Index

  1. Session 1
    1. Intro to Java
      1. What is Java
      2. Flavors of Java
      3. Compilation of a Java file
      4. Naming Conventions
      5. Hello, World
      6. Primitive Data Types
    2. Some Real Coding
      1. Conditionals
      2. Conditionals practice
      3. Loops
      4. Loop practice
    3. Assignments
      1. HackerRank
      2. Miscellaneous
  2. Session 2
    1. Revision
    2. Arrays
      1. Declaration, Intialization and Use
      2. Iteration
      3. Array Practice
    3. Functions
      1. Basic Syntax
      2. Recursion
    4. Memoization
    5. VarArgs
    6. 2D Arrays
    7. Assignments
      1. HackerRank
      2. Miscellaneous
    8. Test
  3. Session 3
    1. Function Overloading
    2. Classes
      1. Constructors
      2. Instance Variables
      3. Instance Methods
      4. Static Methods and Instances
      5. Practice
      6. The final modifier
    3. The String class
    4. Assignments
      1. HackerRank
      2. Miscellaneous
    5. Test
  4. Session 4
    1. Revision
    2. Initializer Blocks
      1. Instance Initializer Block
      2. Static Initializer Block
    3. Call Stack
    4. Object Heap
    5. Some Traps and Pitfalls
    6. Recursion And Memoization Practice
    7. BufferedReader - The Faster Way Of Accepting Input
    8. Sorting - A High Level Perspective
    9. Assignments
      1. HackerRank
      2. Miscellaneous
    10. Test
  5. Session 5
    1. Call By Value / Call By Copy Of Reference
    2. The this keyword
    3. Inheritance
      1. Inheritance Models
      2. Access Modifiers
      3. The extends keyword
      4. The Point Example
    4. Overriding
    5. Abstract Data Structures - an Overview
    6. Assignments
      1. HackerRank
      2. Miscellaneous
    7. Test
  6. Session 6
    1. RapidFire Revision
    2. The final modifier (again)
    3. The this keyword (again)
    4. The super keyword (again)
    5. Abstract Classes
    6. Interfaces
    7. Dynamic Method Dispatch
    8. Order of Instance Variable Initialization
    9. Assignments
      1. HackerRank
      2. Miscellaneous
  7. Session 7
    1. Linked Lists
    2. Sorting
    3. Assignments
      1. HackerRank
      2. Miscellaneous
  8. Session 8
    1. The Collections Framework - Part I
      1. The Collection Hierarchy
      2. Lists, Queues and Sets
      3. Problems
    2. Trees
      1. Binary Trees
      2. Binary Search Trees
    3. Assignments
      1. HackerRank
      2. Miscellaneous
  9. Session 9
    1. The Object Class, equals and hashCode
    2. The Collections Framework - Part II
      1. Maps!
      2. Problems
    3. Graphs
      1. Applications
      2. Classification
      3. Representation
      4. Terminology
      5. Traversals and Algorithms
      6. Problems
      7. An Extensive List of Graph Topics
    4. Assignments
      1. HackerRank
      2. Miscellaneous
  10. Session 10
    1. Exception Handling
      1. The Exception Hierarchy
      2. Checked and Unchecked Exceptions
      3. throw and throws
      4. try-catch-finally
      5. Variants of try-catch-finally
      6. Call Stack propagation
      7. Some "Exceptional" Cases
    2. Garbage Collection
      1. The Garbage Collector
      2. The finalize method
    3. Assignments
      1. HackerRank
      2. Miscellaneous
  11. Session 11
    1. Data Structures and Algorithms
      1. Heaps
      2. Self Balancing Trees
    2. Java
      1. Enums
      2. Packages
      3. Immutable Classes
      4. Multi-Threading
      5. Nested Classes

c2c2017's People

Contributors

devika-shanbhag avatar havanagrawal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.