๐—–๐—ฆ ๐—”๐—น๐—ด๐—ผ ๐Ÿ’ป ๐ŸŒ ใ€Ž๐—–๐—ผ๐—บ๐—ฝ๐—ฒ๐˜๐—ถ๐˜๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ดใ€
9.52K subscribers
5.56K photos
3 videos
95 files
9.69K links
๐ŸšฉMain Group - @SuperExams
๐Ÿ“Job Updates - @FresherEarth

๐Ÿ”ฐAuthentic Coding Solutions(with Outputs)
โš ๏ธDaily Job Updates
โš ๏ธHackathon Updates & Solutions

Buy ads: https://telega.io/c/cs_algo
Download Telegram
using namespace std;

int maximumProfit(vector<int>& prices) {
    int n = prices.size();
    if (n <= 1) return 0;

    int maxProfit = 0;

    for (int i = 0; i < n - 1; ++i) {
        if (prices[i] < prices[i+1]) {
            int buy = prices[i];
            int sell = prices[i+1];
            for (int j = i + 2; j < n; ++j) {
                if (prices[j] > sell) {
                    sell = prices[j];
                }
            }
            maxProfit = max(maxProfit, sell - buy);
        }
    }

    return maxProfit;
}
โ€œElectronics Trainee Engineerโ€โ€ฆ!!

Job Requirements:
โ€ข Fresher BE/Diploma is required (Electronics).
โ€ข Knowledge of MS-Office software (Windows, Word, Excel, PowerPoint and Outlook).

Required skills:
โ€ข Knowledge of electronic components.
โ€ข Knowledge of various electronic testing equipmentโ€™s.
โ€ข Basic understanding of Electronic hardware design.
โ€ข Perform validation process for various auto electric parts.
โ€ข Test system/ Test adaptor maintenance and fault analysis / troubleshooting.
โ€ข Knowledge of PCB designing techniques.
โ€ข Knowledge of vehicle electrical Architecture & standards is added advantage.

Interested Candidates kindly share updated resume on asavari.jadhav@hitachiastemo.com