Git Product home page Git Product logo

Comments (5)

kanaluM avatar kanaluM commented on August 30, 2024

Hi Mike would it be possible to post the tex file if there is one? (Also thanks for removing the T/F)

from cmc-csci143.

mikeizbicki avatar mikeizbicki commented on August 30, 2024

You can find the tex file at https://github.com/mikeizbicki/cmc-csci143/blob/2023spring/final/2023spring.tex

from cmc-csci143.

ifreer23 avatar ifreer23 commented on August 30, 2024

Hi Mike, when you get the chance can you also post the recording of the review session please?

from cmc-csci143.

mikeizbicki avatar mikeizbicki commented on August 30, 2024

Whoops, sorry for the delay. You can find it on youtube at: https://www.youtube.com/watch?v=fCQbXbrXqbM

from cmc-csci143.

mikeizbicki avatar mikeizbicki commented on August 30, 2024

By "Don't create any unneeded indexes", I mean that every index you write should be useful for the query somehow. If you write extra indexes that can't be used to speed up the query, then you will have points deducted.

I recommend thinking of each problem as totally independent of every other problem. So for example, if you create an index for problem 2 and see that the same index would be useful for problem 5, then write the same create index command under both problems. You will not have points deducted for listing the same create index command under multiple problems.

from cmc-csci143.

Related Issues (20)

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.